08-30-2006 12:21 PM
08-31-2006 06:13 AM
The error is because the first item in your port direction cluster is an array. It needs to be a single True/False (depending on direction) for port zero.
If IO Polarity Bit 0 is TRUE (default) the bit is set to active low/active open. If it is FALSE the bit is set to active high/active closed.
You're trying to set it to an array of booleans currently based on the data you want to output - that's the wrong VI to be putting it to.
The MOMO vi is the actual point where the data values are written out - so you'd need to set these on a looping basis to match your data out using software timing to get the actual pattern out, element by element
Hope that helps
Sacha Emery
National Instruments (UK)
08-31-2006 11:08 AM
09-01-2006 11:22 AM
Hi
In addition to my above code will this one work? I have a problem with checking my outputs so I would appreciate if you can check this for me.
Thanks
Mal
09-05-2006 09:16 AM
09-26-2006 05:17 AM
Hi
I would appreciate if you can test my programme or check whether it is correct.
Thanks
Mal
09-27-2006 10:03 AM