10-13-2008 01:38 PM
10-14-2008 05:24 PM
sachsm,
While I definitely don't promote doing what you suggested, I tried it out and it looks like it should theoretically work with a reboot. I only did this with a straight VI ran from LabVIEW. The xml file is generated when the scan engine variables are first deployed. This file is updated on an input-by-input basis based on what was edited in the project explorer. If the xml file is edited, then the device rebooted (but the project not changed) and you run the VI, the 'updated' scaling will be present. Once you edit the particular IO in the project then it will override the manual edit. When these are changed the scaling changes go into effect immediately and the device doesn't need to be rebooted. Good idea, indeed, not sure if or what the implications may be with this though. Definitely try at your own risk for this one.
10-29-2008 02:27 PM
Hey Mike,
Here is the NI Scan Engine Advanced I/O Access API:
http://zone.ni.com/devzone/cda/tut/p/id/8071
Note: I/O forcing, scaling, and I/O aliases are not supported with this API
Kurt
10-29-2008 03:24 PM
When you say that I/O forcing is not supported do you mean that channels written to using the advanced I/O access api will overwrite any forcing
that is in place?
10-29-2008 04:14 PM