LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Base Development Software with Compact RIO hardware

Solved!
Go to solution

Hello.  I currently have LabVIEW Base Development software package and have been using it with Compact DAQ hardware for basic data acquisition.  I'd now like to start integrating controls into my system, changing to Compact RIO for the real-time deterministic capabilities.  My questions is would I be able to build applications for the Compact RIO system using only the LabVIEW Base Development package without upgrading immediately?  Perhaps some functionalities would not be available to me, but could I at least get a decent start that way? 

0 Kudos
Message 1 of 3
(2,479 Views)
Solution
Accepted by topic author prenaut41

A CompactRIO has an on board Real Time Operating System (RTOS) called VxWorks that you need to target when deploying LabVIEW code to the device. Conventional LabVIEW VIs you will have been writing so far are built to target General Purpose Operating Systems (GPOS) such as Windows.

 

In order to create VIs which are deployable to RTOSs, you will need the Real Time Module which is not included with LabVIEW Base. Further to this, to take advantage of the onboard FPGA, you'll need to install the LabVIEW FPGA Module as well.

 

As long as you have the Real Time and FPGA modules, it looks to me like you should be able to control these devices with LabVIEW Base. Without these software components you won't be able to create an instance of the target device from within your LabVIEW project.


Alex Thomas, University of Manchester School of EEE LabVIEW Ambassador (CLAD)

Message 2 of 3
(2,462 Views)

Thanks, Alex.  That definitely helps. 

0 Kudos
Message 3 of 3
(2,453 Views)