Ftxl event handler functions, Commonly used event handler functions – Echelon FTXL User Manual

Page 164

Advertising
background image

152

FTXL LonTalk API

Function

Description

LonQueryConfigData()

Queries local configuration data on the FTXL device.

LonQueryDomainConfig()

Retrieves a copy of the local domain table record from the
FTXL device.

LonQueryNvConfig()

Queries configuration data for theFTXL device’s network
variable table.

LonQueryStatus()

Requests local status and statistics.

LonQueryTransceiverStatus() Requests the local status of the FTXL Transceiver.

LonSetNodeMode()

Sets the operating mode for the FTXL device:

• Online: An online device executes its application

and responds to all network messages.

• Offline: An offline device does not execute its

application or respond to network messages. It will

respond to network management messages.

• Configured: The device is ready for network

operation.

• Unconfigured: The device is not ready for network

operation.

LonUpdateAddressConfig()

Sets configuration data for the FTXL device’s address table.

LonUpdateAliasConfig()

Sets configuration data for the FTXL device’s alias table.

LonUpdateConfigData()

Sets configuration data on the FTXL device.

LonUpdateDomainConfig()

Sets a domain table record on the FTXL device.

LonUpdateNvConfig()

Sets configuration data for the FTXL device’s network
variable table.

FTXL Event Handler Functions

The FTXL LonTalk API provides event handler functions for managing network

and device events.

Commonly Used Event Handler Functions

Table 17 on page 153 lists the event handler functions that you will most likely
need to define so that your application can perform application specific processing

for certain L

ON

W

ORKS

events. You do not need to modify these callback

functions if you have no application-specific processing requirements.

Advertising