beautypg.com

Array example – Rockwell Automation 1789-L10_L30_L60 SoftLogix 5800 System User Manual User Manual

Page 139

background image

Rockwell Automation Publication 1789-UM002J-EN-P - December 2012

139

Develop External Routines

Chapter 7

ARRAY Example

C Declaration

extern "C" __declspec(dllexport) float SumArray(EXT_ROUTINE_CONTROL* pERCtrl,

float Val[])

XML Declaration

SumArray
Sum floating point array elements
float SumArray(EXT_ROUTINE_CONTROL* pERCtrl,

float Val[])

Software Declaration