I want to run a control app in labview so use it as a startup app, and I'm also wanting to run python services in the shell. So far I've seen either or when I setup a cRIO controller, but no way to do both.
I know that labview can call python functions, and python could call c type'ed labview functions, but I'd like to get them more isolated and do what they each do best.
labview for controls, daq, logging.
python for an mqtt server, web server, data analysis, etc all running on an RT controller.
Is this even possible? Anyone with experience running both and if so, how do you achieve it?