[Convert] ; PROPB PLC Code OldPlcCode = 28; ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "MIT_QMC.w32" ; ドライバタイプ DriverType = 0 ; Melsec-Q ; コンバートタイプ ; 0:文字列変換 : 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; DeviceMonitor is Supported [DeviceMonitor] NotShowWarning = 1 ; MultiLink is Supported [SioMultiLink] Support = 1 ; Warning Messege [Japanese] ; msg0=「形式5のプロトコルモード」を使用するため、通信設定の「データ長」を「8」に変更しました。リンクユニットの設定も変更してください。 ; msg1=「マルチリンク(n:1)」接続はサポートされていません。このプロジェクトは標準の接続形態(1:1または1:n)に変換されました。 msg0=設定不可能なボーレートが選択されています。デフォルトである19200へ変換しました。 msg1=QシリーズC24装着局以外に接続している場合、機器設定内「QシリーズC24装着局」のチェックを外してください [English] ; msg0=The setting of "Communication" has been changed to "Length 8" because it uses the "Protocol Type 5". Please change to the same setting in your target devices. ; 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. msg0=Baudrate which cannot communicate is chosen. It is changed into 19200 which is a default value. msg1=When not connecting via the Q Series C24 I/F Module, please de-select the "Connected to Q Series C24 I/F Module" in the "Individual Device Settings" dialog.