03-02-2021 02:30 AM
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,
03-02-2021 02:34 AM - edited 03-02-2021 02:40 AM
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?