Writes data to MicroDAQ memory
This block writes data to MicroDAQ volatile memory. Block can be used to pass data from Standalone or Ext application to Scilab or external application.
In order to read data written by this block mdaqMemRead() toolbox function have to be used.
Start index
Points to beginning of memory area.
Properties : Type int, range 1-250000.
Number of vectors
Defines overall size of the memory which block reads data from. That size can be calculated with the formula: Number of vectors * Vector Size.
Properties : Type int, range 1-(250000/Vector size).
Vector size
Defines size of signal read by block.
Properties : Type int, range 1-10000.
Rewind
If set to 1, a block will store values, when the end of block memory reached, data will be written from start index. Data will be overwritten. If set to 0, data will be written until the end of block memory.
Properties : Type int, 0 or 1.
input(1) - data to write to MicroDAQ memory