[Convert] ; PROPB PLC Code OldPlcCode = 17; ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "MITFXCPU.w32" ; ドライバタイプ DriverType = 0 ; Melsec-FX ; コンバートタイプ ; 0:文字列変換 ; 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; DeviceMonitor is Supported [DeviceMonitor] NotShowWarning = 1 ; Warning Messege [Japanese] msg0=GP-Pro EXではサポートしていない通信方式であるRS-422(2線式)が選択されています。GP-Pro EXのデフォルトであるRS-232Cへ変換しました。 msg1=変換元プロジェクトにGP-Pro EXではサポートしていない設定がされている箇所があります。GP-Pro EXのデフォルトを設定しました。 msg2=未サポート機能である"2ポートアダプタ+GPH"が選択されています。設定を"2ポートアダプタ"へ変換しました。 msg3=「内蔵2ポート機能」はサポートされていません。「アダプタ」の設定を「直結」に変更しました。 msg4=三菱PLCFXシリーズプロコンI/Fケーブル(デジタル製:GP430-IP11-O)を使用する場合はGP-Pro EXでプロジェクトを編集する必要があります。 [English] msg0=RS-422(2wire) that is the communication method not supported in GP-Pro EX has been selected.It converted it into RS-232C that was the default of GP-Pro EX. msg1=These is a location where the setting not supported to a conversion former project in GP-Pro EX is done.The default of GP-Pro EX was set. msg2="2 Port Adapter + GPH" which has not been supported is chosen. It changed into "2 Port Adapter". msg3=The feature of "Build in 2 Port" is not supported yet. The setting of "Adapter" has been changed to "Direct". msg4=When CPU I/F Cable for Mitsubishi PLC FX Series(Digital's:GP430-IP11-O) is used,it is necessary to edit the project with GP-Pro EX.