09-11-2007 03:12 PM
09-11-2007 03:23 PM
You can have multiple VISA Writes and Multiple VISA Reads but you should be connecting them with the VISA Resource Name input/output and withe the error in/error out clusters. This will enforce data flow. You didn't post any code or even an image of your block diagram but usually when someone says that it works in highlight execution, that's a red flag that dataflow is the problem.
As far as the concantanate string function, it all depends on the instrument. For example, with most GPIB instruments, you can separate commands with the ; character. For serial instruments, you will often have to separate the commands with a termination character such as a CR or LF. Yuo've not provided any information on the instrument or how it's connected so it's impossible to say what is the problem.
09-11-2007 03:45 PM - edited 09-11-2007 03:45 PM
Message Edited by jalo on 09-11-2007 03:47 PM
09-11-2007 03:56 PM
09-11-2007 04:08 PM
I was going to say the same thing. I was also going to say that the use of the Format Value function is a little weird. Why not use the concantanate string function like you mentioned?
09-12-2007 07:56 AM
09-12-2007 08:29 AM
09-12-2007 10:05 AM
09-12-2007 10:19 AM