Advertisement

Yokogawa DX Serial Driver

© 2018 PTC Inc. All Rights Reserved.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DX Series and is the answer not in the manual?

Questions and answers

Summary of Contents for YOKOGAWA DX Series

  • Page 1: Yokogawa Dx Serial Driver

    Yokogawa DX Serial Driver © 2018 PTC Inc. All Rights Reserved.
  • Page 2: Table Of Contents

    Yokogawa DX Serial Driver Table of Contents Yokogawa DX Serial Driver Table of Contents Yokogawa DX Serial Driver Overview Setup Channel Properties — General Channel Properties — Serial Communications Channel Properties — Write Optimizations Channel Properties — Advanced Device Properties — General Device Properties —...
  • Page 3 Yokogawa DX Serial Driver Communications error on '<channel name>' [<error mask>] COMn does not exist COMn is in use by another application Error opening COMn Unable to set comm parameters on COMn Device '<device name>' is not responding Unable to write to '<address>' on device '<device name>' Index www.
  • Page 4: Yokogawa Dx Serial Driver

    What error messages does the Yokogawa DX Serial Driver produce? Overview The Yokogawa DX Serial Driver provides a reliable way to connect Yokogawa DX Serial devices to OPC client applications; including HMI, SCADA, Historian, MES, ERP, and countless custom applications. It is intended for use with Yokogawa Data Acquisition and Data Recorder devices that support RS232 or RS422 communications.
  • Page 5: Setup

    This requires that a data bit setting of 8 be used. RS-232 and RS-422/485 Operation Yokogawa DX Serial devices can support either RS-232 or RS-422/485 operation. The mode that is used depends on the configuration of the OPC Server project.
  • Page 6: Channel Properties - General

    Yokogawa DX Serial Driver Channel Properties — General This server supports the use of simultaneous multiple communications drivers. Each protocol or driver used in a server project is called a channel. A server project may consist of many channels with the same communications driver or with unique communications drivers.
  • Page 7 Yokogawa DX Serial Driver Note: With the server's online full-time operation, these properties can be changed at any time. Utilize the User Manager to restrict access rights to server features, as changes made to these properties can temporarily disrupt communications.
  • Page 8 Yokogawa DX Serial Driver None:  This option does not toggle or assert control lines. DTR:  This option asserts the DTR line when the communications port is opened and remains on. RTS:  This option specifies that the RTS line is high if bytes are available for transmission. After all buffered bytes have been sent, the RTS line is low.
  • Page 9: Channel Properties - Write Optimizations

    Yokogawa DX Serial Driver Modem Settings Modem:  Specify the installed modem to be used for communications. Connect Timeout:  Specify the amount of time to wait for connections to be established before failing a read or write. The default is 60 seconds. Modem Properties:  Configure the modem hardware. When clicked, it opens vendor-specific modem properties.
  • Page 10: Channel Properties - Advanced

    Yokogawa DX Serial Driver needed to reach the same final output value. In this way, no extra writes accumulate in the server's queue. When the user stops moving the slide switch, the value in the device is at the correct value at virtually the same time.
  • Page 11: Device Properties - General

    Yokogawa DX Serial Driver Inter-Device Delay: Specify the amount of time the communications channel waits to send new requests to the next device after data is received from the current device on the same channel. Zero (0) disables the delay.
  • Page 12: Device Properties - Scan Mode

    Yokogawa DX Serial Driver ID:  This property specifies the device's station / node / identity / address. The type of ID entered depends on the communications driver being used. For many drivers, the ID is a numeric value. Drivers that support a Numeric ID provide users with the option to enter a numeric value whose format can be changed to suit the needs of the application or the characteristics of the selected communications driver.
  • Page 13: Device Properties - Timing

    Yokogawa DX Serial Driver Respect Client-Specified Scan Rate:  This mode uses the scan rate requested by the client. Request Data No Faster than Scan Rate:  This mode specifies the maximum scan rate to be used. The valid range is 10 to 99999990 milliseconds. The default is 1000 milliseconds.
  • Page 14: Device Properties - Auto-Demotion

    Yokogawa DX Serial Driver default timeout for most serial drivers is based on a baud rate of 9600 baud or better. When using a driver at lower baud rates, increase the timeout to compensate for the increased time required to acquire data.
  • Page 15: Device Properties - Tag Generation

    Yokogawa DX Serial Driver writes; the server automatically fails any write request received from a client and does not post a message to the Event Log. Device Properties — Tag Generation The automatic tag database generation features make setting up an application a plug-and-play operation.
  • Page 16 Yokogawa DX Serial Driver Note: When the option to automatically generate OPC tags is selected, any tags that are added to the server's tag space must be saved with the project. Users can configure the project to automatically save from the Tools | Options menu.
  • Page 17: Device Properties - Device Configuration

    Yokogawa DX Serial Driver Device Properties — Device Configuration General Special Data Handling: Specify how the driver forwards special ASCII strings to clients whenever special data is received from the device. Options include None, +INF, and -INF. The default setting is None.
  • Page 18: Device Properties - Redundancy

    Yokogawa DX Serial Driver Generate Tag Database Using: This property specifies the origin of the tag name used when automatically generating a tag database. Options include Physical Channel Number and Device Tagname. The default setting is Physical Channel Number. Descriptions of the options are as follows: Physical Channel Number: In this option, the driver generates tag names based on an item's channel number.
  • Page 19: Data Types Description

    Yokogawa DX Serial Driver Data Types Description Data Type Description Boolean Single bit Byte Unsigned 8-bit value Word Unsigned 16-bit value Short Signed 16-bit value Float 32-bit floating point value Double 64-bit floating point value String Null-terminated ASCII string www. ptc.com...
  • Page 20: Address Descriptions

    Yokogawa DX Serial Driver Address Descriptions Address specifications vary depending on the model in use. Select a link from the following list to obtain specific address information for the model of interest. DX102 Addressing DX104 Addressing DX106 Addressing DX112 Addressing...
  • Page 21 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Process Value of Math Channel CHxx or CHxx.PV 31-34 Double, Float Read Only Alarm Summary of Math Channel CHxx.Alarm 31-34 Short, Word, Byte Read Only Alarm Level1 Status of Math Channel CHxx.Alarm1...
  • Page 22: Dx104 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 23 Yokogawa DX Serial Driver Measured Channels Address Type Format Range Data Type Access Process Value of Channel CHxx or CHxx.PV 01-04 Double, Float Read Only Alarm Summary of Channel CHxx.Alarm 01-04 Short, Word, Byte Read Only Alarm Level1 Status of Channel CHxx.Alarm1...
  • Page 24 Yokogawa DX Serial Driver *Data associated with these addresses are only read from the device at the start of a communications session. Once read, the values will not be refreshed until the server has been restarted or the "Reset" tag has been invoked.
  • Page 25: Dx106 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 26 Yokogawa DX Serial Driver Math Channels Address Type Format Range Data Type Access Process Value of Math Channel CHxx or CHxx.PV 31-42 Double, Float Read Only Alarm Summary of Math Channel CHxx.Alarm 31-42 Short, Word, Byte Read Only Alarm Level1 Status of Math Channel CHxx.Alarm1...
  • Page 27 1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 28: Dx112 Addressing

    Yokogawa DX Serial Driver DX112 Addressing The driver supports the following addresses for this device. The default data type for each address type is shown in bold. Measured Channels Address Type Format Range Data Type Access Process Value of Channel CHxx or CHxx.PV...
  • Page 29 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Lowest Math Channel* CHA.Low Short, Word, Byte Read Only Highest Math Channel* CHA.High Short, Word, Byte Read Only *Data associated with these addresses are only read from the device at the start of a communications session.
  • Page 30: Dx204 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 31 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Status of Channel* CHxx.status 01-04 String Read Only Lowest Measuring Channel* CH.Low Short, Word, Byte Read Only Highest Measuring Channel* CH.High Short, Word, Byte Read Only Math Channels Address Type...
  • Page 32 1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 33: Dx208 Addressing

    Yokogawa DX Serial Driver The current data value for these tags will always be 0 for numeric data types and null string for string data types. DX208 Addressing The driver supports the following addresses for this device. The default data type for each address type is shown in bold.
  • Page 34 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Unit String of Math Channel* CHxx.unit 01-38 String Read Only Tagname of Math Channel* CHxx.tag 01-38 String Read Only Status of Math Channel* CHxx.status 01-38 String Read Only Lowest Math Channel* CHA.Low...
  • Page 35: Dx210 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 36 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Lower Scale Value of Channel* CHxx.scale_Lo 01-10 Double, Float Read Only Unit String of Channel* CHxx.unit 01-10 String Read Only Tagname of Channel* CHxx.tag 01-10 String Read Only Status of Channel* CHxx.status...
  • Page 37 1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 38: Dx220 Addressing

    Yokogawa DX Serial Driver 2. Addresses that have Write Only access are assigned a default access of Read/Write. However, data values are unreadable for these addresses and the associated tags are not included in the scan list. The current data value for these tags will always be 0 for numeric data types and null string for string data types.
  • Page 39 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Upper Scale Value of Math Channel* CHxx.scale_Hi 31-60 Double, Float Read Only Lower Scale Value of Math Channel* CHxx.scale_Lo 31-60 Double, Float Read Only Unit String of Math Channel* CHxx.unit...
  • Page 40: Dx230 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 41 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Set and Read Level4 Alarm Setpoint CHxx.ASP4 01-30 Double, Float Read/Write Upper Scale Value of Channel* CHxx.scale_Hi 01-30 Double, Float Read Only Lower Scale Value of Channel* CHxx.scale_Lo 01-30...
  • Page 42 Yokogawa DX Serial Driver Data values for Scale_Hi and Scale_Lo for channels that are skipped will be returned as +INF. Tag Names For devices that do not support tag names and channels that have unspecified tag names, the driver will construct an internal tag name based on the channel number.
  • Page 43: Mv100 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 44 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Set and Read Level1 Alarm Setpoint CHxx.ASP1 31-42 Double, Float Read/Write Set and Read Level2 Alarm Setpoint CHxx.ASP2 31-42 Double, Float Read/Write Set and Read Level3 Alarm Setpoint CHxx.ASP3...
  • Page 45: Mv200 Addressing

    1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 46 Yokogawa DX Serial Driver Address Type Format Range Data Type Access Alarm Level1 Status of Channel CHxx.Alarm1 01-30 Short, Word, Byte Read Only Alarm Level2 Status of Channel CHxx.Alarm2 01-30 Short, Word, Byte Read Only Alarm Level3 Status of Channel CHxx.Alarm3...
  • Page 47 Yokogawa DX Serial Driver has been invoked. To invoke a reset, a non-zero value must be written to the Reset tag. Once the Reset tag has been invoked the driver will reinitialize all startup data from the device. Alarm Setpoints Data values for Alarm Setpoints that are undefined in the device will be returned as +INF.
  • Page 48 1. The actual number of addresses available for of each type depends on the configuration of the Yokogawa device. If the driver finds at Runtime that an address is not present in the device, it will post an error message and remove the tag from its scan list.
  • Page 49: Error Descriptions

    Yokogawa DX Serial Driver Error Descriptions The following error/warning messages may be generated. Click on the link for a description of the message. Address Validation Address '<address>' is out of range for the specified device or register Data Type '<type>' is not valid for device address '<address>' Device address '<address>' contains a syntax error...
  • Page 50: Device Address '
    ' Is Read Only

    Yokogawa DX Serial Driver Possible Cause: A tag address that has been specified dynamically contains one or more invalid characters. Solution: Re-enter the address in the client application. Device address '<address>' is Read Only Error Type: Warning Possible Cause: A tag address that has been specified dynamically has a requested access mode that is not compatible with what the device supports for that address.
  • Page 51: Comn Does Not Exist

    Yokogawa DX Serial Driver 1. Verify the cabling between the PC and the PLC device. 2. Verify that the specified communications parameters match those of the device. COMn does not exist Error Type: Fatal Possible Cause: The specified COM port is not present on the target computer.
  • Page 52: Device '' Is Not Responding

    Yokogawa DX Serial Driver Device '<device name>' is not responding Error Type: Serious Possible Cause: 1. The connection between the device and the host PC is broken. 2. The IP address assigned to the device is incorrect. 3. The connection cannot be established in the specified timeout period.
  • Page 53: Index

    Yokogawa DX Serial Driver Index Address '<address>' is out of range for the specified device or register 49 Address Descriptions 20 Allow Sub Groups 16 Attempts Before Timeout 14 Auto-Demotion 14 BCD 19 Boolean 19 Channel Assignment 11 Communications error on '<channel name>' [<error mask>] 50...
  • Page 54 Yokogawa DX Serial Driver Device ID 5 Device Properties — Tag Generation 15 Discard Requests when Demoted 15 Do Not Scan, Demand Poll Only 13 Driver 11 DWord 19 DX102 Addressing 20 DX104 Addressing 22 DX106 Addressing 25 DX112 Addressing 28...
  • Page 55 Yokogawa DX Serial Driver LBCD 19 Long 19 Missing address 50 Model 11 MV100 Addressing 43 MV200 Addressing 45 Name 11 On Device Startup 15 On Duplicate Tag 16 On Property Change 15 Overview 4 Overwrite 16 Parent Group 16...
  • Page 56 Yokogawa DX Serial Driver Scan Mode 12 Setup 5 Short 19 Simulated 12 Tag Generation 15 Timeouts to Demote 14 Unable to set comm parameters on COMn 51 Unable to write tag '<address>' on device '<device name>' 52 Word 19...

Table of Contents