LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

voltage control

Hi,

 

I am reading voltage on labview through arduino (using its analogue pins). I want to control(vary) that voltage just for the display sake using a dial/knob on labview and I am not sure how to implement that because LV does not allows to connect a knob or dial to voltage output ?

 

Please help!

 

Thanks

0 Kudos
Message 1 of 5
(2,764 Views)
That does not make any sense. To control the external voltage, you need to physically adjust the actual voltage being read by the arduino's A/D. To replace the actual voltage read from the A/D with a front panel knob, is trivial, however. That just requires something as simple as a select function or case statement.
0 Kudos
Message 2 of 5
(2,758 Views)

thanks for reply.

 

So is it not possible to increase or decrease from the software end i.e using LV front panel just for display and keeping the actual voltage whatever it is ?

 

cheers.

0 Kudos
Message 3 of 5
(2,749 Views)

Hi w,

 

it's possible - as soon as you can give a good description of your task. ("Good": no contradictions, clear dependencies, clear program description)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(2,743 Views)
You can either replace the actual voltage as I described or simply add the knob setting to the actual voltage. Either is trivial to implement.
0 Kudos
Message 5 of 5
(2,733 Views)