08-17-2005 02:51 PM
08-17-2005 03:29 PM
There are no control references, but I think you can get VI references. Look here for some more details.
All VIs are built into the startup.exe file. I am not sure if RT allows for dynamic loading of VIs (it may), but in any case, the file structure on the FP is similar to that which is on the hard drive.
Event structures will probably work, but what's the point.
To pass data to and from the computer, you should write your own communication protocol. You can try using the RT Comm Wizard (tools menu) or search for TCP in the example finder to see examples of this.
08-18-2005 01:34 AM
Couple of comments:
1. Event structures do not work in RT when embedded. As a general rule of thumb, anything to do with the front-panel (property nodes, etc., for example) is a suspect on RT.
2. RT does allow for dynamic loading of VIs. You will have to however load the called VI into memory beforehand so that it gets bundled up in the EXE.