02-19-2008 02:15 PM
02-19-2008 04:58 PM
Hi Patrick,
NI RIO 2.4 should work fine with LabVIEW 8.5 so you don't have to wait for 8.5.1. Regarding the 9211 with Calibrated Data, please check out the getting started example program, as it show how you would convert to a temperature using calibrated data.
You might want to post some images regarding the NI RIO 2.3.1 with LabVIEW 8.5 as that sounds interesting but I'm not sure what your looking at.
Basset Hound
02-20-2008 07:13 AM
Hi Basset,
I think I was expecting too much from the calibrated data. I was expecting to specify my thermocouple type and read back a temperature in celsius.
As for the image, It would be hard as someone is doing test on the cRIO right now. However, I didn't have the possibility to install NI RIO 2.4 with LabVIEW 8.5 in MAX when doing a add/remove software on the cRIO. Here was the visible choices.
LabVIEW 8.5.1
NI-RIO 2.4
LabVIEW 8.5
NI-RIO 2.3.1 (Installed)
LabVIEW 8.2
NI-RIO 2.4
Maybe I have to remove NI-RIO 2.3.1 from the target before seing NI-RIO 2.4 under LabVIEW 8.5. I will try it this afternoon.
Patrick
02-20-2008 07:42 AM
Hi Basset,
A custom install would let me upgrade to 2.4.
Regards
Patrick
02-20-2008
09:33 AM
- last edited on
09-30-2025
08:58 PM
by
Content Cleaner
Ah, I think I might understand, the
LabVIEW 8.5
NI-RIO 2.3.1 (Installed)
Is really just telling you what is currently installed on the controller. NI RIO 2.4 ships with RT 8.5.1 install support so its the Recommended Software Stacks are saying you can install this version. LabVIEW Real-Time is developed so that LV 8.5 will be compatible with 8.5.1 installed on the controller. So you'll be fine with installing RIO 2.4 with 8.5.1 even though you only have LabVIEW Real-Time 8.5 on your system. When you do get the chance to install LabVIEW RT 8.5.1 I would suggest doing so if possible.
Your correct that the Calibrated IO nodes do not return Temperature units at this time. This is mainly due to the large number of Thermocouples and math that would be needed to support them all would use a substantial portion of the FPGA fabric that not every user would need. However, I don't think it would be real hard to just duplicate the equations used on the host, although it does involve many multiplications, natural logs, and some power calcs. So, currently you would need to use the NI Labs FXP library to implement this with any ease.
As always, if you do create one and want to share it with the class feel free to post it to the Community or the FPGA IPnet
Bassett Hound
08-14-2008
03:31 PM
- last edited on
09-30-2025
08:58 PM
by
Content Cleaner
Hey Patrick,
You might want to check out the new LabVIEW Real-Time 8.6 features for programming CompactRIO. It will allow you to get degrees Celsius from your 9211 directly in LabVIEW Real-Time without programming the FPGA.
Using NI CompactRIO Scan Mode with NI LabVIEW Software
-Kurt