08-19-2005 11:01 AM
08-20-2005 12:08 AM
I am pretty sure you can use the cFP-2020 without downloading a VI to it.
-Khalid
08-22-2005 10:36 AM
Thank you Khalid
Yes. From my sniffing around, I believe you are correct. I can do that. Thank you for your input.
08-23-2005
09:38 AM
- last edited on
07-24-2025
03:51 PM
by
Content Cleaner
Hello notaclue,
Khalid is correct, you do not have to download a VI to the controller to use it. There are a few ways to communicate with your Fieldpoint bank. You can target the controller with LabVIEW RT and then when you click run on your VI, the program will run on the controller without you having to actually transfer the VI to the target. It is actually running embedded on the controller but is not stored there after you restart the controller. See chapter 4 in the cFP-2020 User Manual for more information. You can also build the application to the controller so that it is stored there and has the ability to start upon boot up of the controller. The last way I think may be what you are looking for, which is to use the Fieldpoint VIs without targeting the controller. You can just access the channels of the bank using IO Points. This tutorial gives a nice explanation of how to do this.
Thanks,
Laura