@kuriousdesign/machine-sdk
Version:
Shared data types and helpers for machine-related repositories
11 lines (10 loc) • 344 B
TypeScript
export declare const DeviceConstants: {
DEVICE_CHILDREN_ARRAY_LEN: number;
DEVICE_FAULTCODEARRAY_LEN: number;
MAX_NUM_PARAMS: number;
NUM_ACTION_TYPES: number;
NUM_LOG_ENTRIES: number;
MAX_NUM_OUTBOUND_AXIS_INTERLOCKS: number;
UNIT_TEST_PROCESS_ID: number;
TIME_MS_AUTOCLEAR_DONE_BIT_TASK_OR_PROCESS: number;
};