[Convert] ; PROPB PLC Code OldPlcCode = 62 ; 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 = "HIT_SETH.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 [Japanese] msg0=「(自局)ポート番号」の設定を「自動割当」に変更しました。作画ソフト(GP-Pro EX)で確認してください。 msg1=設定不可能なポート番号が登録されています。デフォルトへ戻しました。 [English] msg0=The configuration of "(My) Port No." is set to "Auto" as default. Please check on the editor of GP-Pro EX. msg1=A port setup which cannot be set up is registered. It returned to the default.