Hi,
I have some problem to send commands to �Instrument�, which connect to computer via GPIB card.
I use my own application with advanced script language and 16-bit GPIB ISA card, OS � Windows 2000. I have send to �Instrument� command as string.
Here is fragment of code :
�
LoadLib(�gpib-32.dll�) <-- Loading DLL
RunLibFunc(handler,
, ) <-- Running function from DLL
�
- the name of function from DLL � should be something like �Send�
- array of arguments for the function : GPIB card ID, GPIB address of �Instrument�, my string, and something else �
Please Help me to find exactly commands syntax and the way to use it.
Thanks in advance