Get Motion Board InformationGets information about the properties and features of the motion controller.
| Device Compatibility
|
Desired information represents the type of information you want to retrieve about the motion controller. The following table has a complete list of information values, as well as output parameters relevant for each type of information returned.
|
||||||||||||||||||||||||||||||||||||||||||||
Board ID is a unique number assigned by Measurement & Automation Explorer (MAX) used to send and receive commands and data to or from a specific NI motion controller. | ||||||||||||||||||||||||||||||||||||||||||||
error in (no error) describes error conditions that occur before this VI runs. The default input of this cluster is no error. If an error already occurred, this VI returns the value of error in in error out. The VI runs normally only if no incoming error exists. Otherwise, the VI passes the error in value to error out. The error in cluster contains the following parameters:
|
||||||||||||||||||||||||||||||||||||||||||||
String out contains the output value for some of the Desired information inputs. | ||||||||||||||||||||||||||||||||||||||||||||
Bd ID Out is provided for flow control. You can string together NI-Motion VIs by wiring the Board ID Out terminal of one VI to the Board ID terminal of the next VI. | ||||||||||||||||||||||||||||||||||||||||||||
Value out contains the output value for some of the Desired information inputs. | ||||||||||||||||||||||||||||||||||||||||||||
error out contains error information. If error in indicates an error, error out contains the same error information. Otherwise, it describes the error status that this VI produces.
|
||||||||||||||||||||||||||||||||||||||||||||
Numeric out contains the output value for some of the Desired information inputs. | ||||||||||||||||||||||||||||||||||||||||||||
Boolean out contains the output value for some of the Desired information inputs. |
Using This VI
This VI returns selected information about NI motion controllers including controller type and family, bus type, number of axes, and so on.
NI-Motion also has four information types for retrieving the version numbers and release dates of the firmware segments loaded in the onboard Flash ROM. All firmware segments are field upgradable using the Update Firmware option in Measurement & Automation Explorer. Versions are returned in a version-build code format:
Version-build code = MMmmbbbb, where
MM is the major version number,
mm is the minor version number, and
bbbb is the build number.
Remarks
This section includes information about how the behavior of this VI differs among the controllers that support it.
NI SoftMotion Controller Considerations
The following list includes considerations you must make when you are using this VI with the NI SoftMotion Controller:
- The NI SoftMotion Controller does not support the following enumerations for the
Desired Information parameter:
- Firmware Version
- DSP Version
- FPGA Version
- FPGA2 Version