FB107 Ethernet
Review the following information for setting up and configuring the FB107 Ethernet driver.
Manufacturing Connect Edge Compatible Series
Compatibility parameter | Compatible items |
|---|---|
Driver type | Ethernet |
Validated devices/series |
To set up and configure this device in Manufacturing Connect Edge, you will need to do the following:
- Step 1: Set up and Configure the PLC Device
- Step 2: Set up the PLC Device in Manufacturing Connect Edge DeviceHub
- Step 3: Configure the List of Registers
Step 1: Set up and Configure the PLC Device
If the device is configured for Ethernet access, find its network parameters. Otherwise, use software on your computer to configure the device for Ethernet access.
Step 2: Set up the PLC Device in Manufacturing Connect Edge DeviceHub
Configure the following parameters when you Connect a Device with this driver. Update default values to the specific setup of your device.
Parameter | Value |
|---|---|
Type | Emerson |
Driver | FB107 Ethernet |
Network Address | The device address you defined in Step 1 |
Network Port | 4000 |
Operator ID | LOI |
Password | Enter your password |
Device Address | 240 |
Device Group | 240 |
Host Address | 239 |
Host Group | 1 |
Next Request Delay | 0 |
Response Timeout | 3000 |
Optimizations | Disable or Enable |
Step 3: Configure the List of Registers
When you Add Tags to the connected device, refer to the following register table and tag parameters. You can also Search for Pre-defined Device Tags for this device.
Refer to the following additional resources:
Register Table
Name | Value Types |
|---|---|
OP | JSON, HEX |
PT | HEX, AC3, AC7, AC10, AC12, AC20, AC30, AC40, INT8, INT16, INT32, UINT8, UINT16, UINT32, FL, DOUBLE, TLP, TIME |
History | JSON |
Alarms | JSON |
Events | JSON |
Tag Parameters
- Name: Select a register name from the drop-down list. The available options depend on the names in the register table.
- Value Type: Select a data type from the drop-down list. The available options depend on the register name selected.
- Polling Interval: Enter a value in seconds. This determines how often the tag should poll the register for data.
- Tag Name: Enter a name for the tag.
- Description (Optional): Enter a description for the tag.
- Opcode: Select the Opcode to use.
- Tag Formula: Enter a formula for the tag to process the generated data. Two variables are permitted: value (current tag value) and timestamp (current tag UNIX time in milliseconds). The following math functions are available:
- sin
- cos
- sqrt
- tan
- power: power(x) performs the operation 10^x.
- log: log(x) is the natural logarithm (the logarithm is in base e).
- exp: exp(x) performs the operation e^x.
- Only Publish on Change of Value: Select the checkbox to customize NATS messages to be published only when the value parameter changes from a previous value to a new one. Change of Value only applies to boolean, numeric (such as int or float), and simple string data types. It does not apply to complex types, such as JSON or array. Poll-once topics will not be affected by Change of Value settings. These topics will still only see a single message.
- Meta Data: Metadata summarizes basic information about data. This feature allows you to define key-value pair data for the device output payload later on. It can then be used to find, use, and reuse particular instances of data.
Note: If you use special characters in meta data key names, the special characters are replaced with underscore characters in the payload. This can cause two key names to be combined into one. For example, configuring the key names a**b and a&&b will cause only one key name to be created (a__b).
Supported Opcodes
- 0 - Obtain a general update of the current state for the physical input/output (I/O) points and the standard application-oriented points
- 6 - System Configuration
- 7 - Read Real-time Clock
- 8 - Set Real-time Clock
- 17 - Set an operator identification code for the communications port through which communications are occurring
- 103 - Determine the current version of firmware residing in the ROC, as well as other device-specific information
- 120 - Send current pointers for the Alarm and Event Logs
- 121 - Request alarm data from the Alarm Log in the ROC
- 122 - Request up to 10 events from the Event Log in the ROC
- 123 - Read User Template Data. Up to seven template parameters may be requested.
- 126 - Request the ROC unit’s minute data for a specified history point
- 130 - Request a specified number of hourly or daily data values for a specified history point
- 167 - Request Single Point Parameters
- 180 - Request Parameters
- 181 - Write Parameters
Supported Point Types
- 0-5
- 8
- 12-17
- 19-23
- 25-28
- 43-48
- 55
- 80
- 86
- 88
- 89
- 93
- 94
- 98
- 117
- 118
- 120
- 121
- 122