05-15-2024 10:19 AM
It is under String>>Additional String Functions. It is just a thin wrapper around String>>Spreadsheet String to Array.
05-15-2024 10:30 AM
how about this
05-15-2024 10:49 AM
Swap the format string and spreadsheet string wires.
Other than that, it should work if you configured the visa session correctly.
05-15-2024 10:53 AM
as it was said before the termination character shall be \r (But you need to right click on the string constant and select '\' Display
add a wait time for a few milliseconds after writing to give the instrument time to respond.
According to the manual the response shall be a string of probably 24 bytes, of numbers separated by commas. You can convert it using String to spreadsheet to array , wire a constant of Integer numbers and it will convert the strings of 0 and 1 into an array corresponding to each of the parameters of the response.
05-15-2024 12:13 PM
do all string inputs have to be '\'
05-15-2024 01:48 PM