[Convert] ; PROPB PLC Code OldPlcCode = 58548 ; 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 = "YAS_INVS.w32" ; Driver type(Model) DriverType = 1 ; 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=設定不可能なボーレートが選択されています。デフォルトである9600bpsへ変換しました。 msg1=「シリーズ」の設定を「Varispeed G7」に設定しました。作画ソフト(GP-Pro EX)でご使用のシリーズに変更してください。 msg2=設定不可能なフロー制御が選択されています。デフォルトであるNoneへ変換しました。 msg3=「送信ウェイト」の設定を30msに設定しました。作画ソフト(GP-Pro EX)でご使用の送信ウェイトに変更してください。 [English] msg0=Baudrate which cannot communicate is chosen. It is changed into 9600bps which is a default value. msg1=The configuration of "Series" is set to "Varispeed G7" as default. Please change to the series used on the editor of GP-Pro EX. msg2=Flow control which cannot be set has been selected. It is changed into None which is a default value. msg3=The configuration of "Wait to Send" is set to 30ms as default. Please change to the Wait to Send used on the editor of GP-Pro EX.