I'm developing a complicated LabVIEW 7.0 standalone executable that runs on a FieldPoint FP-2010 module. I believe I'm going through too many steps whenever I change this software; could somebody tell me a faster way to change the code?
Here's the insanely tedious way I'm doing it now:
1. First, it seems I have to �clear� the existing VI from the FieldPoint module by setting its �Disable VI� jumper to ON, then rebooting the FieldPoint module, waiting for it to boot, then setting its �Disable VI� jumper back to OFF, then rebooting the FieldPoint module, and waiting for it to reboot again. If I don�t do this tedious step, the new LabVIEW .exe won�t load later on.
2. In LabVIEW, change t
he execution target to the FieldPoint module ("Operate >> Switch Execution Target >> RT Target ...").
3. Make the RT application launch at boot up (�Tools >> RT Target � Options >> RT Target: Miscellaneous >> Launch Application at Boot-up�).
4. �Tools >> Build Application or Shared Library (DLL) >> Applications Settings >> Set Target to Launch at Boot-up >> Build�
5. Reboot the FieldPoint module yet a third time to get the new .exe code running.
6. Finally, my code will be running on the FieldPoint module.