Hello,
I control a CVC3000 pump controller, with the RS232 protocol, I use VISA to send the set of commands. instruments responds well I still have a problem, that I send a list of instructions to execute, the Read VISA function, reads all the responses to the instructions, this causes me a problem in the display, I want to display only the pressure value on my indicator and not the sequence of responses to the various commands.
So my question is how can I display the measurement instruction and not the rest with Read VISA?
I explain I want to send for example this list of these command
OUT_MODE 2 return 2 in Read VISA and I'm not interested in that
IN_PV_S1 returns the value of my measurements and that what I want to display only on my indicator
is it possible to execute all these instructions and select which one I want to read and display at the same time otherwise I let you clarify the solution I put you my program attached thank you to all