10-01-2002 11:34 AM
10-02-2002
10:41 AM
- last edited on
07-18-2025
01:47 PM
by
Content Cleaner
If you want to send a command to an instrument you can just do an ibwrt.
Here is the prototype
int ibwrt (int ud, void *wrtbuf, long count)
ud is the device descriptor and is attained from the
ibdev function. ibdev acquires a device descriptor to use in subsequent device-level traditional NI-488.2
calls. It opens and initializes a device descriptor and configures it according to the input
parameters. (board index, primary address, etc)
int ibdev (int BdIndx, int pad, int sad, int tmo, int eot, int eos)
See the NI-488.2 Function Reference Manual for Windows for details
Ray K
NI Applications Engineer.