Page Tree
Other Releases
The MitsubishiQ driver implements communication with Mitsubishi Series Q devices on TCP/IP networks. The communications blocks are dynamically created according to the pooling cycle defined on the AccessType for each Device Point.
Communication Driver Name: MitsubishiQ
Current Version: 1.0.0.0
Implementation DLL: T.ProtocolDriver. MitsubishiQ.dll
Protocol: MELSEC
Interface: TCP/IP
PLC types supported: Mitsubishi Series Q devices
Multi-threading: User configurable
Max number of nodes: User defined
PC Hardware requirements: Standard PC Ethernet interface board
BlockSize: Defines the maximum amount of items per group. The default value is 255
Format: Defines the MELSEC protocol format. Default value is 3E
Station syntax: <IP address>;<Port number>
Where:
E.g.: 192.168.1.101; 5001
The syntax for the MitsubishiQ communication points is: <Operand><Address>
Where:
Operand | Description |
---|---|
X | Input |
Y | Output |
M | Internal relay |
L | Latch relay |
B | Link relay |
F | Annunciator |
V | Edge relay |
SM | Special relay |
TS | Timer (contact) |
TC | Timer (coil) |
CS | Counter (contact) |
CC | Counter (coil) |
TN | Timer (present value) |
CN | Counter (present value) |
D | Data register |
R | File register |
SD | Special register |
E.g.: D500, Y05
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.
MitsubishiQ error codes:
Error | Name | Causes | Solutions |
---|---|---|---|
-203 | INVALID COMMAND | Device returns error in the last command | Use the Trace window tools to save the log and send it to support |