02-16-2016 11:24 AM
I am using event structure from LABVIEW but to load the file on Myrio, the file does not work
02-16-2016 11:25 AM - edited 02-16-2016 11:27 AM
Event structures dont fully work on real time targets because the front panel executes on the host while the block diagram executes on the real time system.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
07-01-2016 06:02 PM
how i can do work a event structure on myrio?
07-01-2016 06:36 PM
Can you be more specific on what you are trying to do?
07-01-2016 07:36 PM
07-01-2016 08:29 PM
The Event Structure does not work on embedded systems (except for the cRIO-903X series). Furthermore, you need to develop your myRIO to be able to run without the LabVIEW IDE. What you need to do is create a Windows application that can communicate with the myRIO over TCP/IP.