10-24-2007 08:22 PM
10-24-2007 10:49 PM - edited 10-24-2007 10:49 PM
I don't understand at all what you are doing with the Relay Function and Simulate Signal. If you had attached the actual VI instead of an image, it might have made more sense but what you want to do with outputing a digital pattern from a numeric control is exactly what the shipping example called Write Dig Port does. Open the Example Finder and its Hardware Input and Output>DAQmx>Digital Generation. You can also use the DAQ Assistant by wiring it up as shown below.
Message Edited by Dennis Knutson on 10-24-2007 09:50 PM
10-25-2007 11:43 AM
10-25-2007 11:59 AM
It is an analog output card but it also has 8 digitial lines. I guess I just never thought about using analog out. That's why the image you posted had me confused.
The function is Build Array. The DAQ Assistant is limited to the types of inputs it will accept. To use a numeric control, you have to convert it to an array first. The shipping example I mentioned does not require a build array. It will take a numeric directly.
10-25-2007 03:37 PM
10-25-2007 03:55 PM