DIO


Recommended Posts

Posted

I need to control a solid state relay with the labjack to turn a switch on and off with a 5volt output but I am having trouble getting it to work. I can get it to work using LJlogger but I need it to be automated so that it can switch when I am not there. How can I do this?

Posted

You can use almost any programmnig language, or you can use DAQFactory Express which is included with the U12. Let us know if you need further help related to DFE, and describe what exactly you want the software to do.

Posted

I am using DAQFactory Express the code I have written is

Time 0

channel = 0

Time 5

channel = 1

Time 10

goto (0)

I have the channel set to DigOut so it must be the code. any ideas?

Archived

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