08-16-2005 06:28 AM
08-16-2005 09:15 AM
08-17-2005 04:05 AM
Hi,
I put a reset.vi button on my sample application. It did not allow me to wire the input from physical task constant to DAQmx reset vi input
why?
The second question. I got a on and off switch on my test fixture. In order to generate a CD current out to the test fixture. I need to
turn on the switch. I know Labview can put a reset button and reset everything of your application. How about a on and off switch?
Can Labview put a on and off switch to control the test fixture power?? I am in a urgent. Pls you pls send me quickly?
Many thanks!
08-17-2005 08:28 AM
You're talking about DAQmx Reset Device? If so, then no, it does not have a Boolean input. Whenever you call it, it will reset the device. So, you have to write a program that will call the function only when the control is true. You can use an event structure for the front panel boolean and in the value change event, you put this function.
Well, LabVIEW by itself cannot control anything. You need something that interfaces the LabVIEW program to the test fixture. This could be a DAQ board that controls some relays as an example.
08-19-2005 04:22 AM
Hi,
Do you have an example for what you said?
Especially you are talking about event structure
08-19-2005 08:34 AM
08-23-2005 08:22 AM
Hi,
My actual problem is that I have a test fixture with power on and off switch, a 6V to 4V switch, a reset button, enable button,
beep button and a shock test button.
I want to put all these buttons into my Labview program so that I don't have to manually adjust the button on the test fixture.
Can I do it in Labview using PCI 6250? Can NI 5112 board can also do this thing too?
I am in a urgent. I appreicate if you can reply to me promply
08-23-2005 08:35 AM
08-23-2005 09:20 AM
Hi,
Thanks for your answer.
Do you have any more information on relay? Is it a NI product and some software dirver?
If so, can you direct me to the infomation I can look at.
Is that common way people usually replace switches on the test fixture to the digtial I/O for PCI 6250 boards?
If so, I like to follow this kind of ways. If not, can you suggest somer others
08-23-2005 09:48 AM
A relay is a basic electronic element. A short definition is "An electrically activated mechanical device that opens and closes electrical contacts.". It's a coil that when a current passes through it, generates a magnetic field. The field causes an actuator to move, closing a set of contacts. Think of it as a switch that's controlled by the application of an external voltage. I think that if you don't have any working knowledge of basic electronics, you're going face more problems than just not knowing anything about LabVIEW. You're going to have to find someone where you work who can make an informed decision about modifying what you have.