Transformer Pipeline Module API Reference
6.2.11.309924
|
Functions | |
counter.add (var normal) | |
Add an incremental counter to the normalised update. More... | |
counter.cleanup (var name) | |
Cleanup the incremental counter. More... | |
This package permits the addition of an incremental counter to each update that passes through the system.
The following example creates a copy of the incoming packet, adds a counter to it, and then publishes the new update:
counter.add | ( | var | normal | ) |
Add an incremental counter to the normalised update.
normal | - Normalised update |
This function uses the following database keys on the symbol:
TickCount
This function uses the following data dictionary keys:
TickCountField
counter.cleanup | ( | var | name | ) |
Cleanup the incremental counter.
name | - Symbol name to reset counter for |
This function uses the following database keys on the symbol:
TickCount