[Convert] ; PROPB PLC Code OldPlcCode = 80 ; 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_GMCNT.w32" ; Driver type(Model) DriverType = 0 ; ; ConvertType ; 0: keep the same address strings as GP-PRO/PB III ; 1: Protocol Driver has to convert Address strings ConvertType = 1 ; Whether to convert the protocol's configuration ; 0:Default configuration ; 1:Convert configuration SystemDefault = 1 ; Warning Messages to be used in Converter [Japanese] msg0=「マルチリンク(n:1)」接続はサポートされていません。このプロジェクトは標準の接続形態(1:1または1:n)に変換されました。 msg1=設定不可能なボーレートが選択されています。デフォルトである 38400へ変換しました。 msg2=設定不可能なフロー制御が選択されています。固定値である"なし"へ変換しました。 [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=Baud rate which cannot communication is chosen. It is changed into 38400 which is a default value. msg2=An unsupported setting for Flow Control has been selected. The fixed setting "None" has been selected.