Applies To:
  • CitectSCADA, VijeoCitect

Summary:
Results of ctapi calls return NO decimal separator, when Windows decimal
separator is a comma.
CTAPI calls for a REAL value will return eg: 512 when the actual value is 5,12.
This only happens when the Windows decimal sperator is not a dot (eg: on French
or German OS).
A windows API call was converting internal values to and from strings based on
regional settings.


Solution:
HF710SP246546 implements a different windows API call to ensure that internal values were
converted to and from strings based on invariant settings.

Keywords:
French, German, Decimal, Separator, Comma, Region, Regional, Culture, Cultural, CTAPI, Real, Dot

Attachments