Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
OnConnectSlave Event
Description

This event gets launched when PC-DMIS connects to and launches the specified measurement routine (PartProg) on the slave computer.

Syntax
Visual Basic
Public Event OnConnectSlave( _
   ByVal PartProg As PartProgram _
)
Parameters
PartProg
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
See Also