|
MEIProbeAddress
Definition
| |
typedef struct MEIProbeAddress {
long *primaryPosition;
long *secondaryPosition;
long *time;
long *status;
short *data;
} MEIProbeAddress;
|
Description
MEIProbeAddress contains the controller addresses for the Probe data fields.
The addresses in this structure are useful for configuring
the Recorder to collect data during probing.
| |
| *primaryAddress |
a pointer to the address for the Motor's primary position feedback. |
| *secondaryPosition |
a pointer to the address for the Motor's secondary position feedback. |
| *time |
a pointer to the address for the feedback time value. |
| *status |
a pointer to the address for the Probe status |
| *data |
a pointer to the address for the Probe data. |
|
See Also
MEIProbeInfo
|