Page Tree
Other Releases
Omron Host Link implements communication CPU Units that are compatibles with C-mode commands via Host Link. The communications blocks are dynamically created according to the pooling cycle defined on the Access Type for each Device Point.
Communication Driver Name: OmronHostLink
Implementation DLL: T.ProtocolDriver.OmronHostLink.dll
Protocol: Host Link Interface protocol
Interface: Serial
Equipments supported: CS/CJ/CP-series CPU Unit or NSJ Controller
Communication block size: 29 Word Addresses
Protocol Options: Block Size, Ignore Non-critical error, and Change the PC mode for Writings
PC Hardware requirements: Standard PC with RS232 port
Supported Operands:
Operand | Read | Write | Data Type | Address Size |
---|---|---|---|---|
IR – Internal Relay | Yes | Yes | Word | 2 bytes |
SR – Extended Relay | Yes | Yes | Word | 1 bit |
HR – Holding Bit | Yes | Yes | Word | 2 bytes |
AR - Auxiliary Bit | Yes | Yes | Word | 2 bytes |
DM – Data Memory | Yes | Yes | Word | 2 bytes |
PV – Timers/Counter Value | Yes | Yes | BCD | 2 bytes |
TC – Timer/Counter Status | Yes | Yes | BCD | 2 bytes |
Max Block Size: Determines the maximum block size. Default: 29 Word Addresses
Ignore Non-Critical Error: Indicates the driver's behavior when the PLC returns a non fatal error status of 64:
Change the PC mode for Writings: Indicates if the communication driver should send a command that changes the PLC state to MONITOR in order to perform writing operations. If not, the writing will fail (error code 1). Default = True
Serial channels:
Default RS-232 serial port configuration
Serial (RS232) Channels:
The syntax is: <Device id>
Where:
Multi Serial channels:
Syntax: <Port>;<Device id>
Where:
Ex: COM1;0
The syntax for the communication points is: <Memory Area>:<Address>
The Valid memory areas are:
Ex:
The status of the driver's execution can be observed through the diagnostic tools, which are:
• Trace window
• Property Watch
• Module Information
The above tools indicate if the operations have succeeded or have failed. A status of 0 (zero) means communication is successful. Negative values indicate internal driver errors, and positive values indicate protocol error codes.
PLC Error Code | Description |
---|---|
1 | Not executable in RUN mode |
2 | Not executable in MONITOR mode |
4 | Address over (CPM1 PLCs) |
5 | Invalid Header |
6 | Invalid Address |
7 | Invalid block size |
11 | Not executable in PROGRAM mode |
19 | FCS error |
20 | Format error |
21 | Entry number data error |
22 | Command not supported |
24 | Frame length error |
25 | Not executable |
35 | User memory write-protected |
163 | Aborted due to FCS error in transmit data |