04-06-2022 05:05 AM
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
04-06-2022 05:08 AM
this is my programm
04-06-2022 08:32 PM
@Ayoubas01 wrote:
is it possible to execute all these instructions and select which one I want to read and display at the same time
Yes.
04-07-2022 02:06 AM
So how i can do this ?
thank you