03-12-2013 05:40 AM
Hello, I need advise. Here is my problem:
I have measuring card NI USB-6009 and I would like to change automatic output voltage from Analog output.
I need automatic continuously change voltage for analog voltage output from 0 - 5V.
Any suggestion? Thanks
03-12-2013 07:08 AM
This example may be of help:
C:\Program Files\National Instruments\LabVIEW <version>\examples\DAQmx\Analog Output\Voltage - On Demand Output.vi
03-12-2013 09:18 AM
@Dejv wrote:
I need automatic continuously change voltage for analog voltage output from 0 - 5V.
Does this mean you would like to output a waveform? Or, is the voltage adjusted in response to some type of feedback?
03-12-2013 11:57 AM
Sorry I writing from another nick, but still I am Dejv 🙂
I would like with this voltage control transistor for simulate resistor. On this resistor I will display to XY graph current dependence on voltage, that is electric power.
So I would like to control this outupt voltage evenly from 0-5 volts.
03-12-2013 04:16 PM - edited 03-12-2013 04:32 PM
It sounds like you are looking to perform a voltage ramp. Here is a simple example. Hope this helps.
03-25-2013 12:14 PM
If I would like in voltage ramp do stop button how can I do that? I'd like to be able to do it anytime when voltage will be accrue I can click on button for stop and reset accrue.
Thank you for advice
03-26-2013 02:26 AM
Hi,
so you wants to restart or stop ramp generation? Both features could be easily implemented into that code...
See the attachment.
Regards,
O. Kuba
NIEE AE
03-26-2013 05:25 AM
Thank you very much.
And how will be looks if I would like stop and reset in one button?
03-26-2013 05:29 AM
Edit: I woul like to in one button: Start,stop/reset. So...For one click do start and for second click do stop with reset.
Thanks 🙂
03-26-2013 05:48 AM
Dear adssad,
have you tried to solved this task by yourself? I think writing previous two posts may took longer time than implementation of the feature you're asking for...
Regards,
Ondřej K.