Page properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
CS/CJ/CP-series CPU Unit or NSJ Controller |
NX-Series (NX102-9020)
- Name: OmronFINSRead
- Version: 1.0.0.0
- Protocol: FINS
- Interface: UDP and Serial
- Runtime: Multiplatform
- Configuration:
- Devices / Protocols
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Overview
Omron Master – using FINS Commands – UDP and RS232.
OmronFINS implements communication with CS/CJ/CP-series CPU Unit or NSJ devices that are compatible with FINS. It operates as a Master on UDP or serial networks. The communication blocks are dynamically created according to the pooling cycle defined
on the AccessType for each Device Point.
Note |
---|
This driver allows only to READ the channels, not write. |
On this page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Summary
Omron Master – using FINS Commands – UDP and RS232.
Communication Driver Information
Driver Name
OmronFINSRead
Implementation DLL
T.ProtocolDriver. OmronFINSRead.dll
Protocol
FINS protocol
Interface
UDP and Serial
Supported Equipment
Supported Devices: CS/CJ/CP-series CPU Unit or NSJ Controller
Tested Equipment
: SYSMAC CJ2M CPU34 and CPU35 using UDP/FINS
Supported Operands
Supported Operands |
---|
Supported Operands
Supported Operands | ||||
---|---|---|---|---|
Operand | Read | Write | Data Type | Address size |
CIO – CIO | Yes | No | Word | 2 bytes |
WR – Work | Yes | No | Word | 1 bit |
HR – Holding Bit | Yes | No | Word | 2 bytes |
AR - Auxiliary Bit | Yes | No | Word | 2 bytes |
DM – Data Memory | Yes | No | Word | 2 bytes |
TA – Timers | Yes | No | BCD | 2 bytes |
CA – Counters | Yes | No | BCD | 2 bytes |
EM# – Extended Memory | Yes | No | Word | 2 bytes |
Channel Configuration
Protocol Options
Mode: Determines the compatible equipment:
CS1: CS/CJ series compatible
CV: CV/CVM1 series compatible
Network: Represents the FINS network. This information is related to the Master
Node: Represents the computer Node in the FINS network. If the number 0 is specified, the driver assumes the last octet of the IP Address as the Node number (for UDP Interface)
Ignore Non Fatal Error: Indicates the driver's behavior when the PLC returns a non fatal error status of 64:
True: If it returns a Success with the 64 error code, set the tag quality to GOOD
False: If it returns a Failed with the 64 error code, set the tag quality to BAD
Node Configuration
PrimaryStation Configuration
Serial channels
Station syntax: <Network>;<Node>;<UnitID>
Where:
<Network> = Represents the FINS network where the device is located
<Node> = Represents the device Node number in the FINS network
<UnitID> = Represents the Device ID in the FINS network
E.g.: 0;1;0
UDP channels
Station syntax:<IP>;<Port>;<Network>;<Node>
Where :
<IP> = The IP address of the device in the network
<Port> = The UDP port where the device is listening (default is 9600)
<Network> = Represents the FINS network where the device is located
<Node> = Represents the Device Node number in the FINS network
E.g.: 192.168.1.101;9600;1;0
Note |
---|
Note: When using multiple nodes, the UDP port must be different for each Node. |
Point Configuration
The syntax for the OmronFins communication points is: <Memory Area>:<Address>
For more information about the valid operands, see Omron Master using FINS CommandsFINS Master (Read-Only).
E.g.:
CA:0 Memory Area = CA, Address = 0
CIO:20 Memory Area = CIO, Address = 20
EM0:1 Memory Area = Extended Memory 0, Address = 1
EM6:1 Memory Area = Extended Memory 6, Address = 1
Note: The E and EM memory areas support "Bank" selection, which can be left empty or specified as values ranging from0 to 7. Other memory areas doesn't support Bank setting.
Driver Revision History
OMRON FINS Driver Revision History | |
---|---|
Version | Notes |
1.7.0.2 | Initial release on new documentation standards |
1.7.0.3 | Accepts arrays in Points, automatically expands addresses |
In this section...
Page Tree | ||||
---|---|---|---|---|
|