make voltage increment automatically


JoshuaDAQ

Recommended Posts

Hi, i'm a newbie here and I'm still not too familiar with the forums so I apologise in advance if this has been asked before.

I use DAQFactory to control the analog output of LabJack U6. I can only increase the voltage with certain interal by continuously clicking the button .

how can I make voltage increment automatically ?

Thank you very much!

Link to comment
Share on other sites

Sure, create a global variable to store the step, probably by creating a sequence marked Auto-Start and doing a line like this:

global stepSize = 0.1

Then in the sequence, replace the 0.1 with stepSize.

Then in a button, select the Set To Action, and have it edit the stepSize variable.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.