Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

serial poll

all most all article from internet tell us how to serial poll device, but I want to know how can I check whether my device has been serial polled by controller, it's from device's standpoint instead of controller's standpoint. thanks!
0 Kudos
Message 1 of 8
(3,775 Views)

2 weeks pasted, I am still waiting for you!  🙂

0 Kudos
Message 2 of 8
(3,687 Views)

I'm still waiting for any answer from you!!! 🙂

0 Kudos
Message 3 of 8
(3,657 Views)
0 Kudos
Message 4 of 8
(3,643 Views)

anyway, thank you, Crazywu!

0 Kudos
Message 5 of 8
(3,637 Views)

If you want to know if a piece of equipment physically exists, perform an ID query from the controller and match the response it receives from the piece of equipment addressed.  Current standards would have you query the device with

"*IDN?\n"

However, many of the older devices will not respond to that and require the older query of 

"ID?\n"

This will help ensure that the equipment you expect to communicate with is actually there.

 

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
Message 6 of 8
(3,598 Views)
Thank you, Minions!
0 Kudos
Message 7 of 8
(3,582 Views)

Any response that is helpful, you should click the KUDOS box.  Also, if that is the answer that you wanted, then close out the thread by accepting that answer as the solution.

 

Thanks and have a nice day.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 8 of 8
(3,575 Views)