Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in my VI

I wrote a VI to monitor temperature signal for our Cryogenic Temperature Controller (Model  32). But an error usually occurred when my VI is running. Could anybody help me to solve the problem?

Thanks!
Download All
0 Kudos
Message 1 of 7
(4,127 Views)
What is the error? Please provide a code and which VI is generating it.

We don't have a "Cryogenic Temperature Controller (Model  32)" so we can't run your VI. Smiley Wink
0 Kudos
Message 2 of 7
(4,123 Views)
Sorry, I forgot to attach the picture
0 Kudos
Message 3 of 7
(4,118 Views)
Well, your graph indicates that you were getting data up to a certain point. This means the drivers seem to be working. Could be a timing problem. Have you tried slowing down the acquisition rate?
0 Kudos
Message 4 of 7
(4,095 Views)
I would also suggest that you place the init and close functions outside your loop. There is no point in doing these each iteration.
0 Kudos
Message 5 of 7
(4,092 Views)
Good point, Dennis. Can't believe I missed that, and it's usually one of the first things I spot. Just got into work. Must still be asleep. Smiley Very Happy
0 Kudos
Message 6 of 7
(4,087 Views)
Thanks for your help. I've changed the baud rate, now everything works fine:)
0 Kudos
Message 7 of 7
(4,064 Views)