The Xentara MeerK40t Driver v1.0
User Manual
Device
See also
I/O Components in the Xentara user manual

The Device element as an I/O component is the main element of the Xentara MeerK40t driver representing a single laser device. All laser commands are exposed as children Xentara skill data points.

Accessing Device Elements

See also
Accessing Xentara Elements in the Xentara user manual

Device elements have the following members:

Attributes
keyThe Device’s primary key.
nameThe Device’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the Device.
typeThe Device’s element type. For MeerK40t Devices, this is always “MeerK40t device”.
categoryThe Device’s category. For MeerK40t Devices, this is always “device”.
addressAddress of the MeerK40t Telnet server.
deviceStateThe Device’s state as a boolean showing the connection state.
errorThe Device’s connection error if any.
connectionTimeTime when connection was established.
Tasks
reconnectAttempts to reestablish the connection to MeerK40t if it is down.
pollPolls MeerK40t once to update children data points and send pending commands.
Events
connectedOccurs when the MeerK40t is connected.
disconnectedOccurs when the MeerK40t is disconnected.