DMOV (Move the contents of one buffer into another)

This command moves (copies) the contents of one X,Y or Z data buffer into one of the other buffers.

Command Syntax:

DMOV ixyz,oxyz

Command Parameters:

ixyz

Data buffer from which to copy data, specified by a single letter 'X', 'Y', or 'Z'.

oxyz

Data buffer to which to copy data, specified by a single letter 'X', 'Y', or 'Z'.

 

Example
PAGE 1,1,25,26 /define a plotting page

WIND 1,2,15,22,23 /define a data window

WDEF 0,48000,1500,50000 /define window coordinates

DOPN mag,2 /open MAG.XYZ to read second Z

DXYZ L100 /read Line 100 into buffers

DMOV Z,Y /move Z into Y buffer

LINA 0 /plot buffer as world coord.

This control file will draw a scaled profile of the data in the second column of Line 100 in data file MAG.XYZ.

  • This command is part of the MAPPLOT GX.