McReset
[ Schnittstelle ]
interface McReset {
Execute: boolean;
Done: boolean;
Busy: boolean;
Error: number;
ErrorID: number;
Axis: AxisRef;
}Dieses Interface ist das Äquivalent zu MC_Reset der SPS-Bibliothek.
Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
Execute |
| |
Done |
| |
Busy |
| |
Error |
| |
ErrorID |
| |
Axis |
|
![]() | Verfügbar ab Version 1.14.1.15 |
