10-21-2024 11:44 PM
Hi Team
Ni LabVIEW not able to find the palate; please help me to get
command[0] = HPIB_UNT ;
command[1] = HPIB_UNL ;
command[2] = HPIB_TA0 ;
command[3] = HPIB_LA21 ;
command[4] = HPIB_SPD ;
command[5] = HPIB_TCT ;
SEND_HPIB( ACTN = COMMAND,LG = 6,CMD = command ) ;
Thanks
Ramkumar S
10-21-2024 11:58 PM
Please install the driver from IDNET - https://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=158
10-22-2024 12:09 AM
Hi
we have download driver & as of now we are using it. now issue is command not able to pass to my prober. Prober will take control the DMM until required target get.
command[0] = HPIB_UNT ;
command[1] = HPIB_UNL ;
command[2] = HPIB_TA0 ;
command[3] = HPIB_LA21 ;
command[4] = HPIB_SPD ;
command[5] = HPIB_TCT ;
SEND_HPIB( ACTN = COMMAND,LG = 6,CMD = command ) ;