Hello,
I am currently working on a NI cRIO embedded application, and need some advice on using IO aliases. The application is for the most part headless, but it is possible to connect to it to do configurations and ect.
I have created a library with all IO aliases for my incoming and outgoing signals which is hosted on the RT target, and these are used in the deterministic control loop as part of the control loop. However, I am wondering if it is a good idea to enable Network sharing on these variables and use them in the front panel (separate application running on a windows machine) directly - or if i should keep the IO aliases single process and instead create a second non-deterministic loop and move values from the IO aliases into dedicated shared variables that are network shared.
Some advice would be greatly appreciated! 🙂
This is my Alias library contaning all my variables..
This is a screenshot of my control loop - where you see how i use my IO Aliases.