[Convert] ; PROPB PLC Code OldPlcCode = 41147 ; 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 = "SHKTC_CN.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=設定不可能なボーレートが選択されています。デフォルトである9600bpsへ変換しました。 msg1=コンバート後は、"機器別設定"の"シリーズ"を接続する対象機器に変更してください。 msg2=送信ウェイトをデフォルト値に変換しました。 [English] msg0=Baudrate which cannot communicate is chosen. It is changed into 9600bps which is a default value. msg1=Please select the SERIES of Device-Specific Settings. The default Series is "FREE". msg2=The value Wait To Send is changed to the Default Value.