LonTalk Output Operator


Operator Menu Location: Generic Hardware Operators -> Networking -> Lontalk

Operator Bitmap:
 

Functional Description:
The LonTalk Output Operator generic hardware operator provides access to a networking channel resource in the physical hardware. When the generic operator is linked to a specific networking hardware resource, it will send data to the Application running on the Neuron.

This data is application dependent and can include network variable values, configuration property values, or program variables. A Library and demo programs are provided for use with NodeBuilder.

The LonTalk Output Operator has two fixed pins:
•Disable Input x1 . A HIGH input will stop updates from propagating through the operator to the Neuron application
•Value Inputs . Depending on the type selected for the Output Operator, there can be 1 or more input digital or analog signals.
•Output y1 indicates if the operator is linked with the application running on the Neuron. It is LOW if the "Link Key" was matched with a corresponding link key on the Neuron application. The output is HIGH if the operator key could not be matched with one on the Neuron.

In Addition to the fixed pins, there can be multiple input pins based on the "Type" selection in the properties dialog. Numerous SNVTs are supported, as well as basic Neuron C types [boolean, char, int, long, s32, float, uchar, uint, ulong]

When configured for a type of SNVT, values sent from the schema to the application will be scaled based on the standard Echelon scaling for that SNVT.

{Note the inverse is true for the LonTalk Input Operator}

Refer to the Echelon document "LONMARK® SNVT Master List" for information on scaling factors and structures of SNVTs.

User-Defined Properties:
Signal Name. Name of the operator.

Type. This property lets you select a SNVT, or a basic Neuron C type which determines the size and scaling (if any) to be applied to this operator data.

Neuron Link Key. This property sets the key used by the Neuron application and the Schema to dynamically link operators with the Neuron application.

Display Disable Input. This property determines if the disable input pin X1 is visible in the schema diagram. Design Pad issues a warning upon processing the schema when the pin is visible but not connected. The warning message is not issued when the pin is not visible (when this property is not checked).

Display Error Output. This property determines if the error output pin Y1 is visible in the schema diagram. Design Pad issues a warning upon processing the schema when the pin is visible but not connected. The warning message is not issued when the pin is not visible (when this property is not checked).

Comments: None.

See Also:
LonTalk Input Operator