07-26-2012 07:25 AM - edited 07-26-2012 07:26 AM
Hello,
I have to realize a LabView program to command a step by step motor.
My problem is that the command sent to the motor is not the instruction I give to the program. I found that the error is made when the data are converted from graphics to analog data.
I don't understand what is the problem. Is the problem comes from the functions I use to convert the data ? (see my attached picture of the program)
Thanking you
Solved! Go to Solution.
07-26-2012 07:50 AM - edited 07-26-2012 07:52 AM
Try using a build array node in place of the build cluster node and convert from cluster to array node.
Normally, the data type to be expected by the Analog 1D Waveform N Channels N Samples VI is an array of waveforms.
Also, you do not include your basic DAQ setup in the image; it would be helpful to see how you are configuring the device.
07-26-2012 12:40 PM
now you can see the entire program. Tell me if there is something wrong.
07-27-2012 12:52 PM
Hello UdeS,
I found this example that maybe could help you.