Hello,
I've to use a NI GPIB-488.2 PCI Board but the source code I have has been
developped for a keithley card.
Who could translate this part of code ?
'
do
Transmit("MLA TALK 9 CMD 96",Status)
Receive(Response, Maxlen, Size, Status)
while Response[0] AND 8
'
The purpose is to wait for end of motor movment (motor card is at address
9)
Thank you very much
Eric