06-19-2021 12:42 PM
Hello All,
Hope you are doing well and safe.
I want to use Event Structure and Flat Sequence in myRIO RT.vi for my coding. I was trying run a demo code (attaching the same) in myRIO. But it was not working. After searching in the community got know the reason behind it (as Front Panel is executed on the host PC while the Block Diagram itself is executed on the Real-Time system). Event Structure Does Not Capture the "Signaling Value Change" on myRIO - National Instruments (ni.co...
Is there any alternate way to code the Event Structure (in myRIO application)? I would like to use OK button after getting particular inputs from users and switch to the next sequence of code.
Looking forward to hearing from you all.
Regards,
Jay
06-19-2021 03:32 PM
Hi jay,
as the myRIO does not provide a monitor output it cannot display any front panel or buttons on such a front panel!
LabVIEW comes with a huge example library and example projects: there are several example projects explaining data transfer between your host computer and the myRIO RT target!
06-20-2021 11:51 AM
Yes, the MyRIO does not have a user interface. Buttons and events have no meaning. You can of course create a UI on the PC that communicates with the code running on the MyRIO.
But even if you want to run this code under Windows, it is highly flawed. (Have you tried?)