Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Can a USB DAQ 6008/6009 work 24/7?

Hi there,

 

I have a very technical and basic question (I think), can a USB DAQ 6008/6009 work 24/7? Pretty much I'm making a DIY home control system and wondered if using my DAQ would work considering the PC and this would work the whole day. I'm just using one of the analog inputs and around 6 digital outputs and 2 inputs which are turned on and off depending on the time.

 

Anyone?


Thank you!

Mario Gonzalez

0 Kudos
Message 1 of 8
(3,855 Views)

Mario,

 

Yes.  Maybe.  I ran a system using a USB-6009 for several weeks monitoring a battery.  The 6008/6009 is fine with that.  The thing you need to watch is whether the OS ever does something to shut down the USB port.  Especially in laptops things tend to get turned off to save power.  If you want to run something like that check all the power saving and sleep settings on the computer.

 

If anything can cause unsafe conditions, you should have a hardware safety circuit independent of the computer.  What it the hard drive crashes?  You should probably also consider setting the computer to turn itself back on after a power outage.  Set the application to start automatically.  When it starts it should read a configuration file to determine what it was doing before the power went off. (This menas that the program must write status to the config file regularly!)  Then it should do a status check before starting things up again.

 

Lynn

0 Kudos
Message 2 of 8
(3,853 Views)

Thank you John!

 

I actually did think about the outage part, basically the computer is going to be hooked up to a UPS, anyother than that I'm also hardwiring a circuit with each of its elements to an individual switch so I can turn on/off any off them manully. I didn't think about the computer turning on and running the program again, I thank you for that!

 

I'm still a little bit iffy on trusting the DAQ, my second choice is a PLC but those are expensive, I guess I will just have some faith.

 

Thank you.

0 Kudos
Message 3 of 8
(3,850 Views)

If you run a system 24/7 for a long time and dealing with costs:

How about the energy costs?

Running a UPS and a PC(server) anyway, a USB device seems OK, but compare the PLC solution with energy costs might level the system costs (including replacements, long term support etc)

 

The other DIY way: How about an ardunio?

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 4 of 8
(3,844 Views)

Actually low-end PLC's with the functionality you need (analog in, digital I/O, real-time clock) are quite inexpensive now days, probably ~$200-$300.

You still have to deal with the power loss but most can run off of 12VDC (ie car battery could serve as a long duration power source).

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 8
(3,840 Views)

Answer to your question: Yes.  However, it's only as good as the software driving it.

 

You'll need to do some safety engineering: if any combination of outputs can cause an unsafe/dangerous condition, use some hardware logic to keep that combination from happening.  Also keep in mind that all the DIO's will be pulled high when the DAQ resets. 

 

If it were me building it, I'd use lower-level code than LabVIEW (DAQmx C libraries) and run the whole contraption on a small single-board computer that doesn't run windows.  Control it from a desktop/webserver/whatever through ethernet/serial/wifi/bluetooth/whatever.  Configure everything to run off 12 or 24V, run it off a big deep-cycle marine/RV battery(ies) with a tender keeping it topped off from utility power.  Even a smaller motorcycle-size battery may work if the current and runtime demands are low enough.

 

A standby generator and ATS may be a good investment if your area is prone to power failures and you've got computers running your house.  Don't trust a UPS to run a computer for long periods of time - they're intended to give you enough time to save/shutdown or keep the computer running while the genset kicks on. 

0 Kudos
Message 6 of 8
(3,828 Views)

Hi everyone,

I am new to DAQ system. I really have passion for it and am on a research project

please I need your help if you can quide me through on how I can connect my sensor device to a USB DAQ. Please contact me on kandid007@yahoo.com. I will really appreciate your help

0 Kudos
Message 7 of 8
(3,619 Views)

@kandid wrote:

Hi everyone,

I am new to DAQ system. I really have passion for it and am on a research project

please I need your help if you can quide me through on how I can connect my sensor device to a USB DAQ. Please contact me on kandid007@yahoo.com. I will really appreciate your help


If you start a new thread and ask specific questions, we can help you a lot more.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 8
(3,615 Views)