Hi All,
How do i set my pv450 such that when it receives a message it will fire an event?
the value received may be the same as the last value received.
using power configuration studio 2.6.10319, PV450.
The end goal is I would like to know if the connection between my display to my other device is still valid.
TIA
Asadilan
message received event
- asadilan
- Posts: 8
- Joined: Fri Aug 02, 2013 12:38 pm
- vtaylor
- Posts: 13
- Joined: Fri Jul 27, 2012 7:33 am
Re: message received event
You could set up a recurring timer that triggers an event condition, and in the event condition use the Isvalid(variable) test to see if anything has been received. The variable will become invalid if nothing has been received within 5 seconds. As far as I know there's no way to change the 5 seconds or trigger an event on receive in 2.6.
However, I have it on good authority that event triggering on message receive is coming very soon...

However, I have it on good authority that event triggering on message receive is coming very soon...

