Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

the status word of GPIB

i am trying to figure out how to record when a reset happen in the machine. i konw there is something to do with the stauts word and Bit 3 is the one dedicated to reporting resets. but i do not know how to make it works does anyone have a labview program can check the status word of bit 3.
0 Kudos
Message 1 of 5
(3,733 Views)
Serial polling the device will returnt he status byte of the instrument. From LabVIEW, there is a Serial Poll vi that will return this byte which you will need to interprete bitwise according to your instrument's documentation. From other environments, you can use the IBRSP function. Documentation on the supported 488 functions can be found in the Software and User manuals:

http://www.ni.com/pdf/manuals/321038g.pdf
http://www.ni.com/pdf/manuals/321819e.pdf
http://www.ni.com/pdf/manuals/320351b.pdf

Ryan Mosley
National Instruments, Applications Engineer
http://www.ni.com/exchange
0 Kudos
Message 2 of 5
(3,733 Views)
where can i find teh Serial Poll vi. i need a program can return the reset event for me which is bit 3 for the squid controler i use.
0 Kudos
Message 4 of 5
(3,733 Views)
It sounds like you want to know about doing serial polling in LabVIEW. Here's a document that should help:

http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/ce6220d5e6eff2ad86256804006b0389?OpenDocument

Randy Solomonson
Application Engineer
National Instruments
0 Kudos
Message 3 of 5
(3,733 Views)
it is very helpful. but can i get the file of the example in this document or maybe i can find some where?
0 Kudos
Message 5 of 5
(3,733 Views)