05-16-2007 04:31 PM
05-17-2007 10:51 AM
In the Help for that function:
The Load DAC VI is used to send a value directly to an unmapped DAC resource. DACs not mapped as servo axis outputs are available for general-purpose analog output applications.
![]() |
Caution You must not execute this VI on a DAC mapped to an axis. Doing so causes the DAC output to glitch momentarily before returning to axis control. |
If you configured and mapped that axis for a servo, that may the issue. You may also want to add an error indicator to the vi to see if any errors are occuring.
A better solution may be to use one of the 32 available Digital I/O lines to turn on the SSR.
05-17-2007 11:41 AM
05-17-2007 12:32 PM
05-17-2007 12:56 PM
Hi Recycle:
There is a 2nd 68 pin connector on the card that constains the digital I/O, so you would need a cable and breakout card to get convenient access to them.
Here's a link to the manual:
http://www.ni.com/pdf/manuals/322504b.pdf
A boolean on your front panel could be used to toggle the selected line of the port.
I was unable to download that vi, some functions were missing in my LV. Never have worked with a motion controller but I'm sure once you have a device ID, it should be simple to configure and use the digital I/O's. There are many shipping examples within labview to set up and use digital I/O.
Have you tried unmapping the axis you were attempting to use previously?