ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set HP3478A Front/Rear in LabVIEW

Solved!
Go to solution
I want to take measurements using both the front and rear inputs on the HP3478A Multimeter. This is done easily with the hardware front/rear switch. The state of this switch may be queried by using the 'S' command, where a 0 indicates rear and 1 indicates the front.

Is it possible to set the state of this front/rear switch using LabVIEW?
0 Kudos
Message 1 of 4
(3,507 Views)

@blaffie wrote:
I want to take measurements using both the front and rear inputs on the HP3478A Multimeter. This is done easily with the hardware front/rear switch. The state of this switch may be queried by using the 'S' command, where a 0 indicates rear and 1 indicates the front.

Is it possible to set the state of this front/rear switch using LabVIEW?

What does the programmer's manual say?

 

0 Kudos
Message 2 of 4
(3,486 Views)

Hi blaffie,

 

manual page 3-13 says it all…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 4
(3,480 Views)
Solution
Accepted by blaffie

The manual clearly states that status is a read only.  It is a hard switch after all (in or out).  I would recommend using some relays to change your signals if you really need to hook up different things for measuring.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 4
(3,478 Views)