Peripheral Devices
9836 3521 01 563
8.14.4.27 SubscribeCD
Description: Subscribe for cycle data. When new cycle data arrives an ActiveX event is raised. Any
registered functions of type RecNewCD will be called.
Return type: A RetCodeEnum value.
Syntax: object.SubscribeCD(OnOff)
Set 1 to switch subscription on. Set 0 to switch off.
8.14.4.28 RecNewCD
Description: Format for ActiveX event function that will be called when new cycle data arrives and
subscription is switched on.
Return type: -.
Syntax: Event RecNewCD(Station, Id)
Cycle data identity. Can be used with GetCycleDataById.
8.14.4.29 FlushCDQueue
Description: Flush the Cycle Data queue.
Return type: A RetCodeEnum value.
Syntax: object.FlushCDQueue()
The Api object to operate on.
8.14.4.30 RewindCDQueue
Description: Rewind the Cycle Data queue.
Return type: A RetCodeEnum value.
Syntax: object.RewindCDQueue()
The Api object to operate on.