Data type: rtcstruct, Data type declaration, Rtcstruct – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 522

Advertising
background image

Yaskawa Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

509

Data Type: RTCStruct

Used with the

RealTimeClock

,

DateCompare

, and the Y_SetRTC function blocks.

Data Type Declaration

TYPE

RTC_Struct: STRUCT

Year:INT;

Month:INT;

Day:INT;

Hour:INT;

Minute:INT;

Second:INT;

mSec:INT;

END_STRUCT;

END_TYPE

Advertising