![]() |
ApossC SDK
V01.15
|
Declaration of the recording functions. More...
Go to the source code of this file.
Functions | |
| long | sdkRecordGeneralAxisParam_1Ax (long axis) |
| Starts a recording of general axis parameter of a single axis. More... | |
| long | sdkRecordGeneralAxisParam_4Ax (long axis1, long axis2, long axis3, long axis4) |
| Starts a recording of general axis parameter of four axes. More... | |
Declaration of the recording functions.
Definition in file SDK_Miscellaneous_Recording.mh.
| long sdkRecordGeneralAxisParam_1Ax | ( | long | axis | ) |
Starts a recording of general axis parameter of a single axis.
This function records the nominal and actual position of the axis. Additionally the trackerror, speed and current output is recorded. The recording can be stopped during a desired time with the "RecordStop(0,0)" method.
| axis | Axis module number |
Definition at line 25 of file SDK_Miscellaneous_Recording.mc.
| long sdkRecordGeneralAxisParam_4Ax | ( | long | axis1, |
| long | axis2, | ||
| long | axis3, | ||
| long | axis4 | ||
| ) |
Starts a recording of general axis parameter of four axes.
This function records the nominal and actual position of four axes Additionally the trackerror, speed and current output is recorded. The recording can be stopped during a desired time with the "RecordStop(0,0)" method.
| axis1 | Axis module number 1 |
| axis2 | Axis module number 2 |
| axis3 | Axis module number 3 |
| axis4 | Axis module number 4 |
Definition at line 57 of file SDK_Miscellaneous_Recording.mc.