NI-XNET API for LabVIEW and C

XNET Database Close (LIN Schedule Entry).vi

  • Updated2023-11-11
  • 2 minute(s) read
 XNET Database Close (LIN Schedule Entry).vi

XNET Database Close (LIN Schedule Entry).vi

Purpose

Closes a LIN schedule entry from a database, or all database objects.

Format

Inputs

LIN schedule entry in is the schedule entry to close.
close all? indicates that all open database objects will be closed. This is the default.
error in is the error cluster input (refer to Error Handling).

Outputs

error out is the error cluster output (refer to Error Handling).

Description

This VI closes a LIN schedule entry object from a database (or all database objects). It is an instance of the XNET Database Close poly VI.

To simplify the task of closing all database objects you opened, use the close all? parameter set to true (default); otherwise, only the single database object wired in is closed.

Database objects are closed automatically when the top-level VI terminates, so using this VI is optional. However, you may want to close database objects to free their memory prior to starting a session. You can use this VI to do this.