Syntax

rtobj.uploadRTDB(arg)

Description

uploadRTDB is a method of the simwb.rtobj object. This method will upload the RTDB file "signal.db" present in the current directory to the real-time host. The "signal.db" file is created using the createRTDB method. The uploadRTDB method will upload the "signal.db" file and name the RTDB with the name provided in the RTWStruct of the Real-Time Host Object.

Usage:
rtobj.uploadRTDB() appends the existing RTDB with the name specified in rtobj.RTWStruct.rtdb.
rtobj.uploadRTDB('-a') is the same as rtobj.uploadRTDB()
rtobj.uploadRTDB('-o') overwrites the existing RTDB with the name specified in rtobj.RTWStruct.rtdb.
Output: status =

See also:

     SimWB Target Configuration Tool

Example: rtobj_uploadRTDB.m