12-26-2023 08:59 AM
Hey there I want convert DBL to numeric but I dont know what is the conversion
12-26-2023 09:51 AM
Your problem is not on the convertion, the function is doing it's job, it's converting an array of doubles to an array of I32.
The case structure doesn't accepts arrays
12-26-2023 09:59 AM
if "comando" is a voltage signal (i assume it is) then you should calculate the average before performing any operation on it.
12-26-2023 10:27 AM
I measure the value after DBL and get just 3 integers values 0, 1 , 2 but I just want transform they to numeric value to use on case box
12-26-2023 11:16 AM
It sounds like you are getting 3 values out of 'Comando'. Do you want to send 3 outputs to 'DAQ Assistant2'? If so, you can put a for loop around the case structure to handle each of the 3 values.
12-27-2023 11:32 AM
thank you I indexed the array and worked