[Convert] ; PROPB PLC Code ;OldPlcCode = 195 ;1:nサポートのPLCはOldPlcCode(1byte)にA0hを付加して算出する ;ex)GEF_SNPのPLCコード → C3h → A0C3h → 41155 OldPlcCode = 41155 ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "GEF_SNP.w32" ; ドライバタイプ DriverType = 0 ; コンバートタイプ ; 0:文字列変換 ; 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; Warning Messege [Japanese] msg0=設定不可能な通信設定が登録されています。デフォルトへ戻しました。 msg1=「Idle Time(Sec)」の設定を「5」に変更しました。作画ソフト(GP-Pro EX)で確認してください。 [English] msg0=A communication setup which cannot be set up is registered.It returned to the default. msg1=The configuration of "Idle Time(Sec)" is set to "5" as default. Please check on the editor of GP-Pro EX.