Support Board
Date/Time: Tue, 26 Nov 2024 13:35:51 +0000
Post From: DTC protocol - Teton weekend not working?
[2023-12-04 02:01:27] |
User5044343 - Posts: 68 |
Found the problem. I had the DTC server encoding option chosen as "JSON" in the "DTC protocol Server" section. When I enabled a sub-instance, the encoding switched to "Automatic" - so my scripts to that dtc server were sending json but the server was expecting binary. Once I added code to set the encoding when connecting to json it started working ( both the code and sub-instsance) Hexadecimal representation for encoding request message using binary encoding which is requesting JSON encoding: 0x10000600 0x08000000 0x02000000 0x44544300. Authentication and Connection Monitoring Messages: ENCODING_REQUEST [s_EncodingRequest structure] Client >> Server |