10-10-2007 08:44 PM
10-11-2007 02:46 PM
10-11-2007 04:33 PM - edited 10-11-2007 04:33 PM
jaced:
I think it's MC's board he's using:
http://www.measurementcomputing.com/cbicatalog/cbiproduct_new.asp?dept_id=414&pf_id=1692
We also need to know the specifications of the relay- what voltage and current does it need to operate. The digital outputs on the MC card are only limited to 2.5mA sink/source
Message Edited by AnalogKid2DigitalMan on 10-11-2007 02:35 PM
10-13-2007 09:56 AM
10-14-2007 07:56 PM
10-14-2007 07:56 PM - edited 10-14-2007 07:56 PM
Message Edited by nicholas03 on 10-14-2007 07:56 PM
10-15-2007 05:01 PM
As I understand it, you have a USB-TC which is reading a temperature reading and you wish to take this reading and use it to control a relay. The confusion is do you have the relay or are you asking for recommendations? If you have the relay you should be able to connect it to one of the digital output lines on your USB-TC device which will be controlled through LabVIEW to go high or low based on the temperature reading. I am not familiar with your USB-TC device, but from what you said, seems like you want to connect a relay to digital lines... here is more information on how to do it
Problem Controlling Relays with Digital Lines
Common Hardware Connections for Digital I/O and Counter/Timer Boards
With regards to how to accomplish this task in LabVIEW please refer back to your original post on this forum.
One suggestion that I do have is to use a case structure with ranges in each case as follows.
0..70 relay is off.
71..80 do nothing, if the hardware operates similar to NI hardware it will hold the last written value.
81..100 relay is on.
The input to the selector terminal will be the temperature value from your acquisition.
10-21-2007 02:11 PM
10-22-2007 01:01 PM
Hi,
I am not familiar with MCC hardware perhaps another user is and can answer your question. I would suggest that the best place for an answer to your question is Measurement Computing technical support. The link to their technical support is below.
http://www.measurementcomputing.com/tech.html
It is also very difficult to determine if the device would power your fan based on a picture alone. From what I can tell the USB-ERB08 is able to supply 4A,found at
http://www.measurementcomputing.com/usb-erb08specs.html
Again I would recommend that you contact MCC for more information on their devices.
10-22-2007 04:32 PM