Peripheral Devices
568 9836 3521 01
The Api object to operate on.
A reference that can hold the returned TraceData object. Is set
to Nothing (null) if error.
8.14.4.41 SubscribeTrace
Description: Subscribe for Trace. When new Trace arrives an ActiveX event is raised. Any registered
functions of type RecNewTrace will be called.
Return type: A RetCodeEnum value.
Syntax: object.SubscribeTrace(OnOff)
Set 1 to switch subscription on. Set 0 to switch off.
8.14.4.42 RecNewTrace
Description: Format for ActiveX event function that will be called when Trace arrives and subscription is
switched on..
Return type: -.
Syntax: Event RecNewTrace(Station, Bolt, Spindle, Id, Status)
Status according to CDStatusEnum
8.14.4.43 FlushTraceQueue
Description: Flush the Trace queue.
Return type: A RetCodeEnum value.
Syntax: object.FlushTraceQueue()
The Api object to operate on.