Page properties | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Devices using Facon Protocol
- Name: Facon
- Version: 1.0
- Protocol: Proprietary
- Interface: Serial or TCPIP
- Runtime: .NET 2.0 (Multiplatform)
- Configuration:
- Devices / Protocols
On This Page:
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Overview
Communication Driver Information | |
---|---|
Driver name | Facon |
Assembly Name | T.ProtocolDriver.Facon |
Assembly Version | 1.0 |
Available for Linux | False |
Devices supported | Devices using Facon Protocol |
Manufacturer | FATEK AUTOMATION |
Protocol | FACON-PLC Communication Protocol |
Interface | Serial or TCPIP |
PC Requirements | Ethernet port |
Channel Configuration
Protocol Options
The channel configuration options are system standard as described on the platformreference guide.
Node Configuration
Station Configuration
- DeviceID: The PLC Station Number. The valid values are 0 to 254, where 0 means the message is for all slave stations
For TCP/IP only:
- IP: IP address of PLC
- Port: IP Port used in the PLC. Default value: 500
Point Configuration
Address
The syntax for the Facon communication points is: <Operand><Address>
- <Operand>: Indicates the memory area. The valid values are:
Operand | Read | Write | Bit Read | Bit Write | Data Type | Address size |
X Input discrete | Yes | Yes | Yes | Yes | Byte | 1 byte |
Y Output relay | Yes | Yes | Yes | Yes | Byte | 1 byte |
M Internal relay | Yes | Yes | Yes | Yes | Byte | 1 byte |
S Step relay | Yes | Yes | Yes | Yes | Byte | 1 byte |
T Timer discrete | Yes | Yes | Yes | Yes | Byte | 1 byte |
C Counter discrete | Yes | Yes | Yes | Yes | Byte | 1 byte |
TMR Timer register | Yes | Yes | Yes | Yes | Word | 2 bytes |
CTR Counter register | Yes | Yes | Yes | Yes | Word | 2 bytes |
HR Data register | Yes | Yes | Yes | Yes | Word | 2 bytes |
DR Data register | Yes | Yes | Yes | Yes | Word | 2 bytes |
- <Address>: Indicates the data address in the memory area.
E.g.: M0 (Operand = M, Address = 0)
Info | ||
---|---|---|
| ||
For bit read/write, use the Bit field in the Modifiers column on Edit → Devices → Points. |
Driver Revision History
Facon Revision History | |
---|---|
Version | Notes |
1.0 | Initial release on new documentation standards. |
In this section...
Page Tree | ||||
---|---|---|---|---|
|