
ControlLogix Platform ♦ "C" Programmable CIP API Functions
Linux Application Development Module Developer's Manual
ProSoft Technology, Inc. Page 113 of 264
March 12, 2014
OCXcip_AccessTagDataAbortable
Syntax
int OCXcip_AccessTagDataAbortable (OCXHANDLE apihandle,
char * pPathStr,
WORD rspTimeout,
OCXCIPTAGACCESS * pTagAccArr,
WORD numTagAcc,
WORD * pAbortCode);
Parameters
handle returned by previous call to OCXcip_Open
Pointer to NULL terminated device path string
CIP response timeout in milliseconds
Pointer to array of pointers to tag access definitions
Number of tag access definitions to process
Pointer to the abort code. This allows the application to pass a large
number of tags and gracefully abort between accesses. May be NULL.
*pAbortCode may be OCX_ABORT_TAG_ACCESS_MINOR to abort
between tag accesses or OCX_ABORT_TAG_ACCESS_MAJOR to abort
between CIP packets.
Description
This functions is similar to OCXcip_AccessTagData(), but provides an abort flag.
See OCXcip_AccessTagData() for additional operational descriptions.
See Also
OCXcip_AccessTagData
Comentarios a estos manuales