[Convert] ; PROPB PLC Code OldPlcCode = 2 ; 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 = "SHR_LSIO.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=設定不可能なボーレートが選択されています。デフォルトである19200bpsへ変換しました。 msg1=「マルチリンク(n:1)」接続はサポートされていません。このプロジェクトは標準の接続形態(1:1または1:n)に変換されました。 msg2=「シリーズ」の設定を「JW-10/20H/30H/50H/70H/100H Series」に設定しました。作画ソフト(GP-Pro EX)でご使用のシリーズに変更してください。 [English] msg0=Baudrate which cannot communicate is chosen. It is changed into 19200bps which is a default value. msg1=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. msg2=The configuration of "Series" is set to "JW-10/20H/30H/50H/70H/100H Series" as default. Please change to the series used on the editor of GP-Pro EX.