Yokogawa MW Ethernet Driver Help

Yokogawa MW Ethernet Driver Help

Help version 1.019

Overview

The Yokogawa MW Ethernet Driver provides an easy and reliable way to connect Yokogawa MW Ethernet devices to OPC Client applications, including HMI, SCADA, Historian, MES, ERP and countless custom applications.

Device Setup

Supported Yokogawa MW Ethernet Series Devices

MW100

Device ID

Yokogawa MW Ethernet series devices are networked using standard IP addressing. In general, the Device ID has the format YYY.YYY.YYY.YYY, where YYY designates the device IP address. Each YYY byte should be in the range of 0 to 255.

Timing

Connection Timeout

This parameter specifies the time that the driver will wait for a connection to be made with a device. Depending on network load, the connect time may vary with each connection attempt. The valid range is 1 to 30 seconds. The default setting is 3 seconds.

Request Timeout

This parameter specifies the amount of time that the driver will wait for a response from the device before giving up and going on to the next request. Long timeouts will only affect performance if a device is not responding. The valid range is 100 to 30000 milliseconds. The default setting is 1000 milliseconds.

Fail after successive timeouts

The valid range is 1 to 10. The default setting is 3 retries.

Note: For more information, refer to the OPC server's help documentation.

Cable Diagrams

Patch Cable (Straight Through)

This diagram illustrates the wiring for a standard Ethernet patch cable. The pin assignments are as follows:

  • Pin 1 (TD+): OR/WHT
  • Pin 2 (TD-): OR
  • Pin 3 (RD+): GRN/WHT
  • Pin 4: BLU
  • Pin 5: BLU/WHT
  • Pin 6 (RD-): GRN
  • Pin 7: BRN/WHT
  • Pin 8: BRN

This configuration connects TD+ to TD+, TD- to TD-, RD+ to RD+, and RD- to RD-.

Crossover Cable

This diagram illustrates the wiring for an Ethernet crossover cable. The pin assignments are as follows:

  • Pin 1 (TD+ OR/WHT) connects to Pin 3 (RD+ GRN/WHT)
  • Pin 2 (TD- OR) connects to Pin 2 (TD- OR)
  • Pin 3 (RD+ GRN/WHT) connects to Pin 1 (TD+ OR/WHT)
  • Pin 4 (BLU) connects to Pin 4 (BLU)
  • Pin 5 (BLU/WHT) connects to Pin 5 (BLU/WHT)
  • Pin 6 (RD- GRN) connects to Pin 6 (RD- GRN)
  • Pin 7 (BRN/WHT) connects to Pin 7 (BRN/WHT)
  • Pin 8 (BRN) connects to Pin 8 (BRN)

This configuration crosses over the transmit and receive pairs.

Communication Parameters

The Communications Parameters dialog is used to specify General, Time, Tagnames and Login settings.

Communication Parameters

General

Port

This parameter specifies the Ethernet port supported by the driver.

Data Handling

This parameter allows the driver to be configured to return specific data values for numerical out of range and error conditions returned from the device. Special Data Handling options are NONE, +INF, and -INF. If Special Data Handling is set to NONE, special data values will be returned with the actual data value received from the device. For example, the data value of a measuring channel Over Range would be returned as 32,767. The data value of a math channel Over Range would be returned as 2,147,450,879.

If Special Data Handling is set to +INF, special data values will be returned as a numerical representation of positive infinity (#INF), with the exception of an Under Range condition that is always returned as negative infinity. When Special Data Handling is set to -INF, special data values will be returned as a numerical representation of negative infinity (-#INF), with the exception of an Over Range condition that is always returned as positive infinity.

Time Settings

Date & Time

This parameter specifies the origin of the data value of the Date and Time data types which represent the date and time of the latest data. Options include Device Time and System Time. If Device Time is selected, the Date and Time tags will return the date and time read from the device. This represents the date and time of the latest data that was measured or computed based on the internal device clock. If System Time is selected, the Date and Time tags will return the date and time of the requested data that was returned from the device based on the internal system clock.

Date Format

This parameter specifies the format of the return string for the Date data type. Date formats can be specified as MM/DD/YY (month/day/year), YY/MM/DD (year/month/day) or DD/MM/YY (day/month/year).

Set clock when start

When checked, this option will inform the driver to send a command to the device at communication startup that will set the device clock to the date and time settings of the system clock.

Tagnames

Generate tag database using:

This parameter specifies the origin of the tag name that will be used when a tag database is automatically generated. Options include Physical Channel Number, Device Tagname and Device Tagname (Enhanced). Descriptions are as follows:

  • Physical Channel Number: When selected, the driver will generate tag names based on the channel number of an item. For example, CH01 or CH01_alarm1.
  • Device Tagname: When selected, the driver will generate tag names using the tag name returned by the device for a channel. For example, Flow or Flow_alarm1.
    Note: Special characters (such as slash or pound sign) are not allowed in the tag name.
  • Device Tagname (Enhanced): When selected, the driver will generate tag names using the tag name returned by the device for a channel. For example, Flow_alarm/state or Flow_alarm#4.
    Note: Special characters are allowed in the tag name.

Login

Username

The MW devices require the user to log in with a username. When the device is configured with the login function enabled, only registered users can log in. This parameter is used to enter the registered username, which may be up to 16 alphanumeric characters. The username is case sensitive.

Note: If the device is configured with the login function enabled, the user must specify both a registered username and a password. If the device is configured with the login function disabled, users must still specify a user level in order to communicate with the MW. In this case, the username 'admin' or 'user' can be entered to indicate the user level. A password is not required.

Password

This parameter is used to enter the registered password, which may be up to 6 alphanumeric characters. Password entry will not be displayed on the Device Configuration screen.

Optimizing Your Ethernet Communications

The Yokogawa MW Ethernet driver has been designed to provide the best performance with the least amount of impact on the system's overall performance. While the Yokogawa MW Ethernet Driver is fast, there are a couple of guidelines that can be used in order to control and optimize the application and gain maximum performance.

The server refers to communications protocols like the Yokogawa MW Ethernet driver as a channel. Each channel defined in the application represents a separate path of execution in the server. Once a channel has been defined, a series of devices must then be defined under that channel. Each of these devices represents a single Yokogawa MW Ethernet Device from which data will be collected. While this approach to defining the application will provide a high level of performance, it won't take full advantage of the Yokogawa MW Ethernet Driver or the network. An example of how the application may appear when configured using a single channel is shown below:

Each device appears under a single Yokogawa MW Ethernet channel. In this configuration, the driver must move from one device to the next as quickly as possible in order to gather information at an effective rate. As more devices are added or more information is requested from a single device, the overall update rate begins to suffer.

If the Yokogawa MW Ethernet Driver could only define one single channel, then the example shown above would be the only option available; however, the Yokogawa MW Ethernet Driver can define up to 16 channels. Using multiple channels distributes the data collection workload by simultaneously issuing multiple requests to the network. An example of how the same application may appear when configured using multiple channels to improve performance is shown below:

Each device has now been defined under its own channel. In this new configuration, a single path of execution is dedicated to the task of gathering data from each device. If the application has 16 or fewer devices, it can be optimized exactly how it is shown here.

The performance will improve even if the application has more than 16 devices. While 16 or fewer devices may be ideal, the application will still benefit from additional channels. Although by spreading the device load across all channels will cause the server to move from device to device again, it can now do so with far less devices to process on a single channel.

Data Types Description

Data Type Description
BooleanSingle bit
ByteUnsigned 8 bit value
WordUnsigned 16 bit value
ShortSigned 16 bit value
LongSigned 32 bit value
Float32 bit floating point value
Double64 bit floating point value
StringNull terminated ASCII string

Automatic Tag Database Generation

The automatic OPC tag database generation features of this driver have been designed to make setting up the OPC application a Plug and Play operation. This driver can be configured to automatically build a list of OPC tags within the OPC Server that correspond to device specific data. The automatically generated OPC tags can then be browsed from the OPC client. The OPC tags that are generated depend on the nature of the driver.

If the target device supports its own local tag database, the driver will read the device's tag information and use this data to generate OPC tags within the OPC Server. If the device does not natively support its own named tags, the driver will create a list of tags based on information specific to the driver. An example of these two conditions may be as follows:

  • A data acquisition system that supports its own local tag database. The driver will use the tags names found in the device to build the OPC Server's OPC tags.
  • An Ethernet I/O system that supports the detection of an I/O module type. The driver in this case will automatically generate OPC tags in the OPC Server that are based on the types of I/O modules plugged into the Ethernet I/O rack.

The mode of operation for automatic tag database generation is completely configurable.

The following dialog is used to configure how the OPC Server and the associated communications driver will handle automatic OPC tag database generation:

The Automatic tag database generation on device startup selection is used to configure when OPC tags will be automatically generated. There are three possible selections:

  • Do not generate on startup: The default condition, prevents the driver from adding any OPC tags to tag space of the OPC Server.
  • Always generate on startup: Causes the driver to always evaluate the device for tag information and to add OPC tags to the server tag space each time the server is launched.
  • Generate on first startup: Causes the driver to evaluate the target device for tag information the first time this OPC Server project is run and to add any OPC tags to the server tag space as needed.

When the automatic generation of OPC tags is selected, any tags that are added to the server's tag space must be saved with the project. The OPC Server project can be configured to automatically save from the Tools | Options menu.

When automatic tag generation is enabled, the server needs to know what to do with OPC tags that it may have added from a previous run or with OPC tags that you may have added or modified after the communications driver added them. Perform the following action is used to control how the server will handle OPC tags that were automatically generated and currently exist in the OPC Server project. This feature prevents automatically generated tags from piling up in the server. This would occur if, using the Ethernet I/O example above, you continued to change the I/O modules in the rack with the OPC Server configured to always generate new OPC tags on startup. Under this condition every time the communications driver detected a new I/O module, the tags would be added to the server. If the old tags are not removed, a number of unused tags could accumulate in the server's tag space. Perform the following action is used to tailor the server's operation to best fit the application's needs. Descriptions of the selections are as follows:

  1. Delete on create: The default condition, allows the server to remove any tags that had previously been added to the tag space before the communications driver can add any new tags.
  2. Overwrite as necessary: Allows the server to remove only tags the communications driver is replacing with new tags. Any tags that are not being overwritten will remain in the server's tag space.
  3. Do not overwrite: Prevents the server from removing any tags that had been previously generated or may have already existed in the server. With this selection, the communications driver can only add tags that are completely new.
  4. Do not overwrite, log error: Has the same effect as the third with an addition: an error message will be posted to the OPC Server's event log when a tag overwrite would have occurred.

Note: The removal of OPC tags affects tags that have been automatically generated by the communications driver and any tags that have been added using names that match generated tags. It is recommended that users avoid adding own tags to the server using names that match tags that may be automatically generated by the driver.

Add generated tags to the following group can be used to keep automatically generated tags from mixing with tags that have been entered manually. This parameter is used to specify a sub group that will be used when adding all automatically generated tags for this device. The name of the sub group can be up to 31 characters in length. The following displays demonstrate how this parameter affects where automatically generated tags are placed in the server's tag space. As shown below, this parameter provides a root branch to which all automatically generated tags will be added.

Example: No sub group specified.

Example: Sub group named 'MyGroup' specified.

Auto Create is used to manually initiate the creation of automatically generated OPC tags. It can be used to make the driver reevaluate the device for possible tag changes. Auto Create can also be accessed from the System Tags for this device, allowing the OPC client application to initiate tag database creation.

MW100 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 Types Access
Process Value of ChannelCHxxxxx or CHxxxxx.PV00001-00060Double, FloatRead Only
Alarm Summary of ChannelCHxxxxx.Alarm00001-00060Short, Word, ByteRead Only
Alarm Level1 Status of ChannelCHxxxxx.Alarm100001-00060Short, Word, ByteRead Only
Alarm Level2 Status of ChannelCHxxxxx.Alarm200001-00060Short, Word, ByteRead Only
Alarm Level3 Status of ChannelCHxxxxx.Alarm300001-00060Short, Word, ByteRead Only
Alarm Level4 Status of ChannelCHxxxxx.Alarm400001-00060Short, Word, ByteRead Only
Alarm Level1 Setpoint*CHxxxxx.ASP100001-00060Double, FloatRead/Write
Alarm Level2 Setpoint*CHxxxxx.ASP200001-00060Double, FloatRead/Write
Alarm Level3 Setpoint*CHxxxxx.ASP300001-00060Double, FloatRead/Write
Alarm Level4 Setpoint*CHxxxxx.ASP400001-00060Double, FloatRead/Write
Upper Scale Value of Channel*CHxxxxx.scale_Hi00001-00060Double, FloatRead Only
Lower Scale Value of Channel*CHxxxxx.scale_Lo00001-00060Double, FloatRead Only
Status of ChannelCHxxxxx.status00001-00060StringRead Only
Tag name of Channel*CHxxxxx.tag00001-00060StringRead Only
Unit String of Channel*CHxxxxx.unit00001-00060StringRead Only
Precision of Channel*CHxxxxx.Precision00001-00060Short, WordRead Only
Precision of Channel*CHAxxxxx.Precision001-300Short, WordRead Only
Digital InputCHxxxxx.DI00001-00060BooleanRead Only
Alarm Type 1 for Channel (Num)CHxxxxx.AlarmType1.Num00001-00060Short, Word, ByteRead Only
Alarm Type 2 for Channel (Num)CHxxxxx.AlarmType2.Num00001-00060Short, Word, ByteRead Only
Alarm Type 3 for Channel (Num)CHxxxxx.AlarmType3.Num00001-00060Short, Word, ByteRead Only
Alarm Type 4 for Channel (Num)CHxxxxx.AlarmType4.Num00001-00060Short, Word, ByteRead Only
Alarm Type 1 for Channel (String)CHxxxxx.AlarmType1.String00001-00060StringRead Only
Alarm Type 2 for Channel (String)CHxxxxx.AlarmType2.String00001-00060StringRead Only
Alarm Type 3 for Channel (String)CHxxxxx.AlarmType3.String00001-00060StringRead Only
Alarm Type 4 for Channel (String)CHxxxxx.AlarmType4.String00001-00060StringRead Only
Process Value of MathCHAxxxxx001-300Double,FloatRead Only
Process Value of MathCHAxxxxx.PV001-300Double, FloatRead Only
Alarm Summary for ChannelCHAxxxxx.alarm001-300Short,Word, ByteRead Only
Alarm 1 for ChannelCHAxxxxx.alarm1001-300Short, Word, ByteRead Only
Alarm 2 for ChannelCHAxxxxx.alarm2001-300Short, Word, ByteRead Only
Alarm 3 for ChannelCHAxxxxx.alarm3001-300Short, Word, ByteRead Only
Alarm 4 for ChannelCHAxxxxx.alarm4001-300Short, Word, ByteRead Only
Alarm Setpoint 1 for ChannelCHAxxxxx.ASP1001-300Double, FloatRead/Write
Alarm Setpoint 2 for ChannelCHAxxxxx.ASP2001-300Double, FloatRead/Write
Alarm Setpoint 3 for ChannelCHAxxxxx.ASP3001-300Double, FloatRead/Write
Alarm Setpoint 4 for ChannelCHAxxxxx.ASP4001-300Double, FloatRead/Write
Upper Scale Value for ChannelCHAxxxxx.scale_Hi001-300Double, FloatRead Only
Lower Scale Value for ChannelCHAxxxxx.scale_Lo001-300Double, FloatRead Only
Unit String of ChannelCHAxxxxx.unit001-300StringRead Only
Tagname of ChannelCHAxxxxx.tag001-300StringRead Only
Status of ChannelCHAxxxxx.status001-300StringRead Only
Last Math ChannelCHA.High001-300Short, WordRead Only
First Math ChannelCHA.Low001-300Short, WordRead Only
Alarm Type 1 for Channel (Numeric)CHAxxxxx.AlarmType1.Num001-300ShortRead Only
Alarm Type 1 for Channel (String)CHAxxxxx.AlarmType1.String001-300StringRead Only
Digital Output on ChannelCHxxxxx.DO00001-00060BooleanRead/Write
Analog Output (Volt) on Channel**CHxxxxx.AOVolt00001-00060FloatRead/Write
Analog Output (mA) on ChannelCHxxxxx.AOMA00001-00060FloatRead/Write

General Device Data

Address Type Format Range Data Types Access
Date of Last DataDateStringRead Only
Time of Last DataTimeStringRead Only
SetTimeSetTimeBooleanWrite Only
Model StringModelStringRead Only
Math Communication DataCDxxx001-300FloatWrite Only
Math ControlMath ControlShortWrite Only
Operation CtrlOperation ControlShortWrite Only
Serial Number of UnitSerialNumberStringRead Only
IP Address of DeviceIPStringRead Only
Reset AlarmsAlarmResetBoolean, Short, Word, ByteWrite Only
Direct Reloading of ConfigurationResetBoolean, Short, Word, ByteWrite Only
ClearErrorClear ErrorBooleanWrite Only
Control Command and Response*CommandStringRead/Write

*The Control Command and Response address type allows users to send a string command and receive a string response to and from the device. As such, users can send commands to the device that are not directly supported by the driver. This tag is only available to users logged in at the Administrator level; otherwise, write operations will return an error. Binary data is not supported.

Note 1: 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 (with the exception of 'Disp. Interval,' which has a default value of 1000).

Note 2: The actual number of addresses available for of each type is dependent on the configuration of the Yokogawa device. If the driver finds that an address is not present in the device at Runtime, it will post an error message and remove the tag from its scan list.

Caution: It is recommended that users be cautious when performing write operations using the Command address.

Error Descriptions

The following error/warning messages may be generated. Click on the link for a description of the message.

Address Validation

  • Missing address
    Error Type: Warning
    Possible Cause: A tag address that has been specified dynamically has no length.
    Solution: Re-enter the address in the client application.
  • Device address '<address>' contains a syntax error
    Error Type: Warning
    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.
  • Address '<address>' is out of range for the specified device or register
    Error Type: Warning
    Possible Cause: A tag address that has been specified dynamically references a location that is beyond the range of supported locations for the device.
    Solution: Verify that the address is correct; if it is not, re-enter it in the client application.
  • Data Type '<type>' is not valid for device address '<address>'
    Error Type: Warning
    Possible Cause: A tag address that has been specified dynamically has been assigned an invalid data type.
    Solution: Modify the requested data type 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.
    Solution: Change the access mode in the client application.

Device Status Messages

  • 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 device Ethernet port is already in use.
    4. The connection cannot be established in the specified timeout period.
    5. The response from the device took longer to receive than the amount of time specified in the "Request Timeout" device setting.
    Solution:
    1. Verify the cabling between the PC and the PLC device.
    2. Verify that the IP address given to the named device matches that configured in the actual device. If applicable, verify the subnet mask and default gateway settings configured in the actual device.
    3. Check for another connected application (such as MW Standard software) and disconnect.
    4. Increase the Connect Timeout value in the Timeout page of Device Properties.
    5. Increase the Request Timeout setting so that the entire response can be handled.
    Note: The MW device's TCP/IP port supports a single connection.
  • Unable to write to '<address>' on device '<device name>'
    Error Type: Serious
    Possible Cause:
    1. The connection between the device and the Host PC is broken.
    2. The named device may have been assigned an incorrect IP address.
    3. The address specified may be Read Only or may not exist in the current device.
    Solution:
    1. Verify the cabling between the PC and the PLC device.
    2. Verify that the IP address given to the named device matches that of the actual device.
    3. Check address availability for the device.
  • Device '<device>' responded with error '<error>'
    Error Type: Warning
    Possible Cause: The device has failed to automatically generate a tag.
    Solution: Look up the error number in the device manual.
  • Device '<device>' responded with error '<errnum>' (Tag '<address>')
    Error Type: Warning
    Possible Cause: An error has been returned by the device that is not specified in the driver.
    Solution: Look up the error number in the device manual.
  • Device '<device name>' login failed. Check username and password
    Error Type: Warning
    Possible Cause: An invalid username has been specified.
    Solution: Retry with a valid username and password.
  • Device '<device name>' login failed. No more logins at this user level
    Error Type: Warning
    Possible Cause: The device is already connected to the maximum number of clients that is allowed at a time.
    Solution: Wait until a connection becomes available for that device.
  • Unable to start measuring for device '<device>'
    Error Type: Warning
    Possible Cause: The driver has failed to start measuring on the device.
    Solution:
    1. Check connections to the device.
    2. Measuring cannot be started when certain other features are already on. Check the device manual for details.
  • Unable to start math for device '<device>'
    Error Type: Warning
    Possible Cause:
    1. The driver has failed to start math on the device.
    2. The math option is missing from the device.
    Solution:
    1. Check connections to the device.
    2. Math cannot be started when certain other features are already on. Check the device manual for details.
    3. Use a device with the math option.
  • Unable to set clock for device '<device>'
    Error Type: Warning
    Possible Cause: The driver has failed to set the clock in the device.
    Solution:
    1. Check connections to the device.
    2. The device may have been busy performing other functions. Retry.
  • Device '<device>' returned error '2 <Value exceeds setting range>'. (Tag '<address>')
    Error Type: Warning
    Possible Cause: The driver is attempting to write a value to a tag that exceeds its limit.
    Solution: Retry writes that are within the accepted range.

Driver Error Messages

  • Winsock initialization failed (OS Error = n)
    Error Type: Fatal
    OS Error: 10091
    Indication: Indicates that the underlying network subsystem is not ready for network communication.
    Possible Solution: Wait a few seconds and restart the driver.
  • Winsock initialization failed (OS Error = n)
    Error Type: Fatal
    OS Error: 10067
    Indication: Limit on the number of tasks supported by the Windows Sockets implementation has been reached.
    Possible Solution: Close one or more applications that may be using Winsock and restart the driver.
  • Winsock V1.1 or higher must be installed to use the Yokogawa MW Ethernet Device driver
    Error Type: Fatal
    Possible Cause: The version number of the Winsock DLL found on the system is less than 1.1.
    Solution: Upgrade Winsock to version 1.1 or higher.

PDF preview unavailable. Download the PDF instead.

Yokogawa MW Driver MadCap Flare V7

Related Documents

Preview FLXA402 4-Wire Converter MODBUS Communication Technical Information
Comprehensive technical guide detailing MODBUS communication protocols, setup, mapping, function codes, response timing, error handling, input/output settings, display configurations, and alarm lists for the Yokogawa FLXA402 4-Wire Converter.
Preview Yokogawa SMARTDAC+ GM10 Replacement Guide for DAQMASTER MX100/MW100
Comprehensive guide for replacing Yokogawa DAQMASTER series instruments (MX100, MW100) with the advanced SMARTDAC+ GM10 system. Includes detailed information on module compatibility, system configuration, features, specifications, and step-by-step replacement scenarios.
Preview Exaopc OPC Interface Package: General Specifications
This document provides the general specifications for the Exaopc OPC Interface Package. It details the functional specifications, application capacity, operating environment, and software requirements for Exaopc, a Yokogawa product designed to bridge control rooms and external systems in the process industry.
Preview SMARTDAC+ GM Data Acquisition System: First Step Guide
A comprehensive first step guide for the Yokogawa SMARTDAC+ GM Data Acquisition System, covering installation, wiring, configuration, and basic operation of GM10, GM90PS, GM90MB, and GX90 series modules.
Preview Yokogawa Middle East & Africa Training Catalog 2019-2020: Enhance Process Control & Automation Skills
Explore the Yokogawa Middle East & Africa Training Catalog 2019-2020, featuring comprehensive courses by the Yokogawa Human Development Academy (YHDA) on process control, automation, safety systems, and more for industrial professionals.
Preview PST Scheduler Engineering Guide with Dresser Positioner
Comprehensive engineering guide for Yokogawa's PST Scheduler, detailing setup, configuration, and operation with Dresser positioners. Covers system integration, device management, scheduling, and status confirmation for industrial process control.
Preview Yokogawa Recorder and Data Acquisition System Migration Guide
A comprehensive guide for migrating to new Yokogawa recorder and data acquisition models, detailing features, specifications, and upgrade paths for various desktop and panel mount systems.
Preview Yokogawa STARDOM FCN-500/FCN-RTU DNP3 Communication Portfolio General Specifications
This document provides general specifications for the Yokogawa STARDOM FCN-500 and FCN-RTU DNP3 Communication Portfolio, detailing its master and outstation functions, operating environment, and data handling capabilities.