[Convert] ; PROPB PLC Code OldPlcCode = 155 ; 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 = "LG_MKCNT.w32" ; Driver type(Model) DriverType = 0 ; 0:200S/300S, 1:1000S made by Bread ; ConvertType ; 0: keep the same address strings as GP-PRO/PB III ; 1: Protocol Driver has to convert Address strings ConvertType = 0 ; Whether to convert the protocol's configuration ; 0:Default configuration ; 1:Convert configuration SystemDefault = 1 ; Warning Messages [Japanese] msg0=「マルチリンク(n:1)」接続はサポートされていません。このプロジェクトは標準の接続形態(1:1または1:n)に変換されました。 ;msg1=設定不可?なステ?ション番号が登?されています。デフォルトへ戻しました [English] msg0=The feature of "Multi Link (n to 1)" is not supported yet. This project has been converted to normal ("1 to 1" or "1 to n") connection. ;msg1=A Station No. which cannot be set up was registered. It is returned to '00' which is a default value.