@kuriousdesign/machine-sdk
Version:
Shared data types and helpers for machine-related repositories
10 lines • 405 B
text/typescript
export const DeviceConstants = {
DEVICE_CHILDREN_ARRAY_LEN: 10,
DEVICE_FAULTCODEARRAY_LEN: 10, //this value should be greater than equal to children array len
MAX_NUM_PARAMS: 10, //used for tasks and processes
NUM_ACTION_TYPES: 6, //this includes NONE
NUM_LOG_ENTRIES: 50,
MAX_NUM_OUTBOUND_AXIS_INTERLOCKS: 10,
UNIT_TEST_PROCESS_ID: 1100,
TIME_MS_AUTOCLEAR_DONE_BIT_TASK_OR_PROCESS: 250
};