Hi!
I'm working on a project which involves programming of a real-time application running on a cFP-2120. The purpose of the application is to control the motion over 7 test-objects with a servomotor. Test-objects have 3 sensors each. Remote control of the application is necessary. The program should have a GUI which shows graphics of sensordata and buttons to open other VIs like set-up, details, logging etc.
Could i just build an application like it was meant to run on a pc, deploy it to the cFP-2120 and use Connect to Remote Panel ?
Or
Should I build separate VIs;
-the program which always runs on the cFP-2120 and
-the User Interface which is runned on a computer now and then which gets value from Network-Published shared Variables
I need some tips here