ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extract String Numerical Values by Using T101 Thermocouple Integer

Hello,

 

I have a DAQ and am extracting output values already from the reader of the DAQ 34970A inserted into LABVIEW. These output values are sorted in every loop in a table that has the ability to show 20 loop results. In addition to this graph, I want to take specific values from the specific thermocouples externally by choosing two of them. How can I extract numerical values without any array format from the table with a shift register or another method?

 

Best,

0 Kudos
Message 1 of 2
(1,155 Views)

Hi tolga,

 


@tolga06 wrote:

I have a DAQ and am extracting output values already from the reader of the DAQ 34970A inserted into LABVIEW. These output values are sorted in every loop in a table that has the ability to show 20 loop results. In addition to this graph, I want to take specific values from the specific thermocouples externally by choosing two of them. How can I extract numerical values without any array format from the table with a shift register or another method?


A table is a 2D array of strings, so there is an "array format". Why do you ask for values "without any array format"?

Why do you want to take values from a string table? There has to be a place (aka "wire") in your VI where you already have those values in a numeric format!?

How should we help you with your code when you don't attach your code?

Which values do you want to extract from your array?

Have you tried a simple IndexArray function?

What kind of controls are those "Thermocouple 1/2" inputs? Can't you use them to index your array elements?

Btw. why do you format your temperature values to show (atleast) 5 digits after the decimal separator when they seem to contain only 3 senseful digits?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,152 Views)