Shinko Hr-700 Hybrid Recorder User Guide

Shinko Hr-700 Hybrid Recorder User Guide

Shinko-HR-700-Hybrid-Recorder-logo

Shinko HR-700 Hybrid Recorder

Shinko-HR-700-Hybrid-Recorder-product-image

INTRODUCTION

General Description

This instruction manual describes the communication command of the HR-700 Recorder. Please refer to the instruction manual for the transmission of the measurement data, setup of communication and wiring. Modbus RTU protocol as well as Original protocol can be used from version 4.00.

ContentsWiring and communication procedureRequest measurement valueSetting of the recorderControl of the recorder
HR-700 Hybrid Recorder instruction manualOO
HR-700 Hybrid Recorder Communication Command manual 

O

 

O

O: Please refer to the corresponding manual.

Difference between RS-485 and RS-232C

There is no difference between RS-232C and RS-485 with respect to the communication command in this recorder. However, wiring and signal levels may differ.

There is no difference between RS-232C and RS-485 with respect to the communication command in this recorder. However, wiring and signal levels may differ.

Basic item about the Original protocol command

The communication command consists of a command distinction code, a parameter, delimiter (comma), and terminator. The format of the command is as follows.
(Example) SR02 VOLT, 200mV, 0, 20000 (terminator)

Command distinction code:
This code is defined by two capital letters. (e.g. SR)
If the command needs a channel number, the channel number is described after the distinction code.

Parameter:
Each parameter is divided by a comma.
All the setting values are shown with an integer. (The plus sign can be omitted.)
The space character in the input parameter is ignored. However, the space character in the unit code, the comment printout code and the tag printout code are not ignored. Parameters can be omitted unless the parameters are varied. However, the comma (,) cannot be omitted. Commas which come before the terminator can be omitted.

Shinko-HR-700-Hybrid-Recorder-01

The date parameter, the time parameter and the channel number parameter have fixed length. Different length of these parameters may cause errors.

  1. Date YY/MM/DD (8 characters)
  2. Time HH:MM:SS (8 characters)
  3. Channel Number: CHXX (2 characters)
Basic item about the Modbus RTU protocol

Modbus protocol is a communication protocol which was developed for PLC by Modicon Inc. (AEG Schneider Automation International SAS), and is listed in the protocol specification (PI-MBUS-300 Rev.J).
Regarding the Modbus protocol specification, refer to the protocol specification (PI-MBUS-300 Rev.J).
In this manual, we describe the function codes and data contents of Modbus protocol which can be used for the recorder.

ORIGINAL PROTOCOL – DATA RECEPTION

Setup command

Setup command list
Table 2.1.1 Setup command list

CommandSetting itemNumber of parametersContents of parameter
SRSetting the rangeMAX 7Channel, Mode, Range (Reference Channel) Span lower limit value
Span upper limit value Scaling lower limit value Scaling upper limit value
SASetting the Alarm7Channel Alarm level
Alarm ON/OFF
Alarm type, Alarm set point Relay ON/OFF, Relay No.
SNSetting the Unit2Channel, Unit
SCSetting the Chart Speed11st Chart speed
SDSetting the Date/Time2Date, time
SFSetting the Digital Print2Channel Digital print ON/OFF
STSetting the Tag2Channel, Tag characters
SGSetting the Comment2Comment number Comment characters
SZSetting the Zone recording3Channel Left end position Right end position
SPSetting the Partial Compression/Expansion recording4Channel, Partial ON/OFF Compression Expansion
SESetting the Chart Speed12nd chart speed
SYCopying the Setting data2Channel to copy from Channel to copy to
SSSetting the recording cycle1Recording Cycle (Multipoint type only)

Setting of INPUT RANGE/RECORD SPAN
Sets the input range and record span for each channel as follows.

<Format>
SR(CH), (Mode), (Pr1), (Pr2), (Pr3), (Pr4), (Pr5), (Pr6), (Pr7), (CR)(LF)
CH: Specify a channel number to set.
Mode: Mode setting
PrN: The number of PrN varies depending on the contents of the Mode.

  1.  Record skip setting
    The record of the specified channel (CH) stops.
    [For the pen type recorder, No. 1 pen (red) is fixed on the left side (approx. 15%) and No. 2 pen (green) on the right side (approx. 85%), respectively.]
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: SKIP
    Example) SR05,SKIP(CR)(LF)
    The 5th channel doesn’t record.
  2. Input range setting of the Voltage, Current, Thermocouple and RTD
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: VOLT, TC or RTD
    Shinko-HR-700-Hybrid-Recorder-02Example)SR02,TC,K,0,3000(CR)(LF)
    The input of the 2nd channel is Thermocouple K, 0.0-300.0
  3. Difference/Sum/Mean operation setting.
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: DELT,SIGM or MEAN
    Pr1: Reference Channel
    • Choose a smaller channel than CH.
    • The reference channel must be VOLT, TC, RTD or SCL mode.
      Shinko-HR-700-Hybrid-Recorder-03Pr2: Left end (Zero Input Value)
      Refer to Table 2.1.2.
      Pr3: Right end (Span Input Value)
      Example) SR05,02,DELT,0,3000(CR)(LF)
      The output of the 5th channel shows a difference between the input of the 5th channel and the 2nd channel (CH5-CH2). In this case, the input range of the 5th channel is the same as that of the 2nd channel.
  4. Scaling setting
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: SCL
    Pr1: VOLT, TC, RTD
    Shinko-HR-700-Hybrid-Recorder-04
    Pr4: Right End (Span Input Value)
    Pr5: Scaling Left End
    Pr6: Scaling Right End
    Pr7: Decimal point position (0 to 4)
    Example) SR04,SCL,RTD,PT,0,3000,0,30000,2(CR)(LF)
    [CAUTION]
    Pr5 through Pr7 can be omitted. When omitting parameters, three parameters must be omitted simultaneously.
  5. Square Root setting
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: SQRT
    Pr1: Range (Only VOLT Input)
    Shinko-HR-700-Hybrid-Recorder-06Pr4: Scaling Left End
    Pr5: Scaling Right End
    Pr6: Decimal point position (0 to 4)
    Example) SR03,SQRT,mA,400,2000,0,10000,2(CR)(LF)
    [CAUTION]
    Pr5 through Pr7 can be omitted. When omitting parameters, three parameters must be omitted simultaneously.
  6. Decade setting
    CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
    Mode: DECAD
    Pr1: Range (Only VOLT Input)
    Shinko-HR-700-Hybrid-Recorder-07Pr4: Scaling Left End
    Pr5: Scaling Right End
    Example) SR01,DECAD,10mV,0,1000,10E+01,10E+06(CR)(LF)

Table 2.1.2 Setting range

Input RangeRange or
Scaling Mode
Zero Input
Value (Left End)
Span Input
Value (Right End)
Decima
Point (Fixed)
Note
VOLT10mV-10001000210mV
20mV0200020 to 20mV
50mV0500020 to 50mV
200mV-200020001200mV
1V-1000100031V
5V0500030 to 5V
10V-1000010000210V
mA400200024 to 20mA
TCB01820010 to 1820
32033080132 to 3308
R01760010 to 1760
32032000132 to 3200
S01760010 to 1760
32032000132 to 3200
K-2000137001-200 to 1370
-3280249801-328 to 2498
E-200080001-200 to 800
-3280147201-328 to 1472
J-2000110001-200 to 1100
-3280201201-328 to 2012
T-200040001-200 to 400
-328075201-328 to 752
C02320010 to 2320
32042080132 to 4208
Au-Fe10300011 to 300K
N01300010 to 1300
32023720132 to 2372
PR40-2001880010 to 1880
32034160132 to 3416
PL-01390010 to 1390
32025340132 to 2534
U-200040001-200 to 400
-328075201-328 to 752
L-200090001-200 to 900
-3280165201-328 to 1652
RTDPt100-200065001-200 to 650
-3280120201-328 to 1202
JPt100-200063001-200 to 630
-3280116601-328 to 1166

Example) When decimal point position is “1”, the input value “1000” is recognized as “100.0”.

Setting of the Alarm
Sets Alarm for each channel as follows.

<Format>

SA(CH), (LEVEL), (ON/OFF), (TYPE), (VALUE), (RLY ON/OFF), (RLY No.) (CR)(LF)

ItemContentsSetting RangeNote
CHChannel number01 to 06 (multi)

01 to 02 (pen)

LEVELAlarm level1 to 4
ON/OFFAlarm ON/OFFON or OFFCan be omitted.
TYPEAlarm TypeH:Upper-limit

L:Lower-limit

Can be omitted.
VALUESet ValueCan be omitted.
RLY ON/OFFRelay ON/OFFON or OFFCan be omitted.
RLY No.Relay No.I01 to I06 (multi)

I01 to I03 (pen)

Can be omitted.

The underlined part can be omitted.

Setting of the Unit
Sets the Unit for each channel as follows.

<Format>
SN(CH),(UNIT)(CR)(LF)
CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
UNIT: The Unit can be set with cods as shown in Table 2.1.13 (Within 6 characters).
When you use the code beyond 7FHEX, 8-bit data length must be used. Please refer to Section 7.2.7 of the instruction manual (HR-700) for the data length setting.

Setting of the 1st chart speed
Sets the 1st chart speed as follows.

<Format>
SC (CHART SPEED) (CR) (LF)
A chart speed is chosen from the following table.

CHART SPEED (Dot printing type)

01234510152025
30405060758090100120150
160180200240300360375450600720
75090012001500

CHART SPEED (Pen type)

5101520253040506075
8090100120150160180200240300
360375450600720750900120015001800
24003000360045004800540060007200900010800
12000

Setting of the date/time
Sets date/time of the internal clock of the recorder as follows.

<Format>
SD(DATE),(TIME)(CR)(LF)

DATE: YY/MM/DD
(YY) Year 00 to 99
(MM) Month 01 to 12
(DD) Day 01 to 31

TIME: HH:MM:SS
(HH) Hour 00 to 23
(MM) Minute 00 to 59
(SS) Second 00 to 59

Copying the Setting Data of the channel
The setup data of any channel can be copied to another channel.

<Format>
SY(CHS),(CHD) (CR)(LF)
CHS: Channel to copy from, 01 to 05 (Only 01 for the Pen type)
CHD: Channel to copy to (CHS < CHD)
The number of the channel to be copied must be bigger than the channel to copy from.

Setting of the Printing cycle (Dot printing type only)
Sets Printing cycle of the recorder as follows.

<Format>
SS(PRINTING CYCLE)(CR)(LF)
PRINTING CYCLE: 10, 20, 30 and 60 (sec.)

Setting of the Zone Recording
Sets Zone Recording of each channel as follows.

<Format>
SZ(CH),(LEFTPOSITION),(RIGHTPOSITION)(CR)(LF)
CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
LEFT POSITION: 0 to 95%
RIGHT POSITION: 5 to 100%
The underlined parts can be omitted.

Setting of the Partial Compression/Expansion
Sets Partial Compression/Expansion recording of each channel as follows.

<Format>
SP(CH),(ON/OFF),(BOUNDARY POSITION),(BOUNDARY VALUE)(CR)(LF)
CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
ON/OFF: Partial Compression/Expansion function ON or OFF
BOUNDARY POSITION: 1 to 99%
BOUNDARY VALUE:
CH is VOLT, TC, RTD, DELT, SIGM or MEAN mode: In the span data
CH is SCALE, SQRT, DECAD mode: In the scale data
The underlined part can be omitted.

Setting of the Digital Print ON/OFF
Sets Digital Print ON/OFF of each channel as follows.

<Format>
SF(CH),(ON/OFF)(CR)(LF)
CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
ON/OFF: ON or OFF

Setting of the Tag Character
Sets Tag Character of each channel.

<Format>
ST(CH),(TAG)(CR)(LF)
CH: Setting Channel 01 to 06 (01 and 02 for the pen type)
TAG: The Tag Character can be set with character codes shown in Table 2.1.13.
(Dot printing type is within 7 characters. Pen type is within 5 characters.)
When you use the character code beyond 7FHEX, 8-bit data length of communication function must be used.
Please refer to Section 7.2.7 of the instruction manual (HR-700) for the data length setting.

Setting of the Comment Character
Sets Comment Character to be printed by the Digital Input.

<Format>
SG(Cn),(COMMENT)(CR)(LF)
Cn: Comment Number(1 to 3)
COMMENT: A Comment Character is set up with the character code shown in Table 2.1.13.
(Dot printing type is within 16 characters. Pen type is within 12 characters.) When you use the character code beyond 7FHEX, the data length of communication function must be used as 8 bits.
Please refer to Section 7.2.7 of the instruction manual (HR-700) for the data length setting.

Character Code Table
Table 2.1.13 Character Code Table

Shinko-HR-700-Hybrid-Recorder-08

Example) The character code “43HEX” represents as the character “C”.

Control command

Control command list

Table 2.2.1 Control command list

CommandControl itemNumber of parametersExplanation of operation
PS0Recording StartThe same as the recording by the RUN key.
PS1Recording Stop
MP0Manual Print startThe same as the manual print by key operation
MP1Manual Print stop
LS0List Print startThe same as the List Print by key operation
LS1List Print stop
SU0Engineering List Print startThe same as the Engineering List Print by key operation.
SU1Engineering List Print stop
UD0Auto Display selectionWhen the manual display is selected, channel number can be set. However, the channel number can be omitted. (e.g.)Displaying the measurement value

of the 5th channel: UD1, 05 (CR)(LF)

UD1Manual Display selection1
UD2Date Display selection
UD3Time Display selection
UD4Display OFF selection
PR0Communication comment print out (Sync printout)2Prints out characters received by the communication function.

The parameter consists of printout colors and printout characters.

PR1Communication comment print

out (Async printout)

2
BO0Byte output order (High byte earlier)2This command is valid only in the binary mode.

(Please refer to Chapter 8 of the instruction manual for details.)

BO1Byte output order

(Low byte earlier)

2
TS0Measurement value outputThe recorder sets output information in the memory, and returns the corresponding data after “ESC T” command is received.

(Please refer to Chapter 8 of the instruction manual for details.)

TS1Setting value output.

(Refer to Chapter 3)

TS2Decimal point position and the unit character output.

(Refer to Chapter 3)

FM0The ASCII mode output of the measurement data2This command outputs the measurement value. The parameter consists of the output start channel and output end channel.

(Please refer to Chapter 8 of the instruction manual for details.)

FM1The Binary mode output of the measurement data2
LFThe output of the setting value, the unit character and the decimal point position2This command outputs the setting value. The parameter consists of the output start channel and output end channel. (Please refer to Chapter 8 of the instruction manual for details.)

Recording Start/Stop
This command starts or stops recording.

<Format>
PS0(CR)(LF): The recorder starts recording.
PS1(CR)(LF): The recorder stops recording.

Manual Print Start/Stop
This command starts or stops the Manual print.

<Format>
MP0(CR)(LF): The manual print starts.
MP1(CR)(LF): The manual print stops.

List Print Start/Stop
This command starts or stops the List print.

<Format>
LS0(CR)(LF): The list print starts.
LS1(CR)(LF): The list print stops.

Engineering list Print Start/Stop
This command starts or stops the Engineering list print.

<Format>
SU0(CR)(LF): The Engineering list print starts.
SU1(CR)(LF): The Engineering list print stops.

Selection of the display contents
This command selects the display mode of the recorder.
The Auto Display, the Manual Display, the Date Display, the Time Display and Display OFF can be chosen.
When receiving this command, the display of the recorder changes automatically.

<Format>

  • UD0(CR)(LF) : Auto Display
  • UD1, (CH)(CR)(LF) : Manual Display
  • UD2(CR)(LF) : Date Display
  • UD3(CR)(LF) : Time Display
  • UD4(CR)(LF) : Display OFF

CH: The manual display channel 01 to 06 (01 and 02 for the pen type)
The underlined part can be omitted.

Communication comment print out
This command prints the character strings, which have been received by the communication function. Please refer to Table 2.1.13 for the character code. When you use the character code beyond 7FHEX, 8-bit data length of communication function must be used.
Please refer to Section 7.2.7 of the instruction manual (HR-700) for the data length setting.

<Format>

  • PR0, (COLOR), (TEXT)(CR)(LF): Sync printout
  • PR1, (COLOR), (TEXT)(CR)(LF): Async printout
  • COLOR: Chooses a printout color. (The Pen type has only PRP.)
  • PRP: Purple, RED: Red, BLK: Black, GRN: Green, BRN: Brown, BLU: Blue
  • TEXT: Maximum character number for the Dot printing type is 47.
  • Maximum character number for the Pen type is 21.

ORIGINAL PROTOCOL – DATA TRANSMISSION

Setting Value Reading

When the recorder receives “(TS1)+ (ESC T) + (LF)”, the recorder continuously sends the setting value according to Table 3.1 below.
The output format of each command when reading is the same as that of when setting.

Table 3.1 Order of the setting value transmission
Send the setting value in this order

OrderCommandDescription
1PSRecording start/ Recording stop
2SRInput range, recording span
3SNUnit
4SAAlarm
5SC1st chart speed
6SSAnalog printing period

(only for Dot printing type)

7SZZone recording
8SPPartial compression/expansion recording
9SFDigital printing
10STTag character
11SGComment character
12SE2nd chart speed
13UDDisplay indication mode
14ENEnd
Data Reception Example

Shinko-HR-700-Hybrid-Recorder-09

  • Send the command to the recorder which starts data transmission.
  • Designates setting value data to send when the recorder receives ESC T command once.
  • The designated data remains unchanged until the recorder receives TS0 and TS2 commands.
  • Send this command to the recorder when transmitting data to another recorder.

ORIGINAL PROTOCOL – NOTES FOR COMMUNICATION

Half-Duplex Transmission

Half-duplex transmission is used for the recorder side. The recorder cannot receive data while it is sending data.
When sending the command, the host computer should send the next command after it received data from the recorder.

Multiple access
Do not open another recorder when one recorder is open on the same line.

Continuation of Opening the Link
Do not allow an extended interval after sending the open command. A syntax error may occur when not sending data. Be sure to send the close command “ESC C” when you do not use communication function. If a syntax error occurs, send the status output command ” ESC S” to reset the error.
(The close command cannot reset syntax errors.)

Outputting the Status

When the open-link recorder has a data error on its link, the recorder saves the error in the internal status area as a communication error. The “ESC S” command reads this status. Issuing this command clears the on-going error. Refer to Section 8.5 in the instruction manual (HR-700).
Be sure to reset the error when setting data to the recorder. If the error is not reset, you may not be able to assess which command caused errors.

MODBUS RTU PROTOCOL – OVERVIEW

Modbus RTU protocol
ItemSpecification
InterfaceRS-485/RS-232C
ProtocolModbus RTU
Communication speed1200 /2400 /4800 /9600 /19200/ 38400 [bps]
ParityNone/Even/Odd
Data length8bit(※)
Stop bit1bit / 2bit
Slave address1~247(0 invalid)

Please use 8bit data length when using the Modbus RTU protocol.
Communication can’t be performed successfully if you use 7bit.

Adding new items and Map version

Depending on the version up of the recorder, there is that the contents of the Modbus map is hanged.
If the Modbus map is modified, Modbus map version (address 30025) will also be updated.

Newly added setting items are available in the corresponding version or later. (Table below)

Body versionMap versionContentsNote
before Ver4.00Modbus RTU is not available.
Ver4.0001The first release of the Modbus RTU function.

[CAUTION]
In the old version, you can’t use features added in the new version.
In that case, there is a possibility that it does not work properly when reading / writing to the address of the newly added function.

MODBUS RTU PROTOCOL – DATA TRANSMISSION AND RECEPTION

Communication protocol

This equipment is compatible with Modbus RTU protocol.
Data format of the protocol is as below. It is composed of slave address, function code, data, and CRC section.

Modbus RTU Data format

Slave address
(1byte)
Function code
(1byte)
Data
(variable)
CRC
(2byte)
Function codes

Function code that can be used in this equipment is as follows.

CodeFunctionMaximum data lengthModbus original function (reference)
03HSetting data read123 wordsData read from holding register
04HInput data read123 wordsData read from input register
06HOne-time setting data write1 wordsData write to holding register
10HContinuous setting data writes123 wordsData write to holding register
Error response

In accordance with the communication protocol for the pertinent function code, if an error occurs during command transmission, an error response is returned in the fixed format described in this section.

  • Example of slave response (function code = 06H, command error = 10H)
    ConfigurationData lengthData
    Slave address1
    Function code + 80H186H
    Error code110H
    Error check (Only for Modbus RTU)2CRC
    Total number of bytes5
  • Error codes and their occurrence conditions.
    Error codeDescriptionOccurrence condition(s)
    01HInvalid function codeAn unsupported function code is specified.
    02HInvalid register addressThe relative address range exceeds “9999.”
    03HInvalid number of registers
    • The length of the accessed data is “0” or the sum of the relative address and data length exceeds the limit.
    • It is assumed that two or more function codes, each executable for one area, are involved.
    • Data longer than 2 words is specified for a one-time write command.
    • The data length exceeds 123 words.
    04HDevice errorThe received data is shorter than the predefined data length.
    10HCommand errorAn attempt at a write over an area exceeding the writable range.
Reading of input register area

The input register area is a read-only area.
The current measured value and the current time are mapped. Specify the start
address (relative) and data count (assuming that one word is two bytes) of the data to be read.

Reading of input register area
Function code :04H

  • Example of master transmission (with a start address of 0032H and a data count of 2 words)
    ComponentData lengthData
    Slave address1
    Function code104H
    DataRelative start address (high-order)100H
    Relative start address (low-order)132H
    Read data count (high-order)100H
    Read data count (low-order)102H
    Error check2CRC (16 bits)
    Total number of bytes8
  • Example of slave response (with a start address of 0032H and a data count of 2 words)
    ComponentData lengthData
    Slave address1
    Function code104H
    DataNumber of data bytes104H
    Data 1 (high-order)100H
    Data 1 (low-order)109H
    Data 2 (high-order)100H
    Data 2 (low-order)10AH
    Error check2CRC (16 bits)
    Total number of bytes9

Input Register Area Map
【Input Register Area Map】 Function code: 04H

 

Address

Relative address (HEX) 

Name

 

Array

 

Content

 

Remarks

300010Model type(1/8)1ASCIIMultipoint type     :”MULTI”
300021Model type(2/8)2Pen type             :”PEN”
300032Model type(3/8)3After the blank
300043Model type(4/8)4
300054Model type(5/8)5
300065Model type(6/8)6
300076Model type(7/8)7
300087Model type(8/8)8
300098Software version(1/16)1ASCIIVersion information on a system.
300109Software version(2/16)2
30011ASoftware version(3/16)3
30012BSoftware version(4/16)4
30013CSoftware version(5/16)5
30014DSoftware version(6/16)6
30015ESoftware version(7/16)7
30016FSoftware version(8/16)8
3001710Software version(9/16)9
3001811Software version(10/16)10
3001912Software version(11/16)11
3002013Software version(12/16)12
3002114Software version(13/16)13
3002215Software version(14/16)14
3002316Software version(15/16)15
3002417Software version(16/16)16
3002518Modbus map version1Binary
3002619Reserve
300271AReserve
300281BReserve
300291CReserve
300301DReserve
300311EReserve
300321FReserve
3003320Reserve
3003421Reserve
3003522Reserve
3003623Reserve
3003724Reserve
3003825Reserve
3003926Reserve
3004027Reserve
3004128Reserve
3004229Reserve
300432AReserve
300442BReserve
300452CReserve
300462DReserve
300472EReserve
300482FReserve
3004930Reserve
 

Address

Relative address

(HEX)

 

Name

 

Array

 

Content

 

Remarks

3005031Reserve
3005132Year0~99 

Every second update

3005233Month1~12
3005334Day1~31
3005435Hour0~24
3005536Minute0~59
3005637Second0~59
 

30057

 

38

 

Recording status

 

0~1

0:Recording not in progress 1:Recording in progress
 

30058

 

39

 

Chart sensor status

 

0~1

0:With chart

1:Without chart

 

30059

 

3A

 

Manual print status

 

0~1

0:Print stops

1:During printing

 

30060

 

3B

 

List print status

 

0~1

0:Print stops

1:During printing

 

30061

 

3C

Engineering list print status 

0~1

0:Print stops

1:During printing

300623DReserve
3010063Reserve
3010164Channel statusCH0100bit:

Alarm 1 1= ON 0= OFF

01bit:

Alarm 2 1= ON 0= OFF

02bit:

Alarm 3 1= ON 0= OFF

03bit:

Alarm 4 1= ON 0= OFF

3010265CH02
3010366CH03
3010467CH04
3010568CH05
3010669CH06
301076AMeasurement data(BIN)CH01-32000~32000Data of more than±32000, the minus side will be 8181H, the plus side will be 7E7EH.
301086BCH02
301096CCH03
301106DCH04
301116ECH05
301126FCH06
3011370Decimal point positionCH010~4
3011471CH02
3011572CH03
3011673CH04
3011774CH05
3011875CH06
3011976Measurement data(Float)CH01Float (high-order 2 byte) Float (low-order 2 byte)
3012077
3012178CH02
3012279
301237ACH03
301247B
301257CCH04
301267D
301277ECH05
301287F
3012980CH06
3013081
 

Address

Relative address

(HEX)

 

Name

 

Array

 

Content

 

Remarks

3013182Unit (1/4) 

CH01

Current unit
3013283Unit (2/4)
3013384Unit (3/4)
3013485Unit (4/4)
3013586Unit (1/4) 

CH02

Current unit
3013687Unit (2/4)
3013788Unit (3/4)
3013889Unit (4/4)
301398AUnit (1/4) 

CH03

Current unit
301408BUnit (2/4)
301418CUnit (3/4)
301428DUnit (4/4)
301438EUnit (1/4) 

CH04

Current unit
301448FUnit (2/4)
3014590Unit (3/4)
3014691Unit (4/4)
3014792Unit (1/4) 

CH05

Current unit
3014893Unit (2/4)
3014994Unit (3/4)
3015095Unit (4/4)
3015196Unit (1/4) 

CH06

Current unit
3015297Unit (2/4)
3015398Unit (3/4)
3015499Unit (4/4)
301559AReserve
・・・

39999

・・・

270E

Unused or later.
Reading and writing of the holding register area

The holding register area is a read-write area. Parameter settings and the start and stop command of the recording state are mapped. For read, specify the start address (relative) and data count (assuming that one word is two bytes) of the data to be read. For write, specify the start address and the data to be written.

Reading of the holding register area
It is used when calling the parameters that are currently set.
Also, it cannot be read in the case of the operation command system. It becomes writing only.

Function code (Reading): 03H

  • Example of transmitting master (starting address=00C8H, data length=2words)
    ComponentData lengthData
    Slave address1
    Function code103H
     

    Data

    Relative start address (high-order)100H
    Relative start address (low-order)1C8H
    Read data count (high-order)100H
    Read data count (low-order)102H
    Error check2CRC (16 bits)
    Total number of bytes8
  • Example of slave’s responding (starting address=0032H, data length =2words)
    ComponentData lengthData
    Slave address1
    Function code103H
     

     

    Data

    Number of data bytes104H
    Data 1 (high-order)100H
    Data 1 (low-order)105H
    Data 2 (high-order)100H
    Data 2 (low-order)100H
    Error check2CRC (16 bits)
    Total number of bytes9

Writing of the holding register area (Single)
It is used when carrying out a set of command operations or parameters.
In the case of operation command, it will take effect immediately when you send.
In the case of parameter settings, it is reflected by sending a separate “settings save” command (address 40104 (relative address 0067H)).

Function code(Writing): 06H

  • Example of transmitting master(starting address=00C8H, data =5)
    ComponentData lengthData
    Slave address1
    Function code106H
     

    Data

    Relative start address (high-order)100H
    Relative start address (low-order)1C8H
    Write data (high-order)100H
    Write data (low-order)105H
    Error check2CRC (16 bits)
    Total number of bytes8
  • Example of slave’s responding (starting address=00C8H, data =5)
    ComponentData lengthData
    Slave address1
    Function code106H
    DataRelative start address (high-order)100H
    Relative start address (low-order)1C8H
    Write data (high-order)100H
    Write data (low-order)105H
    Error check2CRC (16 bits)
    Total number of bytes8

Writing of the holding register area (Continuation)
Time setting command and the like, and then used when the data needs to send in succession. In the case of operation command, it will take effect immediately when you send.
In the case of parameter settings, it is reflected by sending a separate “settings save” command (address 40104 (relative address 0067H)).
Corresponding to that memory map is part. Please refer to Section 6.5.4 for the area which is corresponding.

Function code(Writing): 10H

  • Master transmission example (Start address =006EH, Number of data =7words
    Data =AA01H,000FH,0001H,0002H,0017H,001EH,0000H)( Clock set command January 2, 2015 23:30:00 )
    ComponentData lengthData
    Slave address1
    Function code110H
     

     

     

     

     

     

     

     

     

    Data

    Relative start address (high-order)100H
    Relative start address (low-order)16EH
    Number       of      write      register (high-order)100H
    Number of write register (low-order)107H
    Cut the number of bytes10EH
    Write data 1 (high-order)1AAH
    Write data 1 (low-order)101H
    Write data 2 (high-order)100H
    Write data 2 (low-order)10FH
    Write data 3 (high-order)100H
    Write data 3 (low-order)101H
    Write data 4 (high-order)100H
    Write data 4 (low-order)102H
    Write data 5 (high-order)100H
    Write data 5 (low-order)117H
    Write data 6 (high-order)100H
    Write data 6 (low-order)11EH
    Write data 7 (high-order)100H
    Write data 7 (low-order)100H
    Error check2CRC(16bit)
    Total number of bytes23
  • Slave response example (Response of Start address =006EH, Number of data =7words)
    ComponentData lengthData
    Slave address1
    Function code110H
    DataRelative start address (high-order)100H
    Relative start address (low-order)16EH
    Number       of      write      register (high-order)100H
    Number of write register (low-order)107H
    Error check2CRC(16bit)
    Total number of bytes8

Holding register area map
【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

 

Address

Relative address (HEX) 

Name

 

Array

 

Content

 

Remarks

400010ReserveUnused
4010063Reserve
Operation command
4010164Recording start / stopAA01:Start

AA00:Stop

Invalid except left.

The disabled in selecting DI.

4010265Reserve
4010366Reserve
4010467Save the settingsAA01:SaveInvalid except left.
4010568Manual printAA01:Start AA00:Stop
4010669LIST print
401076AELIST print
401086BComments 1 printAA01:Sync AA02:Async
401096CComments 2 print
401106DComments 3 print
401116EClock setAA01:RunAA01 ignored except

7 words continuous writing only valid

 

Clock sets in the received values. When isn’t time has come ignored (month = 0, etc.).

401126FYear(00~99)’ 2 digits
4011370Month(01~12)
4011471Day(01~31)
4011572Time(00~23)
4011673Minute(00~59)
4011774Second(00~59)
4011875Reserve
4011976Reserve
4012077Reserve
4012178Communication      printing setAA01:Sync AA02:AsyncAA01 and AA02 ignored except Multipoint type326 words Pen type313 words

Continuous writing only valid

4012279Printing color0~5Pen type recorder is invalid.
401237APrinting character (01/24)ASCIIMultipoint type047 character Pen type021 character
401247BPrinting character (02/)
401257CPrinting character (03/)
401267DPrinting character (04/)
401277EPrinting character (05/)
401287FPrinting character (06/)
4012980Printing character (07/)
4013081Printing character (08/)
4013182Printing character (09/)
4013283Printing character (10/)
4013384Printing character (11/)
4013485Printing character (12/)
4013586Printing character (13/)
4013687Printing character (14/)
4013788Printing character (15/)
4013889Printing character (16/)
401398APrinting character (17/)

【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

 

Address

Relative address (HEX) 

Name

 

Array

 

Content

 

Remarks

401408BPrinting character (18/)
401418CPrinting character (19/)
401428DPrinting character (20/)
401438EPrinting character (21/)
401448FPrinting character (22/)
4014590Printing character (23/)
4014691Printing character(24/24)
4014792Reserve
40200C7Reserve
Setup mode parameterschannel
40201C8ModeCH10~6 , 8 ( 7: Error )(1)Mode
40202C9Input type0~34(2)Range code
40203CAReference channel0~4CH1 configurable value:

None(Setting disable) CH2 configurable value:0

CH3 configurable value:0~1 CH4 configurable value:0~2 CH5 configurable value:0~3

CH6 configurable value:0~4

40204CBMeasurement range (L)depends on the range(2) Measurement range
40205CCMeasurement range (H)depends on the range(2) Measurement range
40206CDScaling range (L)-32000~32000(3) Depends on the Scaling
40207CEScaling range (H)-32000~32000(3) Depends on the Scaling
40208CFDecimal point position0~4Only when a Scaling is “ON”, this setting is enable.
40209D0Unit (1/3)ASCIIUnits at the time of

the scaling “ON” (Note.1)

40210D1Unit (2/3)
40211D2Unit (3/3)
40212D3Reserve
40213D4Tag (1/4)ASCIIMultipoint type7 character Pen type5 character
40214D5Tag (2/4)
40215D6Tag (3/4)
40216D7Tag (4/4)
40217D8Digital print ON/OFF0~10:OFF

1:ON

40218D9Partial compression / expansion ON/OFF0~10:OFF

1:ON

40219DAZone L0~99
40220DBZone H1~100
40221DCPartial         compression boundary point position.1~99
40222DDPartial compression boundary                point measurements.depends on the rangeScaling “ON”:Depends on the scaling Other : measurement range.

(※3) Scaling dependent

(Note 1) The setting of the unit is enabled, the range setting is only case of “SCALE”,”SQRT”,”DECAD”, “DELT”,”SIGM”,”MEAN”.
(However, “DELT” “SIGM” “MEAN” is valid only when the range setting of the reference channel is “SCALE”.) Otherwise the range setting, the unit is automatically determined according to the range.

【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

 

Address

Relative address (HEX) 

Name

 

Array

 

Content

 

Remarks

40223DEAlarm 1 action ON/OFFCH10~10:OFF

1:ON

40224DFAlarm 1 type0~10:H
1:L
40225E0Alarm 1 Set value-32000~32000(3) Depends on the Scaling
40226E1Alarm 1 RLY output ON/OFF0~10:OFF

1:ON

40227E2Alarm 1 DO No.0~5Multipoint type05RLY1RLY6
Pen type02 RLY1RLY3
40228E3Alarm 2 action ON/OFF0~10:OFF
1:ON
40229E4Alarm 2 type0~10:H
1:L
40230E5Alarm 2 Set value-32000~32000(3) Depends on the Scaling
40231E6Alarm 2 RLY output ON/OFF0~10:OFF

1:ON

40232E7Alarm 2 DO No.0~5Multipoint type05RLY1RLY6
Pen type02 RLY1RLY3
40233E8Alarm 3 action ON/OFF0~10:OFF
1:ON
40234E9Alarm 3 type0~10:H
1:L
40235EAAlarm 3 Set value-32000~32000(3) Depends on the Scaling
40236EBAlarm 3 RLY output ON/OFF0~10:OFF

1:ON

40237ECAlarm 3 DO No.0~5Multipoint type05RLY1RLY6
Pen type02 RLY1RLY3
40238EDAlarm 4 action ON/OFF0~10:OFF
1:ON
40239EEAlarm 4 type0~10:H
1:L
40240EFAlarm 4 Set value-32000~32000(3) Depends on the Scaling
40241F0Alarm 4 RLY output ON/OFF0~10:OFF

1:ON

40242F1Alarm 4 DO No.0~5Multipoint type05RLY1RLY6
Pen type02 RLY1RLY3
40243F2Reserve
・・・
40250F9Reserve
40251FAScaling range (L)2 words continuous writing only
(float)is valid. (4)float Format
40252FB
40253FCScaling range (H)2 words continuous writing only
(float)is valid. (4)float Format
40254FD
40255FEAlarm1 set value (float)2 words continuous writing only
40256FFAlarm1 set value (float)is valid. (4)float Format
40257100Alarm2 set value (float)2 words continuous writing only
40258101Alarm2 set value (float)is valid. (4)float Format
40259102Alarm3 set value (float)2 words continuous writing only
40260103Alarm3 set value (float)is valid. (4)float Format
40261104Alarm4 set value (float)2 words continuous writing only
40262105Alarm4 set value (float)is valid. (4)float Format

【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

AddressRelative address

(HEX)

NameArrayContentRemarks
40263106ReserveCH01
4030012BReserve
4030112CModeCH02Input channel
4040018FReserve
40401190ModeCH03Input channel
405001F3Reserve
405011F4ModeCH04Input channel
40600257Reserve
40601258ModeCH05Input channel
407002BBReserve
407012BCModeCH06Input channel
4080031FReserve
Setup mode parametersOther
40801320Recording paper feed speed (1st)Multipoint:0~33(5)   Recording     paper     feed speed
40802321Recording paper feed speed (2nd)Pen type:0~40
40803322Recording period0~3(Multipoint Type only)

0:10sec 1:20sec 2:30sec

3:60sec

40804323Reserve
40805324Comment (1/8)Cmt1ASCIIMultipoint type08 Words Pen type06 Words
40806325Comment (2/8)
40807326Comment (3/8)
40808327Comment (4/8)
40809328Comment (5/8)
40810329Comment (6/8)
4081132AComment (7/8)
4081232BComment (8/8)
4081332CReserve
4081432DReserve
4081532EComment (1/8)Cmt2ASCIIMultipoint type08 Words Pen type06 Words
4081632FComment (2/8)
40817330Comment (3/8)
40818331Comment (4/8)
40819332Comment (5/8)
40820333Comment (6/8)
40821334Comment (7/8)
40822335Comment (8/8)
40823336Reserve
40824337Reserve

【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

 

Address

Relative address

(HEX)

 

Name

 

Array

 

Content

 

Remarks

40825338Comment (1/8)Cmt3ASCIIMultipoint type08 Words Pen type06 Words
40826339Comment (2/8)
4082733AComment (3/8)
4082833BComment (4/8)
4082933CComment (5/8)
4083033DComment (6/8)
4083133EComment (7/8)
4083233FComment (8/8)
40900383Reserve
Engineering parameters
40901384BurnoutCH10~10:OFF 1:ON
40902385Offset±32000
40903386Offset DP0~4
40904387RJC setting0~20:INT

1:EXT

2:CH

40905388RJC EXT fixed value-32000~32000Uv
40906389RJC CH destinationMultipoint type

:0~5

Pen type:0~1

4090738APrinting color0~5(Multipoint type only) (6)Printing color
4090838BDigital filter0~10000(Pen type only)

Decimal point:4-digit fixed

4090938CReserve
4091038DReserve
4091138EBurnoutCH2Same as CH1
40920397Reserve
40921398BurnoutCH3Same as CH1
409303A1Reserve
409313A2BurnoutCH4Same as CH1
409403ABReserve
409413ACBurnoutCH5Same as CH1
409503B5Reserve
409513B6BurnoutCH6Same as CH1
409603BFReserve
409613C0Hysteresis setting0~10:OFF

1:ON

409623C1Alarm printing function0~20:OFF

1:Alarm printing 1

2:Alarm printing 2

409633C2RUN trigger setting0~10:INT

1:EXT

409643C3CH     /     TAG     printing switching0~10:CH

1:TAG

【Holding register area map】 Function Code:03H(Reading),06H(Writing),10H(Continuous writing)

 

Address

Relative address

(HEX)

 

Name

 

Array

 

Content

 

Remarks

409653C4Logging print ON/OFF0~10:OFF

1:ON

409663C5Logging print interval0~11(7) Logging print interval
409673C6Logging print reference time0~23Unit:Hour
409683C7Logging    print    criteria minute0~59Unit:Minute
409693C8Logging                  print

Sync/Async

0~10:Sync

1:Async

409703C9Record start/end print presence or absence0~20:OFF

1:Sync

2:Async

409713CAHost address1~32
409723CBCommunication speed

(Note.1)

0~50:1200 bps 1:2400 bps 2:4800 bps 3:9600 bps 4:19200 bps

5:38400 bps

409733CCData length

(Note.2)

0~10:7bit

1:8bit

409743CDParity

(Note.2)

0~20:Even

1:Odd 2:OFF

409753CEStop bit

(Note.2)

0~10:1bit

1:2bit

409763CFCommunication protocol0~10:Original

1:Modbus RTU

409773D0Logging     print     scale presence or absence0~1(Multipoint type only)

0:OFF

1:ON

409783D1Printing gap setting0~1(Pen type only)

0:OFF

1:ON

409793D2DI1 function0~12(8)DI function

Can’t select the same function in

DI1,2,3.

409803D3DI2 function0~12(8)DI function
409813D4DI3 function0~12(8)DI function
409823D5ReserveUnused later
49999270EReserve

Holding register area setting range detail
Setting range of register on the map written in the ※are listed below.

  1. Mode
    ValueContentRemarks
    0Scaling OFF
    1Scaling ON
    2Square root calculation (SQRT)It can be set only when the range code is 0 to 7 (voltage current range).
    3exponent display (DECAD)It can be set only when the range code is 0 to 7 (voltage current range).
    4Difference calculation (DELT)Change of input width after calculation, please change by entering a value in the “measurement range”.
    5Sum calculation (SIGM)Change of input width after calculation, please change by entering a value in the “measurement range”.
    6Average calculation (MEAN)Change of input width after calculation, please change by entering a value in the “measurement range”.
    7DisableIf you select this, it will result in an error.
    8Skip
  2. Range code, Measurement range.
    CodeInput typeMeasurement range ※
    0DC voltage±10mV(-10.00 to 10.00)
    10-20mv(0.00 to 20.00)
    20-50mV(0.00 to 50.00)
    3±200.0mV(-200.0 to 200.0)
    4±1V(-1.000 to 1.000)
    50-5V(-0.000 to 5.000)
    6±10V(-10.00 to 10.00)
    7DC current4-20mA(4.00 to 20.00)
    8TC

    (Unit: ℃) (Au-Fe is K)

    B(0.0 to 1820.0)
    9R1(0.0 to 1760.0)
    10R2(0.0 to 1200.0)
    11S(0.0 to 1760.0)
    12K1(-200.0 to 1370.0)
    13K2(-200.0 to 600.0)
    14K3(-200.0 to 300.0)
    15E1(-200.0 to 800.0)
    16E2(-200.0 to 300.0)
    17E3(-200.0 to 150.0)
    18J1(-200.0 to 1100.0)
    19J2(-200.0 to 400.0)
    20J3(-200.0 to 200.0)
    21T1(-200.0 to 400.0)
    22T2(-200.0 to 400.0)
    23C(0.0 to 2320.0)
    24Au-Fe(1.0 to 300.0)
    25N(0.0 to 1300.0)
    26PR40-20(0.0 to 1880.0)
    27PL2(0.0 to 1390.0)
    28U(-200.0 to 400.0)
    29L(-200.0 to 900.0)
    30RTD

    (Unit: ℃)

    Pt100-1(-200.0 to 650.0)
    31Pt100-2(-200.0 to 200.0)
    32JPt100-1(-200.0 to 630.0)
    33JPt100-2(-200.0 to 200.0)

     

  3. Depends on the Scaling
    Scaling range, the alarm set value, partial compression boundary point measurement is depends on the holding register address 40201 “mode” and 40208 “decimal point position”.
    The set value is reflected in the form that is dependent on the “decimal point position” if the mode is scaling ON ( “SCALE” and “SQRT” ). In the case of OFF will reflect decimal point position of
    the range.
    Example 1: “Scaling range (L)” set to 123.45 at Scaling “ON”.
    Holding register address “40208 (decimal point position)” : Set the value to 2.
    Holding register address “40206(scaling range (L))” : Set the value to 12345.
    Example 2: “Alarm 1 Set value” set to 12.3 at Scaling “OFF” (In the case of range code 4 selection).
    (Range code 4 ±1V(Measurement range:-1.000~1.000))
    Holding register address “40224(Alarm 1 Set value)” : Set the value to 12300.
  4. float(Floating point)
    Floating-point notation in IEEE-compliant.
  5. Chart speed
    There is a difference in the contents of the numbers in Multipoint type and Pen type.
    [Multipoint type]
    ValueSpeed (mm/h)ValueSpeed (mm/h)ValueSpeed (mm/h)ValueSpeed (mm/h)
    0010302016030750
    1111402118031900
    22125022200321,200
    33136023240331,500
    44147524300
    55158025360
    610169026375
    7151710027450
    8201812028600
    9251915029720

[Pen type]

ValueSpeed (mm/h)ValueSpeed (mm/h)ValueSpeed (mm/h)ValueSpeed (mm/h)ValueSpeed (mm/h)
05108020360302,4004012,000
110119021375313,000
2151210022450323,600
3201312023600334,500
4251415024720344,800
5301516025750355,400
6401618026900366,000
75017200271200377,200
86018240281500389,000
975193002918003910,800

Printing color

ValueContentRemarks
0Purple
1Red
2Green
3Blue
4Brown
5Black

Logging print interval

ValueContentRemarks
010min
115min
220min
330min
41H
52H
63H
74H
86H
98H
1012H
1124H

DI function

ValueContentRemarks
0OFF(No function)
1RCD(Recording Start/Stop)ON:RUN OFF:STOP
2SPEED(Chart speed change)ON:Spd-1 OFF:Spd-2
3CMNT1(Comment print (Sync))ON Rising:Start
4CMNT2(Comment print (Sync))
5CMNT3(Comment print (Sync))
6MAN-P(Manual print (Sync))
7TIM-P(Time print(Sync))
8A.CMT1(Comment print (Async))
9A.CMT2(Comment print (Async))
10A.CMT3(Comment print (Async))
11AMAN.P(Manual print (Async))
12ATIM.P(Time print (Async))

SHINKO TECHNS CO., LTD.
OVERSEAS DIVISION

Head
Office: 2-5-1, Senbahigashi, Minoo, Osaka, Japan

URL
http://www.shinko-technos.co.jp/el
Tel: +81-72-727-6100

E-mai [email protected]
Fax: +81-72-727-7006

Documents / Resouces

Download manual
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.


Related Manuals