polyplay Posted March 17, 2007 Report Share Posted March 17, 2007 Open_AddDev_Run_Read@ controls via ActiveX a simulation from CANape. This simulation uses event structure to trigger a read or write process on value change (it cannot be run if you do not have CANape installed on your computer - but this is not important). With WriteReadCANapeVI I change the value of the controls in the previous VI, but the event structure does not react on value change in this case. How this works? Any idea how I can fix this? Thank you. Quote Link to comment
Mark Balla Posted March 17, 2007 Report Share Posted March 17, 2007 QUOTE(polyplay @ Mar 15 2007, 05:13 PM) Open_AddDev_Run_Read@ controls via ActiveX a simulation from CANape. This simulation uses event structure to trigger a read or write process on value change (it cannot be run if you do not have CANape installed on your computer - but this is not important). With WriteReadCANapeVI I change the value of the controls in the previous VI, but the event structure does not react on value change in this case. How this works? Any idea how I can fix this? Thank you. Writing data to the terminal does not fire the Value change event. The easiest way to fire this event is to write data to the Value(Signaling) property of the string indicator. http://forums.lavag.org/index.php?act=attach&type=post&id=5206 http://forums.lavag.org/index.php?act=attach&type=post&id=5208 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.