E_BA_Week

The enumeration is used to specify weeks within a month.

Syntax

TYPE E_BA_Week:
(
  Invalid        := 0,
  Unspecified    := 16#FF,

  eWeek1         := 1,
  eWeek2         := 2,
  eWeek3         := 3,
  eWeek4         := 4,
  eWeek5         := 5
)BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user.

Unspecified

Not specified.

eWeek1

The first week within the month is specified.

eWeek2

The second week within the month is specified.

eWeek3

The third week within the month is specified.

eWeek4

The fourth week within the month is specified.

eWeek5

The fifth week within the month is specified.

Requirements

Development environment

Required PLC library

TwinCAT 3.1 4024.35

Tc3_BA2_Common from V2.1.20.0