11-22-2022 06:51 AM
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
11-22-2022 08:07 AM
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??
11-22-2022 01:39 PM - edited 11-22-2022 01:54 PM
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…