LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HP3458A palate

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

0 Kudos
Message 1 of 3
(185 Views)

Please install the driver from IDNET - https://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=158

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(172 Views)

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 ) ;

0 Kudos
Message 3 of 3
(167 Views)