Escaped characters in the MQTT-Topics

Escaped characters in the MQTT-Topics

Summary

Those reserved characters are now escaped in topics in the native MQTT client:

  • %
  • /
  • +
  • #
  • $

Description

Those reserved characters are now escaped in topics in the native MQTT client:

  • %
  • /
  • +
  • #
  • $

Information

Don't use variable with special characters like 'simulation/global/...'



Issue Number: 200713
Fixed on Date: 28.10.2019
Versions: 8.10 0 BUILD 61858
    • Related Articles

    • Invalid characters in (aggregrated)archives

      Summary The standard mechanism for creating new archive IDs tries to create an ID by modifying the second position of the ID of the parent archive ('0' - 'Z'), i.e. the children of parent archive 'AB' get the Ids 'A0', 'A1', ... Now, if this doesn't ...
    • [CHINESE] String confusion with chinese characters

      Description If the operating system was configured for the language Chinese simplified issues occurred, if a new variable was created in the structure, and afterwards the variable was renamed using Chinese characters. This led to a misleading error ...
    • Comparison Tool: Report does not show correctly Japanese characters

      Description If the report of the Comparison Tool is to be viewed in Japanese, incorrect characters are displayed. In the output window of the tool, the characters are still displayed correctly. This behavior has been modified. The Comparison Tool ...
    • Strings are cut if it contains chinese characters

      Summary Strings shared via logic to SCADA Connection are cut if chinese characters are used in the string. Description Strings shared via logic to SCADA Connection are cut if chinese characters are used in the string. Issue Number: 172674 Fixed on ...
    • OPCUA32: Driver does not correctly import variables with special characters

      Summary OPCUA32: Driver does not correctly import variables with special characters. Variables are offered for import but do not communicate correctly during runtime due to incorrect characters in the addressing information. Description OPCUA32: ...