[Convert] ; PROPB PLC Code OldPlcCode = 29; ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "MITQACPU.w32" ; ドライバタイプ DriverType = 0 ; Melsec-QnA ; コンバートタイプ ; 0:文字列変換 : 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; DeviceMonitor is Supported [DeviceMonitor] NotShowWarning = 1 ; Warning Messege [Japanese] msg0=設定不可能な通信方式であるRS-422(2線式)が選択されています。デフォルトであるRS-232Cへ変換しました。 msg1=設定不可能な通信設定が登録されています。デフォルトへ戻しました。 msg2=三菱PLCAシリーズプロコンI/Fケーブル(デジタル製:GP430-IP10-O)を使用する場合はGP-Pro EXでプロジェクトを編集する必要があります。 msg3="内蔵2ポート機能"はサポートされていません。設定は無視されます。 msg4="2ポート機能モード/直結専用モード"の設定は必要有りません。設定は無視されます。 msg5=X10000,Y10000,B10000,SB10000以降のアドレスが使用されています。5桁目は無視されます。 [English] msg0=RS-422(2wire) which cannot communicate is chosen. It changed into RS-232C which is a default. msg1=A communication setup which cannot be set up is registered. It returned to the default. msg2=When CPU I/F Cable for Mitsubishi PLC A Series (Digital's:GP430-IP10-O) is used, it is necessary to edit the project with GP-Pro EX. msg3=The feature of "Build in 2 Port" is not supported yet. The setting is disregarded. msg4=2 Port Adaptor setting is not necessary. The setting is disregarded. msg5=The address since X10000,Y10000,B10000 or SB10000 is used. The fifth digit is disregarded.