[Convert] ; PROPB PLC Code OldPlcCode = 21; ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "TOS_LSIO.w32" ; ドライバタイプ DriverType = 0 ; T Series ; コンバートタイプ ; 0:文字列変換 ; 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; DeviceMonitor is Supported [DeviceMonitor] NotShowWarning = 1 ; Warning Messege [Japanese] msg0=設定不可能な通信速度が選択されています。デフォルトである9600bpsへ変換しました。 msg1=「マルチリンク(n:1)」接続はサポートされていません。このプロジェクトは標準の接続形態(1:1または1:n)に変換されました。 [English] msg0=An unsupported setting for Speed has been selected. The default setting 9600bps has been selected. 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.