![]() |
ApossC SDK
V01.15
|
Declaration of the general information functions. More...
Go to the source code of this file.
Functions | |
| long | sdkInfoPrintSoftware () |
| Prints the software versions of the controller. More... | |
| long | sdkInfoPrintHardware () |
| Prints the hardware information of the controller. More... | |
| long | sdkInfoPrintAxesPos () |
| Prints the position information of all axes. More... | |
| long | sdkInfoPrintPosPID () |
| Prints the parameters of the position PID controller. More... | |
Declaration of the general information functions.
Definition in file SDK_Information_General.mh.
| long sdkInfoPrintAxesPos | ( | ) |
Prints the position information of all axes.
Function to print the actual, command and marker position of all axes.
Definition at line 78 of file SDK_Information_General.mc.
| long sdkInfoPrintHardware | ( | ) |
Prints the hardware information of the controller.
Function to print the hardware version of the controller.
Definition at line 48 of file SDK_Information_General.mc.
| long sdkInfoPrintPosPID | ( | ) |
Prints the parameters of the position PID controller.
Function to print the basic settings of the PID controller.
Definition at line 104 of file SDK_Information_General.mc.
| long sdkInfoPrintSoftware | ( | ) |
Prints the software versions of the controller.
Function to print the software versions of the controller.
Definition at line 22 of file SDK_Information_General.mc.