McReset
[ Interface ]
interface McReset {
Execute: boolean;
Done: boolean;
Busy: boolean;
Error: number;
ErrorID: number;
Axis: AxisRef;
}This interface is the equivalent of MC_Reset in the PLC library.
Properties
Name | Type | Description |
|---|---|---|
Execute |
| |
Done |
| |
Busy |
| |
Error |
| |
ErrorID |
| |
Axis |
|
![]() | Available since version 1.14.1.15 |
