Rm sets the report channel – Yokogawa Data Acquisition with PID Control CX2000 User Manual

Page 172

Advertising
background image

6-43

IM 04L31A01-17E

6

Command

For hourly, daily, hourly + daily and daily +
monthly reports

Syntax

RO p1,p2,p3<terminator>
p1: Report type (HOUR, DAY, HOUR+DAY,

DAY+MONTH)

p2: Date of creation (dd fixed form)

ddDay (01 to 28)

p3: Hour of creation (hh fixed form)

hhHour (00 to 23)

Query

RO?

Example

Create a daily report at 9 o’clock everyday

(parameter p2 (“05” in this example) is invalid in

this case).

RODAY,05,09

Description This command can be used on models with the

computation function option /M1.

For daily+weekly reports

Syntax

RO p1,p2,p3<terminator>
p1: Report type (DAY+WEEK)

p2: Day of creation (SUN, MON, TUE, WED,

THU, FRI, SAT)

p3: Hour of creation (hh fixed form)

hhHour (00 to 23)

Query

RO?

Example

Create a daily report at 9 o’clock everyday, and a

weekly report every Tuesday.

RODAY+WEEK,TUE,09

Description This command can be used on models with the

computation function option /M1.

RM

Sets the report channel

When not using the report channel

Syntax

RM p1,p2<terminator>
p1: Report channel number (01 to 30) (01 to 12

on the CX1000)

p2: Use/Not use the report channel (OFF)

Query

RM[ p1]?

Example

Set the report channel of number 1 to not used.

RM01,OFF

Description This command can be used on models with the

computation function option /M1.

When using the report channel

Syntax

RM p1,p2,p3,p4<terminator>
p1: Report channel number (01 to 30) (01 to 12

on the CX1000)

p2: Use/Not use the report channel (ON)

p3: The measurement/computation channel

number on which reports are to be made

(01 to 20, 31 to 60) (01 to 06, 31 to 42 on

the CX1000)

p4: Summation conversion of the waveform on

which integration is to be performed

OFF

No conversion

/S

Convert as though the physical

values are integrated in units of

seconds.

/MIN

Convert as though the physical

values are integrated in units of

minutes.

/H

Convert as though the physical

values are integrated in units of

hours.

/DAY

Convert as though the physical

values are integrated in units of

days.

Query

RM[ p1]?

Example

Use the report channel number 1. Set the

measurement/computation channel number on

which reports are to be made to 01, and the

summation conversion of the waveform on which

integration is to be performed to 1 s.

RM01,ON,01,/S

Description • This command can be used on models with

the computation function option /M1.

• About p4

Because the sampled data are integrated over

each scan interval, the physical value

integrated over a given period may be

different from the actual integrated value.

This occurs if the given period is not equal to

the scan interval. In these cases, set p4 to

the unit of the integration time desired. The

integrated value is found according to the

following conversion equations that depend

on the parameter.

OFF

Σ(Measured value)

/S

Σ(Measured value) × scan interval

/MIN

Σ(Measured value) × scan interval/
60

/HOUR

Σ(Measured value) × scan interval/
3600

/DAY

Σ(Measured value) × scan interval/
86400

The unit of the scan interval is seconds.

6.7 Basic Setting Commands (Measurement)

Advertising