Modulo-10000 Dynamic addressing in the TOP Server
TOP Server does not support Modulo-10000 dynamic addressing.
It is possible to calculate Modulo-10000 values through the use of the Advanced Tags plug-in or through scripting within InTouch.
The formula for calculating a Modulo-10000 address is as follows:
(High Order Word*10,000) + (Low Order Word)
This can be extended to 3 addresses by using the following formula:
(Higher Order Word*100,000,000) + (High Order Word*10,000) + (Low Order Word)