Greetings...
Anybody can Assist us on HV750 programming.
Condition to be implemented;
We have to assign Digital output to activate buzzer and Input-1for mute function. output should be ON for each DM-1 Faults. and it should OFF when ever mute button pressed (Momentary Digital input). attached configuration file for reference.
Thanks
HV 750- Programming assistance
- akhilpauly
- Posts: 16
- Joined: Fri Mar 14, 2014 8:02 am
HV 750- Programming assistance
- Attachments
-
- HV750-REV3.zip
- HV750 configuration file
- (5.16 MiB) Downloaded 18 times
- stalley
- Enovation Controls Development
- Posts: 618
- Joined: Tue Mar 18, 2014 12:57 pm
Re: HV 750- Programming assistance
Hi!
What version of PowerVision Configuration Studio are you using?
What version of PowerVision Configuration Studio are you using?
Sara Talley
Software Engineer
Enovation Controls
Software Engineer
Enovation Controls
- akhilpauly
- Posts: 16
- Joined: Fri Mar 14, 2014 8:02 am
Re: HV 750- Programming assistance
Power Vision Configuration Studio 2.3.20006
- akhilpauly
- Posts: 16
- Joined: Fri Mar 14, 2014 8:02 am
Re: HV 750- Programming assistance
please refer the attachment..
- stalley
- Enovation Controls Development
- Posts: 618
- Joined: Tue Mar 18, 2014 12:57 pm
Re: HV 750- Programming assistance
Hello,
Actions for the digital output:
IO->Digital Output High should be "closed to ground"
IO->Digital Output Low should be "open"
You need to verify how your buzzer is wired in. In many cases, buzzers will be wired as "closed to ground" is ON and "open" is OFF.
You can use the Dm1.NewActiveFaultAvailable event to know when to turn the buzzer ON.
An event on the mute button press can turn the buzzer OFF.
You don't indicate if you are customizing a standard configuration or an original configuration to your company. In the standard configurations, the Dm1.NewActiveFaultAvailable event causes a popup to be displayed. This event is only fired when a particular fault is received for the first time.
I'm not sure what questions you have, but I hope this will get you started. I'll be glad to provide more details, if you need.
Actions for the digital output:
IO->Digital Output High should be "closed to ground"
IO->Digital Output Low should be "open"
You need to verify how your buzzer is wired in. In many cases, buzzers will be wired as "closed to ground" is ON and "open" is OFF.
You can use the Dm1.NewActiveFaultAvailable event to know when to turn the buzzer ON.
An event on the mute button press can turn the buzzer OFF.
You don't indicate if you are customizing a standard configuration or an original configuration to your company. In the standard configurations, the Dm1.NewActiveFaultAvailable event causes a popup to be displayed. This event is only fired when a particular fault is received for the first time.
I'm not sure what questions you have, but I hope this will get you started. I'll be glad to provide more details, if you need.
Sara Talley
Software Engineer
Enovation Controls
Software Engineer
Enovation Controls