[Convert] ; PROPB PLC Code OldPlcCode = 218; ; セクション指定方法 ; 値 ; 0 : [Normal]を使用する ; 1 : TCP/UDPタイプでTCP時は[Normal],UDP時は[Extend]を使用 ; 2 : DLLより返されるセクションを使用する SectionType = 0 [Normal] ; 新しいPLCのDLL名 NewPLCDLLName = "CANOPENS.w32" ; ドライバタイプ DriverType = 0 ; CANOPEN mode ; コンバートタイプ ; 0:文字列変換 ; 1:コンバート用関数を使用する ConvertType = 1 ; プロトコル設定はDefault? ; 0:デフォルト ; 1:変換 SystemDefault = 1 ; DeviceMonitor is Supported [DeviceMonitor] NotShowWarning = 0 ; Warning Messege [Japanese] msg0=ダイレクト I/O で使用されていた"LS"アドレスは、そのままでは使用できません。作画ソフトの [プロジェクト] [ユーティリティ] [アドレス一括変換] で、PIW/PQW へ変換してください。 msg1=通信速度及びノードIDはデフォルトの設定にしました。ネットワークに合わせて設定を変更してください。 [English] msg0=Slave Input/Output ["LS" Devices] are not converted. Please use [Project] [Utility] [Convert Address] to convert them to Input/Output. msg1=Node ID and baud rate settings are set to default. Please change this according to your network settings.