LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Readings from visa read to excel

This is what I would like to achieve in excel.
Currently the program is wrong in the queue in relation to the type of comparator that moves and also writes the error instead of rewriting the measurement. Another thing that I can't figure out the format to use in excel, as for some formats it doesn't write me anything

0 Kudos
Message 11 of 13
(382 Views)

Trying again I found that the system writes and responds correctly, but it doesn't sync well with my response compensation system. Is it possible to do this another way or later outside the for loop??

0 Kudos
Message 12 of 13
(366 Views)

Hi Valery,

 


@Valeryhill4 wrote:

it doesn't sync well with my response compensation system. Is it possible to do this another way or later outside the for loop??


So the problem is your code! 🙂

Probably there are better ways to handle those "out of range" messages. It would help to provide better specifications for those response string data…

 

You still can simplify your VI:

The shift register will store the last valid response for each channel as you only replace entries when valid values are received…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 13
(351 Views)