addDataStorage.cmd

description

Script for adding dataStorage.

details

Adds dataStorage buffer.

author

Anders Sandstroem


paramters

DS_SIZE Size of data buffer. DS_ID (optional), default 0, buffer ID DS_TYPE (optional), default 0, 0: Normal Buffer, 1: Ring Buffer, 2: FIFO Buffer SAMPLE_RATE_MS (optional), default 1 DS_DEBUG (optional), default 0, 0: No debug printouts, 1: Debug printouts DESC (optional) Description of PLC


Example calls:

  • call for 1000 elements at 10 Hz
${SCRIPTEXEC} ${ecmccfg_DIR}addDataStorage.cmd "DS_ID=1, DS_SIZE=1000, SAMPLE_RATE_MS=100"