App.g-18 – Yokogawa GC8000 Process Gas Chromatograph User Manual

Page 517

Advertising
background image

<Appendix G User Program>

App.G-18

IM 11B08A01-01E

The WAIT command cannot be used in the script commands for peak detection

stop time (due to possible delay in analysis result output).

Error will occur if the WAIT command is used in the script commands for peak

detection stop time.

WRITE_NV_DBL Command

Function

Writes the data in double precision real number into the element number specifi ed

by the double precision real number type nonvolatile memory.

Format WRITE_NV_DBL(N,

D)

N: Element number to read out data (0 to 255)

D: Write data (DOUBLE type)

Return value: None

Explanation When data type of write data differs from the command specifi cations, it will be a

syntax error.

(Example: When an integer variable is specifi ed in the second parameter of the

WRITE_NV_DBL command)

W’RITE_NV_SNG Command

Function

Writes the data in single precision real number into the element number specifi ed

by the single precision real number type nonvolatile memory.

Format WRITE_NV_SNG(N,

D)

N: Element number to read data (0 to 511)

D: Write data (REAL type)

Return value: None

Explanation See

WRITE_NV_DBL.

WRITE_NV_INT Command

Function

Writes data in integer into the element number specifi ed by the integer nonvolatile

memory.

Format WRITE_NV_INT(N,

D)

N: Element number to read out data (0 to 1023)

D: Write data (INTEGER type)

Return value: None

Explanation See

WRITE_NV_DBL.

2nd Edition : May 11, 2012-00

Advertising