Entity Type Configuration

Top  Previous  Next

This section lists all of the type attribute definitions that can be automatically added to a MacroView configuration by specifying the -inittypes command line parameter.

 

Type

Attribute

Format

Register

Offset

Writeable?

Description

SDAI

PV

SCALE

0

No

An analog input. The raw PLC data is scaled from a base of 0-9999 to the scale high/low range of the entity.

SDAO

PV

SCALE

0

Yes

An analog output. The raw PLC data is scaled from a base of 0-9999 to the scale high/low range of the entity.

SDDI

PV

DIGITAL

0

No

A digital status input.

SDDO

PV

DIGITAL

0

Yes

A digital status output.

SDFLOAT

PV

FLOAT

0

Yes

A single precision IEEE floating point value.

SDINT

PV

INTEGER

0

Yes

A 16 bit signed integer.