iNTERFACEWARE Products Manual > Installing and Using Chameleon > Learning the Advanced Features > Auto ACKnowledgments > ACKs with Non-Standard Delimiter Characters |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
By default, ACKs generated using AutoAck will use the standard delimiter characters, regardless of what delimiter characters were used in the incoming message. If you wish to ensure that an ACK message uses the same delimiter characters as the message that is being acknowledged, the following Python code can be used in the Global Inbound Script:
The above code ensures that the delimiter characters used to generate the ACK are the same ones used from the incoming message. You can download a sample VMD file that utilizes the sample code: Download Sample VMD File. |