The Xentara MeerK40t Driver v1.0
User Manual
Enabled
See also
Skill Data Points in the Xentara user manual

The Xentara Enabled element is always published and used to pause/resume job execution in the output direction or red the polled state in the input direction. Even when Enabled is false, Running will remain true until the job is complete/aborted.

Accessing Enabled

See also
Accessing Xentara Elements in the Xentara user manual

Enabled has the following attributes:

Attributes
keyThe Enabled’s primary key.
nameThe Enabled’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the Enabled.
typeThe Enabled’s element type. For MeerK40t Enableds, this is always “MeerK40t enabled”.
categoryThe Enabled’s category. For MeerK40t Enableds, this is always “enabled”.
valueThe read/write current boolean value of the enabled job execution.
updateTimeThe last time the enabled's value was polled.
changeTimeThe last time the enabled's value changed.
writeTimeThe last time the output was written.
qualityThe quality of the enabled's value. See Data Quality in the Xentara user manual for an explanation of a data point's quality.
errorThe error that occurred the last time the enabled's value was polled.
writeError

The error that occurred the last time an output enabled's value was written.

Enabled has the following events

Events
changedFired when Enabled's value is changed.
writeErrorFired when Enabled's write fails.