ChannelsOutputStates Property (DioFileBoard)

Applies To

GX5055, GX5280, GX5290.

Purpose

Sets or returns the state of each output channel to be enabled or disabled.

Syntax

Object.ChannelsOutputStates (dwStates)

Or

[dwStates = ]Object.ChannelsOutputStates

 

The ChannelsOutputStates property syntax has the following parts:

Name
Type
Description
Object
DioFileBoard
DioFileBoard object.
dwStates
DWORD
Each of the 32 bits represents channel’s output state. Bit low channel’s output disabled, bit high channel’s output enabled.

Comments

The function enabled or disabled each channel output. Disabled channels in output mode are in Tri-State. This is useful for connecting to a user bus

 

See Also

Open