Dear All
Good Day To You All
I need a help for one my project in which i am using HV750 display for engine monitoring and alarm display.
I tried programming HV750 for Buzzer function. But couldnt succeed.
Here i am using state machine programming technique.In this i am continously checking status of "Dm1.IsActive" variable, whenever "Dm1.IsActive" value is 1 i want to turn ON "XM500.DOUT 2". The problem i am facing is there is no transition from initial to next state even if "Dm1.IsActive" value is 1.
I have attached program backup with this post.
Status of "Dm1.IsActive" and "XM500.DOUT2" is available on "Main Page" of main layer.
Please advice.
Regards
Zakir Sayed
Buzzer function with HV750
- zakirrajkot
- Posts: 6
- Joined: Wed May 29, 2013 11:22 pm
Buzzer function with HV750
- Attachments
-
- AL FUTTAIM WH NEW 131013.zip
- (5.21 MiB) Downloaded 11 times
- ksaenz
- Enovation Controls Development
- Posts: 263
- Joined: Thu Aug 19, 2010 7:53 am
Re: Buzzer function with HV750
Hello Zakir Sayed,
I'm looking at your configuration and the variable "J1939.XM500.DIGITAL OUT 2" is an incoming parameter so if you change the value of that variable your XM500 device will not see it and the value will be over-written when that parameter is received again from from the XM500 device.
If you want to have outgoing parameters they need to be added to the Transmit Device and the XM500 needs to be configured to receive it.
Another option is to use the HV750's digital output to control the buzzer.
Regards,
ksaenz
I'm looking at your configuration and the variable "J1939.XM500.DIGITAL OUT 2" is an incoming parameter so if you change the value of that variable your XM500 device will not see it and the value will be over-written when that parameter is received again from from the XM500 device.
If you want to have outgoing parameters they need to be added to the Transmit Device and the XM500 needs to be configured to receive it.
Another option is to use the HV750's digital output to control the buzzer.
Regards,
ksaenz