UNPKG

@kuriousdesign/machine-sdk

Version:

Shared data types and helpers for machine-related repositories

14 lines (13 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceConstants = void 0; exports.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 };