ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example shows how to add a custom scale to a LabVIEW VI.
Description
When adding a custom scale to a LabVIEW VI from MAX there are a few common problems. If you getthe following error,this is the way to fix it.
Error -200447 occurred at an unidentified location
Possible reason(s): Measurements: Units for the channel must be set to From Custom Scale when a custom scale is used with a channel. Notice the input on the create channel VI.
Requirements
Software
Hardware
Steps to Implement or Execute Code
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
the daqmx create channel actually has a terminal named 'units' from there you create a constant that says 'from custom scale' and you dont need to use the property node at all. this EPD does this: http://zone.ni.com/devzone/cda/epd/p/id/6062