Cicode Programming Reference > Cicode Function Categories > Tag Functions > TagDebugForm

TagDebugForm

The TagDebugForm Cicode function displays a dialog that allows you to select a variable tag and perform some basic read/write operations on it. This function is useful for debugging or commissioning a project.

When the TagDebug form appears, you can perform the following tasks:

Syntax

TagDebugForm()

Return Value

The name of the tag entered in the dialog.

Related Functions

TagDebug, TagInfo, TagRead, TagWrite

Example

TagDebug(); /* Display debug form to allow user to debug */

See Also

Tag Functions

Published June 2018