Plcopen toolbox, Data types – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 383

Advertising
background image

PLCopen Toolbox

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

370

PLCopen Toolbox

PLCopen Toolbox

This toolbox already includes the PLCTaskInfoTypes and MotionBlockTypes DataTypes files typically included
when starting a new project, so delete them from your project to avoid compile errors that indicate duplicate
DataType definition.

Certain versions of this toolbox refer to the Math Toolbox for additional functionality. You must also include the
Math Toolbox in your project to avoid compile errors.

See the

PLCopen_Toolbox eLearning Modules

on Yaskawa's Youtube channel for video tutorials and examples.

The PLCopen Toolbox consists of the following:

Data Types:

Data Type

Description

AXIS_REF

Identifies an axis

AxisParamData

Supporting structure for AxisPrmArray. Used by the ReadAxisParameters
function block

AxisParameterStruct

For use with the ReadAxisParameters function block

AxisPrmArray

Used by the ReadAxisParameters function block

AxisStruct

For use as a container for all axis related data. (Customizable)

CAMSWITCH_ARRAY

Supporting structure for CAMSWITCH_REF. Used by the Y_DigitalCamSwitch
function block

CAMSWITCH_REF

Used by the Y_DigitalCamSwitch function block

CAMSWITCH_STRUCT

Supporting structure for CAMSWITCH_ARRAY. Used by the
Y_DigitalCamSwitch function block

HomeStruct

For use with any HOME_*** function block

IndividualParamDetails

Used by the ReadAxisParameters function block

LatchBufferArray

Supporting structure for ProductBufferStruct Used by the
ReadAxisParameters function block

MoveStruct

For use with MC_MoveAbsolute, MC_MoveRelative, and MC_MoveVelocity

ProductBufferStruct

For use with the ProductBuffer function block

SWERROR_STRUCT

Used by the Y_DigitalCamSwitch function block

TRACK_ARRAY

Supporting structure for TRACK_REF. Used by the Y_DigitalCamSwitch
function block

TRACK_REF

Used by the Y_DigitalCamSwitch function block

TRACK_STRUCT

Supporting structure for TRACK_ARRAY. Used by the Y_DigitalCamSwitch

Advertising