LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event Structure on Myrio

I am using event structure from LABVIEW but to load the file on Myrio, the file does not work

0 Kudos
Message 1 of 6
(5,275 Views)

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>   ---'


0 Kudos
Message 2 of 6
(5,273 Views)

how i can do work a event structure on myrio?

0 Kudos
Message 3 of 6
(5,002 Views)

Can you be more specific on what you are trying to do?

0 Kudos
Message 4 of 6
(4,998 Views)
I'm trying to use an event structure with a myRIO which is connected via wifi to my computer. When i run the program the myRIO does not accept any event.
0 Kudos
Message 5 of 6
(4,984 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 6 of 6
(4,979 Views)