Digital Points...

Manages I/O points in the current RTDB that can hold a boolean value.

digital_points.png 

Points Table

Expand All expandall00019.png

Expands the hierarchy tree for all point names in the point table. Point names with periods in the names are hierarchical names and are displayed as a tree. A.ai000 and A.ai001 would display ai000 and ai001 as children of the A node.

Collapse All collapseall00020.png

Collapses the hierarchy tree for all point names in the point table to show just the top level nodes.

Filter Points

Displays in the points table only I/O points whose name matches the regular expression. See Regular Expressions.

Demonstrate helpvideo00021.png

Opens a short video clip that demonstrates the basic workflow of this form.

Help help00022.png

Opens this section of the manual.

Points Table

List of all the digital I/O points in the Current RTDB. Click on a point to select it for editing, deletion, or copying.

Deletedelete00023.png

Deletes the digital point selected in the Points Table. This button is enabled only if a point is selected in the Points Table.

Copycopy00024.png

Creates a copy of the digital point selected in the Points Table. A unique name based on the original point name will be created for the new point. This button is enabled only if a point is selected in the Points Table.

Newnew00025.png

Creates a new point. A unique name will be created for the new point.

Current RTDB

Name of the real-time database currently loaded for editing. See New/Select RTDB....

Applyapply00026.png

Commits all pending edits to the real-time host. See Apply .

Cancelcancel00027.png

Discards all pending edits.

Settings

Name

Name of the selected point in the Points Table. Hierarchical names are shown “flat” with a period between each node of the hierarchy. Rename the point by simply typing in a new name.

Default Value

Value that the selected point is set to at the beginning of a test run. If it is not specified (the field is blank), the value of the point at the beginning of a test run is undefined.

Point Type

Directional type of the point.

Input

The point may hold values read from an I/O device.

Output

The point may hold values to be written to an I/O device.

Input or Output

The point may hold values read from or to be written to an I/O device.

Dimensions

Dimensionality of the I/O point. A “scalar” point can hold only a single value. An array may hold multiple values. The size of each dimension should be specified as an integer, and each dimension separated by the letter ‘x’. The total number of elements is displayed next to the field.

Most boards require only scalar points. See AI64SS:Stream for an example of a board that supports array points.

Description

Brief description of the point for documentation purposes.

Log to File

Enables periodic logging of values of the point.

Logging Period

Sets the period for logging for the point. The period can be the simulations’s frame rate or a rate chosen from the drop down list when the field is clicked on.

C Type

Internal representation of the point’s value as a ‘C’ variable.

Invert Boolean

Inverts the logical sense of the raw value read from the hardware.