Frame
- Updated2023-02-17
- 2 minute(s) read
Frame
Deletes an XNET frame and all child objects in the frame.
Inputs/Outputs

frame in
The I/O name of the frame to delete.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

error out
Error information.
The node produces this output according to standard error behavior.
Description
This node deletes an XNET frame object with all mapped PDUs, including signals and subframes in those PDUs. It is an instance of XNET Database Delete Object. To avoid deleting PDUs with the frame, unmap the PDUs from the frame before deleting the frame (set the XNET Frame PDU_Mapping property to an empty array).
Upon deletion, the I/O names of all deleted objects are closed and no longer can be used.
The objects are deleted from a database in memory. The change is in force until the database is closed. This node does not change the open database file on disk. To save the changed database to the file, use XNET Database Save.