McHome
[ Schnittstelle ]
interface McHome {
Execute: boolean;
Position: number;
HomingMode: boolean;
BufferMode: any;
Options: any;
bCalibrationCam: boolean;
Done: boolean;
Busy: boolean;
Active: boolean;
CommandAborted: boolean;
Error: boolean;
ErrorID: number;
}Dieses Interface ist das Äquivalent zu MC_Home der SPS-Bibliothek.
Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
Execute |
| |
Position |
| |
HomingMode |
| |
BufferMode |
| |
Options |
| |
bCalibrationCam |
| |
Done |
| |
Busy |
| |
Active |
| |
CommandAborted |
| |
Error |
| |
ErrorID |
|
![]() | Verfügbar ab Version 1.14.1.15 |
