[Convert] ; PROPB PLC Code OldPlcCode = 133 ; Section ; Value ; 0 : It uses only Normal Section. ; 1 : TCP uses Normal Section and UDP uses Extend Section. ; 2 : It uses Normal Section and any other sections. SectionType = 0 [Normal] ; The DLL name of the new PLC driver NewPLCDLLName = "LS_XGTCN.w32" ; Driver type(Model) DriverType = 0 ; 0: XGK/XGB ; ConvertType ; 0: keep the same address strings as GP-PRO/PB III ; 1: Protocol Driver has to convert Address strings ConvertType = 1 ; for U Device ; Whether to convert the protocol's configuration ; 0:Default configuration ; 1:Convert configuration SystemDefault = 1 ; No Support(n:1) ; Warning Messages [Japanese] msg0=GP-Pro/PBIIIで使われたSとZデバイスは Dデバイスに変更されます. msg1=設定不可能な通信速度が選択されています。デフォルトである38400bpsへ変換しました。 msg2=設定不可能なフロー制御が選択されています。デフォルトである"なし"へ変換しました。 [English] msg0=The S and Z device that is used in GP-Pro/PBIII will be changed into the D device. msg1=An unsupported setting for Speed has been selected. The default setting 38400bps has been selected. msg2=An unsupported setting for Flow Control has been selected. The default setting "NONE" has been selected.