beautypg.com

Data type: tableidstruct, Data type declaration, Tablesidstruct – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 79: Tableidstruct

background image

Cam Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

66

Data Type: TableIDStruct

For use with the

CamTableUpdate

function block

Data Type Declaration

TYPE

TableIDStruct:STRUCT

Inactive:UINT;

(* The CamTableID that is NOT currently being accessed to control motion *)

Active:UINT;

(* The CamTableID that IS currently being accessed to control motion *)

END_STRUCT;

END_TYPE