ethernet-ip
Version:
A feature-complete EtherNet/IP client for Rockwell ControlLogix/CompactLogix PLCs
11 lines • 423 B
JavaScript
;
/**
* Scanner types — subscription and event definitions.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.METRICS_TARGET_MS = exports.DEFAULT_SCAN_RATE = void 0;
/** Default scan rate in milliseconds */
exports.DEFAULT_SCAN_RATE = 200;
/** Metrics logging target interval in milliseconds (5 minutes) */
exports.METRICS_TARGET_MS = 5 * 60 * 1000;
//# sourceMappingURL=types.js.map