background image

14

IM 04L41B01-18E

Communication Considerations

About Communication Interval

Data Update

The DX data is updated in a scan interval. Even if a PLC accesses the data at shorter 
intervals than the DX scan intervals, the data is updated only at scan intervals.

Communication Interval

A PLC should access the DX at intervals of 125 ms or longer.

*  This is required to maintain compatibility with other protocols supported by the DX than 

EtherNet/IP.

Access to Non-existent Data

If non-existent data is accessed, either of the following operations occur.
•  0 is read if non-existent data is read.
•  Nothing is done if non-existent data is written.

When the DX Data Type Differs from the Data Type Specified in a Command

Each data on the DX has a fixed data type.
Data  on  the  DX  which  includes  special  data  accessed  using  the  same  data  type  is 
transmitted unchanged.  Data on the DX accessed using a different data has its data type 
converted. The following explains the conversion rules:

Reading Data on the DX

DX

Data type to be specified in a command

Type

Data type INT16

INT32

FLOAT

Measurement 

channel

INT16

The data is read without 

change.

The data is converted into 

INT32 (including special data).

The data is computed based on 

the decimal point information set 

in each channel.

*1

Computation 

channel

INT32

There are limitations of 

INT16.

*2

The data is read without 

change.

The data is computed based on 

the decimal point information set 

in each channel.

*1

Communication 

input data

FLOAT

The data is converted to 

INT16.

The data is converted to INT32. The data is read without change.

External input 

channel (for 

reading)

INT16

The data is read without 

change.

The data is converted into 

INT32 (including special data).

The data is computed based on 

the decimal point information set 

in each channel.

*1

*1  Special data will have the following values:

Data 

Value

+ Over

7f800000H

(+∞)

– Over

ff800000H

(–∞)

Skip

ff800002H

(Nan)

Error

ff800004H

(Nan)

INVALID

ff800005H

(Nan)

Burnout (Up)

7f800006H

(Nan)

Burnout (Down)

ff800006H

(Nan)

*2  The following values are used.

Data

Value

+ Over

32767

– Over

–32768

Skip

–32768

Error

–32768

INVALID

–32768

Less than -32768

–32768

More than 32767

32767

Other than the above

The data is read without change as INT16.

Summary of Contents for Daqstation DX1000

Page 1: ...User s Manual Y okogawa Electric Corporation DX1000 DX1000N DX2000 EtherNet IP Communication Interface IM 04L41B01 18E 2nd Edition...

Page 2: ...TCP IP software documents of this product based on BSD Networking Software Release 1 licensed from the University of California Trademarks vigilantplant DAQSTATION Daqstation and DXAdvanced are our r...

Page 3: ...he manual to identify those instructions WARNING Calls attention to actions or conditions that could cause serious injury or death to the user and precautions that can be taken to prevent such occurre...

Page 4: ...ley brand The basic items for this configuration are explained For the operation procedures of Rockwell Automation products see the user s manuals of these products This manual is intended for those w...

Page 5: ...Configuration 8 Explicit Message 9 System Configuration on PLC 9 Data on the DX 12 I O Messages 13 System Configuration on PLC 13 Data on the DX 13 Communication Considerations 14 About Communication...

Page 6: ...onents Scanner Client A device that launches a request on EtherNet IP This is either a PLC or PC For the DX PLCs such as Allen Bradley PLC 2 PLC 5 SLC 500 MicroLogix CompactLogix and ControlLogix repr...

Page 7: ...ady to use after the following settings have been made IP address and other settings required to connect to Ethernet Enabling of EtherNet IP server function Access to the DX The DX is a passive device...

Page 8: ...cation Interface User s Manual IM04L41B01 17E EtherNet IP Server Settings Press MENU to switch to setting mode hold down FUNC for 3 s to switch to basic setting mode and select the Menu tab Communicat...

Page 9: ...ion tool see the user s manual of the configuration tool EtherNet IP DX Scanner Client Adapter Server PLC Configuration tool Read Write message Ethernet EDS file How to Obtain the EDS File Obtain the...

Page 10: ...Command name PLC 2 PLC2 Unprotected Read Write PLC 5 PLC5 Word Range Read Write PLC5 Typed Read Write SLC SLC Typed Read Write Specification of data to be accessed Specify which of the data in the DX...

Page 11: ...F20 59 Communication input data C01 N30 00 L30 00 F30 00 C02 N30 01 L30 01 F30 01 C59 N30 58 L30 58 F30 58 C60 N30 59 L30 59 F30 59 External input channel for writing 201 N40 00 L40 00 F40 00 202 N40...

Page 12: ...real 1001 47 int 1046 dint 1046 real 1046 48 int 1047 dint 1047 real 1047 Computation channel 101 int 2000 dint 2000 real 2000 102 int 2001 dint 2001 real 2001 159 int 2058 dint 2058 real 2058 160 in...

Page 13: ...annel Count Number Count Number Count Number Count Number DX1002 2 001 002 12 101 112 24 C01 C24 DX1004 4 001 004 DX1006 6 001 006 24 101 124 DX1012 12 001 012 DX2004 4 001 004 12 101 112 60 C01 C60 D...

Page 14: ...160 Producer 125 240 4 x 60 FLOAT Communication input data C01 C60 Producer Consumer 130 240 4 x 60 INT32 C01 C60 Producer Consumer 135 240 4 x 60 FLOAT External input channel 201 300 Producer Consume...

Page 15: ...X Data type to be specified in a command Type Data type INT16 INT32 FLOAT Measurement channel INT16 The data is read without change The data is converted into INT32 including special data The data is...

Page 16: ...range can be set is from 200 00 to 200 00 A FLOAT value up to two decimal places is rounded to an integer See the example in the following table Input value FLOAT DX value INT16 fixed point 12 34 123...

Page 17: ...PCCC Data Table 5 Authentication File No 10591 Sep 4 2007 1 A session a framework of connection management in the encapsulation protocol layer of EtherNet IP provides similar functions as a TCP conne...

Page 18: ...e Ladder Element toolbar to select MSG The MSG block is inserted as ladder output Tag MSG1 is assigned to the MSG block MSG MSG1 EN Message Control Message DN ER Make the MSG block settings Click the...

Page 19: ...he connection path in the Communication tab is not replaced either I O Configuration Ethernet ETHERNET MODULE DXADV Message Launch Logic Lastly configure the message launch logic In the example shown...

Page 20: ...ows an example of reading data in measurement channels 001 to 010 and writing the data to communication input data C01 to C20 Data can be accessed using the INT32 type In the Name field enter DXADV or...

Page 21: ...IP server 7 Ethernet port 7 Explicit message 9 Explicit message example 17 external input channel 9 10 11 H host information 7 I I O message 13 i o message 13 Implicit message 13 installation 8 insta...

Reviews: