eferguson Posted June 23, 2006 Posted June 23, 2006 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?
LabJack Support Posted June 23, 2006 Posted June 23, 2006 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.
eferguson Posted June 23, 2006 Author Posted June 23, 2006 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?
AzeoTech Posted June 24, 2006 Posted June 24, 2006 You can't use the word "channel" for your channel name. It is a reserved word. Try naming it DigOut.
eferguson Posted June 26, 2006 Author Posted June 26, 2006 I am not using the word channel for my channel I have it named ssr.
LabJack Support Posted June 26, 2006 Posted June 26, 2006 So your sequence actually says ssr=0 and ssr=1? Perhaps you should attach your CTL file to a post, or send it to [email protected].
Recommended Posts
Archived
This topic is now archived and is closed to further replies.