E_SBCSType

Windows SBCS (Single Byte Character Set) code page types.

TYPE E_SBCSType :
(
    eSBCS_WesternEuropean := 1,
    eSBCS_CentralEuropean := 2
);
END_TYPE

Value

Meaning

eSBCS_WesternEuropean 

Windows 1252 (default) code page

eSBCS_CentralEuropean

Windows 1251 code page

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, ARM)

Tc2_Utilities (System)