Custom Command


Call a custom command in the LINX firmware. You must add the custom command to the LINX firmware before you are able to call it using this VI. Use this VI to access advanced functionality that must execute on the device.

The timeout value indicates how long LabVIEW will wait for the custom command to complete. Set this value slightly higher than the expected time required for the custom function to complete. This VI will wait up to the time specified in timeout, and will rseturn as soon as the function is complete.

Inputs


Timeout (100 ms)
Specifies the time to wait in ms for the custom command to return data.

LINX Resource
Contains LINX connection resources.

Custom Command Number
The custom command number to call from the LINX device firmware.

Data
The data to pass to the custom command.

Error In
Describes error conditions that occur before this node runs. This input provides standard error in functionality.

Outputs


LINX Resource
Contains LINX connection resources.

Dup Command Number
Returns the custom command number.

Response
Returns the response data from the LINX device.

Error Out
Contains error information. This output provides standard error out functionality.