Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

HP8753 block

hi i connected hp8753e through GPIB-USB-HS  and i used this vi to acquire data. But then hp8753e is blocked and i must close labview to release it. What's the problem??HELP please

0 Kudos
Message 1 of 2
(3,173 Views)

What do you mean by "blocked"? Are you saying you can no longer send any commands to it, or that you simply can't use the instrument's front panel? If it's the latter, that's normal, since sending a remote command will place the instrument in remote mode.

 

Code comments:

 

  • Learn about auto-indexing of loops. You do not need to wire a constant to the N terminal of the loop, and you have it hard-coded to 1601. How do you know you're always going to get 1601 points? With auto-indexing your code is smaller.
  • Also watch your coercion dots.
  • If you're going to provide a control to save to file then you should also provide controls to be able to specify the file name to save to.

 

Message 2 of 2
(3,157 Views)