Using CitectSCADA > Using Devices > Formatting Data in the Device > Closing a database device

Closing a database device

When finished with a device, close it to free Cicode system resources by using the DevClose() function:

DevClose(hRecipe);

To define a group of devices:

  1. Choose System | Groups. The Groups dialog box appears.
  2. Complete the Groups form.
  3. Click Add to append a new record, or Replace to modify an existing record.

See Also