ConneX_Help.pdf - 第84页

M achin e M an ager Be l o w you wil l fi nd the eve nts and c om ma nd s that are pu b l ish ed / subsc ri b e d re l a ting t o the M ac hine M a nag e r se rvic e . Com m a n ds Be l o w are the c o mm and s that ca n…

100%1 / 86
VersionName (
string
)The name of the component name.
Version (
string
) The programmer's version.
Name Description
SocketInfo
Represents statistical information about a programming socket.
Fields
Name Description
CleanCount (
string
) The adapter's clean count.
LifetimeActuationCount (
uint
) The adapter's lifetime actuation count.
LifetimeContinuityFailCount (
uint
)The adapter's lifetime continuity fail count.
LifetimeFailCount (
uint
) The adapter's lifetime fail count.
LifetimePassCount (
uint
) The adapter's lifetime pass count.
Machine Manager
Below you will find the events and commands that are published/subscribed relating to the Machine Manager service.
Commands
Below are the commands that can be sent to a Machine Mangager instance:
Command Description
Launch DMS
Launches DMS for use with LumenX programming.
Launch TaskLink
Launches TaskLink for use with FlashCORE programming.
Launch DMS
Topic:
command/dms/launchdms/{hostname}
Instruct the Machine Manager service to launch DMS for use with LumenX programming.
Level Description
hostname
The hostname of the PC that should launch DMS.
A
CommandResponse
will be published on the topic
machinemananger/commandresponse/{hostname]
indicating the success (or failure) of
the command.
Fields
Name Description
JobName
(
string
) Set the selected job by name to run.
JobPath
(
string
) Set the selected job by file path to run.
Quantity
(
int
) Must be a whole, non-zero number. Sets the number of devices to process when this Job runs.
Note
Providing both
JobName
and
JobPath
fields is not supported and will result in an error.
Launch TaskLink
Topic:
command/tasklink/launchtasklink/{hostname}
Instruct the Machine Manager service to launch TaskLink for use with FlashCORE programming.
Level Description
hostname
The hostname of the PC that should launch TaskLink.
Fields
Name Description
TaskName
(
string
) Run the specified Task and exit TaskLink. The Task must be present in the current Task file.
AdministratorMode
(
bool
)
Run TaskLink in Administrator Mode.
BatchMode
(
bool
) Run TaskLink in Batch Mode.
Quantity
(
int
) Must be a whole, non-zero number. Sets the number of devices to process when this Job runs. This option
disables the prompt for pass quantity at run-time and is useful for Batch Mode operation.
Note
The
TaskName
field can also be used to launch with specific database such as
task_database::task_name
. See the TaskLink
documentation for more information.
A
CommandResponse
will be published on the topic
machinemananger/commandresponse/{hostname]
indicating the success (or failure) of
the command.