Skip to content

Device Communication Introduction

Device Communication Description

CIMON’s HMIs can connect with PLCs and other HMIs to display relevant information for the project. HMIs can connect with other devices via ethernet and USB mini as well. With these tools, users can display information from HMIs and other PLCs to help display a project more efficiently and easier to read than from reading from a PLC.

Device Communication Designer Functionalities

I/O Device Editor

To access I/O Device Editor, go to Tools > I/O Device Editor, or click on the Open I/O Device Editor… on the toolbar to open it. To create a new device, click the + icon to open the Add New I/O Device screen. Users can select the ethernet or serial Connection Type for that specific device. Users can also set the Device Type, which will open a dropdown of specific devices that Canvas supports connecting to. Once selected, the I/O Device will be created with default settings.

Ethernet Device

Ethernet devices are used when the connection to another device is via an Ethernet connection. Users must input the IP of the device they are connecting to, the Ethernet Type, and the Port. Depending on the selected protocol, users can also set the PLC Type. Users can also select the String Encoding and the String Encoding Method. Users can also change settings such as the Timeout time and the Retry Count. Users will also be able to change the name of the Device and the Protocol of the device as well. Users can use a different protocol to suit the use case of a specific project; the available protocols are listed below.

Allen-Bradley Ethernet/IP

Canvas supports Allen-Bradleys Ethernet/IP as a way to connect with other devices that support this protocol. Users will be able to select an Allen Bradley PLC Type, the Message Type, and a toggle to Use Multiple Service

ControlLogix/CompactLogix SLC Mapping

Address Structure: [Symbol][File No.]:[Element No.]/[Bit No.]

NameSymbolDigitalAnalog
BOOL (BOOL)BB0:0/0 - B999:999/31B3:0 - B3:255
INT (WORD)NN0:0/0 - N999:999/15N7:0 - N7:255
REAL (FLOAT)FF0:0/0 - F999:999/31F8:0 - F8:255
  • Based on the file type, element no. 256 is not supported. Error code from PLC will be received when unsupported settings are downloaded. Change the PLC settings in this case.

  • Only the device has Word Tag.

  • The BOOL and REAL devices can be used for digital or 32-bit analog tags.

MicroLogix

  • PCCC Mapping

Address Structure: [Symbol][File No.]:[Element No.]/[Bit No.]

Memory AreaSymbolAnalogDigitalAddress NotationAccess
OutputOO:0.0 - O:0.30O:0.0/0 - O:0.30/15DecimalR/W
InputII:1.0 - I:1.30I:1.0/0 - I:1.30/15DecimalR
BinaryBB3:0 - B3:255B3:0/0 - B3:255/15DecimalR/W
IntegerNN7:0 - N7:255N7:0/0 - N7:255/15DecimalR/W
FloatFF8:0 - F8:255DecimalR/W
StatusSS:0 - S:163S:0/0 - S:163/15DecimalR

Supported Symbols

MicroLogix

NameSymbolBit RangeWord Range
OutputOO:0.0/0 – O:30.255/15O:0.0 – O:30.255
InputII:0.0/0 – I:30.255/15I:0.0 – I:30.255
StatusSS:0/0 – S:163/15S:0 – S:163
BinaryBB3:0/0 – B3:255/15
B9:0/0 – B255:255/15
B3:0/0 – B3:255/15
B9:0/0 – B255:255/15
IntegerNN7:0/0 – N7:255/15
N9:0/0 – N255:255/15
N7:0 – N7:255
N9:0 – N255:255
FloatF-F8:0 – F255:255
Float only.
StringST-ST9:0 – ST255:255
LongL-L9:0 – L255:255
UINT32, INT32 only.
TimerTT4:0.0/0 – T4:255.2/15
Txx:nn .0/15
Txx:nn .0/14
Txx:nn .0/13
T4:0.0 – T4:255.2
T9:0.0 - T255:255.2
Txx:nn .1 = Preset Value (PRE)
Txx:nn .2 = Accumulated Value (ACC)
CounterCC5:0.0/0 – C5:255.2/15
Cxx:nn .0/15
Cxx:nn .0/14
Cxx:nn .0/13
Cxx:nn .0/12
Cxx:nn .0/11
Cxx:nn .0/10
C5:0.0 – C5:255.2
C9:0.0 – C255:255.2
Cxx:nn .1 = Preset (PRE)
Cxx:nn .2 Accumulated Value (ACC)
ControlRR6:0.0/0 – R6:255.2/15
Rxx:nn .0/15
Rxx:nn .0/14
Rxx:nn .0/13
Rxx:nn .0/12
Rxx:nn .0/11
Rxx:nn .0/10
Rxx:nn .0/9
Rxx:nn .0/8
R6:0.0 – R6:255.2
R9:0.0 – R255:255.2
Rxx:nn .1 = Length value
Rxx:nn .2 = position value

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

CIMON PLC (HMI Protocol)

CIMON PLC (HMI Protocol) is the default protocol for Canvas. This protocol is the basic HMI protocol to connect with other CIMON devices. Users can select the CIMON PLC Type that they are working with. There are no additional options for any of the CIMON PLCs; the settings will remain the same across all CIMON PLCs.

CIMON PLC connections with ethernet will require a UDP Ethernet type to function properly.

All CIMON PLCs

Address Structure: [Device][Element No.]

NameSymbolDigitalAnalog
BOOL (BOOL)MM0000 - M999FM0000 - M9990
INT (WORD)DD00000.0 - D31999.FD00000 - D31999

All CIMON CPUs support reading D bits; however, the CM1-UPnF and PLC-S Pro only support writing to D bits.

Supported Devices

AreaDeviceBit RangeWord RangeAccess
InputXX0000 - X511FX0000 - X5110R/W
OutputYY0000 - Y511FY0000 - Y5110R/W
BinaryMM0000 - M999FM0000 - M9990R/W
BinaryLL0000 - L999FL0000 - L9990R/W
Non-Volatile BinaryKK0000 - K999FK0000 - K9990R/W
StatusFF0000 - F127FF0000 - F1270R
TimerTT0000 - T4095-R/W
CounterCC0000 - C4095-R/W
ControlSS00 - S99-
IntegerD-D00000 - D31999R/W
IndexR--
Timer - Current CountTC-TC0000 - TC4099R/W
Timer - Timer SetTS-TS0000 - TS4099R/W
Counter - Current CountCC-CC0000 - CC4099R/W
Counter - Count SetCS-CS0000 - CS4099R/W
IntegerZ-Z0000 - Z1023

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Fatek FBS

Canvas supports Fatek FBS as a way to connect with other devices that support this protocol. This protocol will work in conjunction with any Fatek PLCs. There are no specific settings that this option will bring up if selected.

Supported Symbols

AreaSymbolBit RangeWord Range (16-bit)Word Range (32-bit)Access
InputX, WX, DWXX0000 - X9999WX0000 - WX9984DWX0000 - DWX9968R
OutputY, WY, DWYY0000 - Y9999WY0000 - WY9984DWY0000 - DWY9968R/W
BinaryM, WM, DWMM0000 - M9999WM0000 - WM9984DWM0000 - DWM9968R/W
TimerT, WT, DWTT0000 - T9999WT0000 - WT9984DWT0000 - DWT9968R/W
ControlS, WS, DWSS0000 - S9999WS0000 - WS9984DWS0000 - DWS9968R/W
Timer RegisterRT, DRT-RT0000 - RT9999DRT0000 - DRT9998R/W
Counter RegisterRC, DRC-RC0000 - RC9999DRC0000 - DRC9998R/W
ControlR, DR-R00000 - R65535DR00000 - DR65534R/W
Data RegisterD, DD-D00000 - D65535DD00000 - DD65534R/W
File RegisterF, DF-F00000 - F65535DF00000 - DF65534R/W

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

LSIS FEnet

Canvas supports LSIS FEnet as a way to connect with other devices that support this protocol. Users can select an LSIS PLC Type within the settings to suit specific configurations better.

Supported Symbols

XGK (XGK-CPU* / XBM / XBC)

NameSymbolBit RangeWord RangeAccess
Input/OutputPP00000 - P2047FP0000 - P2047R/W
BinaryMM00000 - M2047FM0000 - M2047R/W
BinaryLL000000 - L11263FL00000 - L11263R/W
Non-Volatile BinaryKK00000 - K4095FK0000 - K4095R/W
If the CPU is XGK, the bit range is "K00000 - K2047F" and the word range is "K0000 - K2047".
StatusFF00000 - F2047FF0000 - F2047R
TimerTT0000 - T2047-R/W
CounterCC0000 - C2047-R/W
ControlS---
IntegerD-D00000 - D32767R/W
IndexR-R00000 - R32767R/W
XBM does not support the R and ZR. XBC supports only R. (R and ZR are the same device in the XBC.)
IndexZR-ZR00000 - ZR65535R/W
XBM does not support the R and ZR. XBC supports only R. (R and ZR are the same device in the XBC.)
Timer - Current CountT-T0000 - T2047R/W
Counter - Current CountC-C0000 - C2047R/W
Comm. Data RegisterN-N00000 - N21503R/W
IntegerZ-Z000 - Z127R/W

XGK (XGK-CPUSN / XGK-CPUHN / XGK-CPUUN)

NameSymbolBit RangeWord RangeAccess
Input/OutputPP00000 - P4095FP0000 - P4095R/W
BinaryMM00000 - M4095FM0000 - M4095R/W
BinaryLL000000 - L11263FL00000 - L11263R/W
Non-Volatile BinaryKK00000 - K4095FK0000 - K4095R/W
StatusFF00000 - F4095FF0000 - F4095R
TimerTT0000 - T8191-R/W
CounterCC0000 - C4095-R/W
ControlS-S000 - S255R/W
IntegerD-D000000 - D524287R/W
If the CPU is XGK-CPUSN, the word range is "D000000 - D262143".
IndexR-R00000 - R32767R/W
IndexZR-ZR000000 - ZR524287R/W
Timer - Current CountT-T0000 - T8191R/W
Counter - Current CountC-C0000 - C4095R/W
Comm. Data RegisterN-N00000 - N21503R/W
IntegerZ-Z000 - Z255R/W
Special Module RegisterU-U00.00 - U7F.31R/W
If the CPU is XGK-CPUSN, the word range is "U00.00 - U3F.31".

XGI

NameSymbolBit RangeByte RangeWord RangeDWord RangeQWord RangeAccess
Input PointsI%IX000.00.00
- %IX127.15.63
%IB000.00.0
- %IB127.15.7
%IW000.00.0
- %IW127.15.3
%ID000.00.0
- %ID127.15.1
%IL000.00.0
- %IL127.15.0
R/W
Output PointsQ%QX000.00.00
- %QX127.15.63
%QB000.00.00
- %QB127.15.7
%QW000.00.00
- %QW127.15.3
%QD000.00.0
- %QD127.15.1
%QL000.00.0
- %QL127.15.0
R/W
Automatic VariableA%AX0000000
- %AX8388607
%AB0000000
- %AB1048575
%AW000000
- %AW524287
%AD000000
- %AD262143
%AL000000
- %AL131071
R/W
Direct VariableM%MX0000000
- %MX4194303
%MB0000000
- %MB524287
%MW000000
- %MW262143
%MD000000
- %MD131071
%ML00000
- %ML65535
R/W
Direct VariableR%RX0000000
- %RX524287
%RB00000
- %RB65535
%RW00000
- %RW32767
%RD00000
- %RW16383
%RL0000
- %RL8191
R/W
Direct VariableW%WX0000000
- %WX8388607
%WB0000000
- %WB1048575
%WW000000
- %WW524287
%WD000000
- %WD262143
%WL000000
- %WL131071
R/W
System FlagF%FX00000
- %FX65535
%FB0000
- %FB8191
%FW0000
- %FW4095
%FD0000
- %FD2047
%FL0000
- %FL1023
R
PID FlagK%KX000000
- %KX134399
%KB00000
- %KB16799
%KW0000
- %KW8399
%KD0000
- %KD4299
%KL0000
- %KL2199
R/W
HS Link FlagL%LX000000
- %LX180223
%LB00000
- %LB22527
%LW00000
- %LW11263
%LD0000
- %LD5631
%LL0000
- %LL2815
R/W
Analog Refresh FlagU%UX0.00.000
- %UX7.15.511
%UB0.00.000
- %UB7.15.63
%UW0.00.000
- %UW7.15.31
%UD0.00.000
- %UD7.15.15
%UL0.00.000
- %UL7.15.7
R/W
P2P Parameters FlagN%NX000000
- %NX401407
%NB00000
- %NB50175
%NW00000
- %NW25087
%ND00000
- %ND12543
%NL0000
- %NL6271
R/W

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Mitsubishi MELSEC Ethernet

Canvas supports Mitsubishi MELSEC Ethernet as a way to connect with other devices that support this protocol. Users can select a Mitsubishi PLC Type within the settings to suit specific configurations better. Users will also be able to choose a Frame Type for the MELSEC.

Supported Symbols

NameSymbolBit RangeWord RangeAddress Number SystemAccess
InputXX0000 - X1757 (1777)-OctalR
OutputYY0000 - Y1757-OctalR
Internal RelayMM0000 - M7659-DecimalR/W
Latching RelayLL0000 - L7659-DecimalR/W
AnnunciatorFF000 - F107-DecimalR/W
Edge RelayVV0000 -V2029-DecimalR/W
Link RelayBB000 - B0EF-HexadecimalR/W
Not supported for iQ-F FX5
Step RelaySS0000 - S4079-DecimalR/W
Timer ContactTSTS000 - TS496-DecimalR/W
Timer CoilTCTC000 - T496-DecimalR/W
Retentive Timer ContactSSSS00 - SS00-DecimalR/W
Retentive Timer CoilSCSC00 - SC00-DecimalR/W
Counter ContactCSCS000 - CS240-DecimalR/W
Counter CoilCCCC000 - CC240-DecimalR/W
Link Special RelaySBSB000 - SB1EF-HexadecimalR/W
Special RelaySMSM0000 - SM9979-DecimalR/W
Data RegisterD-D0000 - D7999DecimalR/W
Link RegisterW-W000 - W1FFHexadecimalR/W
Timer CVTN-TN000 - TN511DecimalR/W
Retentive Timer CVSN-SN00 - SN15DecimalR/W
Counter CVCN-CN000 - CN255DecimalR/W
Link Special RegisterSW-SW000 - SW1FFHexadecimalR/W
Special RegisterSD-SD00000 - SD11999DecimalR/W

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Modbus TCP

Canvas supports Modbus TCP as a way to connect with other devices that support this protocol. Users can Swap 16 for Integers, Strings, Float32 and Float64, Swap 32 for Integer, Float32, Float64, and Swap 64 for Integer and Float64. Users will also have to set the Unit Identifier for Modbus TCP to correctly identify the device it is trying to connect to.

Address and Function Codes

The memory areas listed below are provided for general purposes. The actual available memory area and range of each area should be checked with the manual for the connecting device. The ‘Read’/’Write’ columns show the MODBUS function codes used in this communication driver.

The symbol character has to be placed in the first position of the address string. The address number follows the symbol character.

The following table shows the list of valid address ranges and used MODBUS function codes for each address area:

AreaSymbolAnalog TagDigital TagReadWrite
Coil0000001 - 02999115
Input1100001 - 1299992
Holding Register4400001 - 42999936, 162
Input Register3300001 - 3299994
  1. The symbol character does not behave as a number. For example, 400100 and 40100 designate the same memory area (holding register 100).

  2. Code 16 is issued for writing double words or when the recipe write function is activated. When writing single words, code 6 is used.

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

ODVA EtherNet/IP

Canvas supports ODVA EtherNet/IP as a way to connect with other devices that support this protocol. Users using this method can set the Message Type for how the message should function when connected to another device that supports ODVA EtherNet/IP.

OPC UA Client

Canvas supports OPC UA Client as a way to connect to other devices that support this protocol. Users can Enable Encryption and enhance security for their OPC UA Client. Users can also manage specific Security Policies and change the authentication method.

Omron FINS

Canvas supports Omron FINS as a way to connect to other devices that support this protocol. Users will need to set up Fins to use it. Users must specify the ID of the Source Node, Source Network, Destination Network, Destination Node, and Destination Unit to have Omron FINS set up correctly.

Supported Symbols

CS1/CJ1

NameSymbolBit RangeWord RangeAddress Number SystemAccess
Auxiliary RelayAA000.00 - A447.15A000 - A447DecimalR
A448.00 - A959.15A448 - A959DecimalR/W
Common I/OCIOCIO0000.00 - CIO6143.15CIO0000 - CIO6143DecimalR/W
CounterCV-CV0000 - CV4095DecimalR/W
Counter StatusCCCC0000 - CC4095-DecimalR/W
Data MemoryDD00000.00 - D32767.15D00000 - D32767DecimalR/W
Expansion Data MemoryEE0.00000.00 - EC_32767.15E0.00000 - EC_32767E{Bank number}_{start addr.}
Bank number: Hexadecimal
Start address: Decimal
R/W
Holding RelayHH0000.00 - H1535.15H0000 - H1535DecimalR/W
Index RegisterIR-IR00 - IR15DecimalR/W
TimerTV-TV0000 - TV4095DecimalR/W
Timer StatusTCTC0000 - TC4095-DecimalR/W
Working RelayWW000.00 - W511.15W000 - W511DecimalR/W

CJ2

NameSymbolBit RangeWord RangeAddress Number SystemAccess
Auxiliary RelayAA000.00 - A447.15A000 - A447DecimalR
A448.00 - A1471.15A448 - A1471DecimalR/W
A10000.00 - A11535.15A10000 - A11535DecimalR/W
Common I/OCIOCIO0000.00 - CIO6143.15CIO0000 - CIO6143DecimalR/W
CounterCV-CV0000 - CV4095DecimalR/W
Counter StatusCCCC0000 - CC4095-DecimalR/W
Data MemoryDD00000.00 - D32767.15D00000 - D32767DecimalR/W
Expansion Data MemoryEE0.00000.00 - EC_32767.15E0.00000 - EC_32767E{Bank number}_{start addr.}
Bank number: Hexadecimal
Start address: Decimal
R/W
Holding RelayHH0000.00 - H1535.15H0000 - H1535DecimalR/W
Index RegisterIR-IR00 - IR15DecimalR/W
TimerTV-TV0000 - TV4095DecimalR/W
Timer StatusTCTC0000 - TC4095-DecimalR/W
Working RelayWW000.00 - W511.15W000 - W511DecimalR/W

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Proface GPEthernet

Canvas supports Proface GPEthernet as a way to connect to devices that support this protocol. Users will be able to Swap 16 for Integers and Strings and also Swap 32 for Integers.

Supported Symbols

NameSymbolBit RangeWord RangeAddress Number SystemAccess
---0000 - 8191DecimalR/W

The following addresses cannot be accessed.

  • Address < 20

  • 2032 < Address < 2096

  • 8191 < Address

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Siemens S7

Canvas supports Siemens S7 as a way to connect to devices that support this protocol. Users can set up the Slot Number and Rack Number of the S7. This will need to be correct to grab information from the correct device.

Supported Symbols

NameSymbolBit RangeWord RangeAddress Number SystemAccess
Process InputsII0.0 - I1023.7 (Max 65535.7)I0 - I1023 (Max 65535)DecimalR/W
Process OutputsQQ0.0 - Q1023.7 (Max 65535.7)Q0 - Q1023 (Max 65535)DecimalR/W
MerkersMM0.0 - M4095.7 (Max 65535.7)M0 - M4095 (Max 65535)DecimalR/W
DBDBDB0,0.0 - DB65535,65535.7DB0,0 - DB65535,65535DecimalR/W
CountersC-C0 - C65535DecimalR/W
TimerT-T0 - T65535DecimalR/W

S7 1200/1500 notes:

  • Only global DBs can be accessed.

  • To access a DB memory area in S7 1200/1500, some additional settings in PLC software (TIA Portal) are required.

  • The optimized block access must be turned off.

  1. Select the DB in the left pane under “Program blocks” and press [Alt+Enter]. (Or in the contextual menu, select “Properties…”)
  2. Uncheck Optimized block access

  • The access level must be “full,” and the “connection mechanism” must allow GET/PUT.
  1. Select the CPU project in the left pane and press [Alt+Enter]. (Or in the contextual menu, select “Properties…”.)
  2. Select “Full access” and check “Permit access with PUT/GET …” as in the image below.

Communication Cable Wiring

This interface is satisfied with standard IEEE802.3 about the 10BaseT/100BaseTX. You can configure the cable and allocation pin number of RJ45 as shown below.

RJ45 ConnectorRJ45 Jack

Direct Cable: Host <-> HUB

CableNo.ColorColorNo.Cable
1Orange/WhiteOrange/White1
2OrangeOrange2
3Green/WhiteGreen/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenGreen6
7Brown/WhiteBrown/White7
8BrownBrown8

Crossover Cable: Host <-> Host

CableNo.ColorColorNo.Cable
1Orange/WhiteGreen/White1
2OrangeGreen2
3Green/WhiteOrange/White3
4BlueBlue4
5Blue/WhiteBlue/White5
6GreenOrange6
7Brown/WhiteBrown/White7
8BrownBrown8

Serial Device

Serial Devices are used when a connection to another device is made via a serial cable. Users will need to input the Serial Port of the device they are connecting to, the Comm Type, and the Baudrate. Users can also select the String Encoding and the String Encoding Method. Users can also change settings such as the Timeout time, Retry Count, and Transmission Delay. Users will also be able to change the name of the Device and the Protocol of the device as well.

Allen-Bradley DF-1

Canvas supports Allen-Bradley DF-1 as a way to connect to devices that support this protocol. Users will be able to select the Error Detection and Flow Control for the protocol. Users can choose between BCC and CRC for Error Detection, and can turn on, off or control Flow Control. No additional settings will appear after selecting the device.

Supported Format

NameSymbolDigitalAnalog
BOOL (BOOL)BB0:0/0 - B999:999/31B3:0 - B3:255
INT (WORD)NN0:0/0 - N999:999/15N7:0 - N7:255
REAL (FLOAT)FF0:0/0 - F999:999/31F8:0 - F8:255

Address Format

NameSymbolBit RangeWord Range
OutputOO:0.0/0 – O:30.255/15O:0.0 – O:30.255
InputII:0.0/0 – I:30.255/15I:0.0 – I:30.255
StatusSS:0/0 – S:163/15S:0 – S:163
BinaryBB3:0/0 – B3:255/15
B9:0/0 – B255:255/15
B3:0/0 – B3:255/15
B9:0/0 – B255:255/15
IntegerNN7:0/0 – N7:255/15
N9:0/0 – N255:255/15
N7:0 – N7:255
N9:0 – N255:255
FloatF-F8:0 – F255:255
New Registration is allowed in Float only.
LongL-L9:0 – L255:255
New Registration is allowed in UINT32, INT32 only.
StringST-ST9:0 – ST255:255
TimerTT4:0.0/0 – T4:255.2/15
Txx:nn .0/15
Txx:nn .0/14
Txx:nn .0/13
T4:0.0 – T4:255.2
T9:0.0 - T255:255.2
Txx:nn .1 = Preset Value (PRE)
Txx:nn .2 = Accumulated Value (ACC)
CounterCC5:0.0/0 – C5:255.2/15
Cxx:nn .0/15
Cxx:nn .0/14
Cxx:nn .0/13
Cxx:nn .0/12
Cxx:nn .0/11
Cxx:nn .0/10
C5:0.0 – C5:255.2
C9:0.0 – C255:255.2
Cxx:nn .1 = Preset (PRE)
Cxx:nn .2 Accumulated Value (ACC)
ControlRR6:0.0/0 – R6:255.2/15
Rxx:nn .0/15
Rxx:nn .0/14
Rxx:nn .0/13
Rxx:nn .0/12
Rxx:nn .0/11
Rxx:nn .0/10
Rxx:nn .0/9
Rxx:nn .0/8
R6:0.0 – R6:255.2
R9:0.0 – R255:255.2
Rxx:nn .1 = Length value
Rxx:nn .2 = position value

Communication Wiring

The 1761-CBL-PM02 cable was used to develop this protocol, and will work when attempting to connect using this protocol.

CIMON PLC

This is the default protocol for Canvas. Users will be able to choose any of the CIMON PLCs under PLC Type. No additional settings will appear after any of the CIMON PLCs are selected.

Communication Settings: PLC

SettingDetails
Communication ModuleIf using one of the following PLC modules to communicate with Xpanel, the card settings must be configured in CICON as shown below:
CM1 - CN01M
CM1 - CN01S
CM3 - SP02ERS
CM3 - SP02ERR
CM3 - SP02ERC
CM3-SP02ERSC
BPnnMxxx - U
Note that the [CH 1] tab is for usage with RS232 connections, while the [CH 2] tab is for usage with RS485 connections. All communication parameters must match the settings chosen during the I/O device configuration in Canvas. Once the correct parameters have been entered, press the [Write] button while online with the PLC to update the communication parameters.
CPU Built-in Communication PortIf using a built-in CPU (PLC) serial port to communicate with Xpanel, the channel settings must be configured in CICON as shown below:
This connection option is available with the following models:
CM1 - XP Series
CM1 - CP Series
BPnnMxxx - S
PLC-S All communication parameters must match the settings chosen during the I/O device configuration in Canvas.

Hallim Loader

Canvas supports Hallim Loader as a way to connect to devices that support this protocol. No additional settings will appear on the selection of this protocol.

Memory Area and Ranges

AreaSymbolAnalog TagDigital TagAccess
External InputXX0000 - X5110X0000 - X511FR/W
External OutputYY0000 - Y5110Y0000 - Y511FR/W
Internal RelayMM0000 - M9990M0000 - M999FR/W
Internal RelayLL0000 - L9990L0000 - L999FR/W
Latch RelayKK0000 - K9990K0000 - K999FR/W
FlagsFF0000 - F1270F0000 - F127FR
Timer OutputT-T0000 - T4095R/W
Timer PVTCTC0000 - TC4095-R/W
Timer SVTSTS0000 - TS4095-R/W
Counter OutputC-C0000 - C4095R/W
Counter PVCCCC0000 - CC4095-R/W
Counter SVCSCS0000 - CS4095-R/W
Data MemoryDD00000 - D31999-R/W

Communication Cable Wiring

ModelImage
eXT07/nXT07
COM1: RS-422/485
COM2: RS-232C
eXT10/12/15
COM1: RS-422/485
COM2: RS-232C
COM3: RS-232C
COM1
COM2
COM3

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment.

LSIS Cnet

Canvas supports LSIS Cnet as a way to connect to devices that support this protocol. Users will be able to choose any of the LSIS Cnet PLCs under PLC Type. No additional settings will appear under either of the PLC Type options.

XGK (XGK-CPU* / XBM / XBC)

NameSymbolBit RangeWord RangeAccess
Input/OutputPP00000 - P2047FP0000 - P2047R/W
BinaryMM00000 - M2047FM0000 - M2047R/W
BinaryLL000000 - L11263FL00000 - L11263R/W
Non-Volatile BinaryKK00000 - K4095FK0000 - K4095R/W
If the CPU is XGK, the bit range is "K00000 - K2047F" and the word range is "K0000 - K2047".
StatusFF00000 - F2047FF0000 - F2047R
TimerTT0000 - T2047-R/W
CounterCC0000 - C2047-R/W
ControlS---
IntegerD-D00000 - D32767R/W
IndexR-R00000 - R32767R/W
XBM does not support the R and ZR. XBC supports only R. (R and ZR are the same device in the XBC.)
IndexZR-ZR00000 - ZR65535R/W
XBM does not support the R and ZR. XBC supports only R. (R and ZR are the same device in the XBC.)
Timer - Current CountT-T0000 - T2047R/W
Counter - Current CountC-C0000 - C2047R/W
Comm. Data RegisterN-N00000 - N21503R/W
IntegerZ-Z000 - Z127R/W

XGK (XGK-CPUSN / XGK-CPUHN / XGK-CPUUN)

NameSymbolBit RangeWord RangeAccess
Input/OutputPP00000 - P4095FP0000 - P4095R/W
BinaryMM00000 - M4095FM0000 - M4095R/W
BinaryLL000000 - L11263FL00000 - L11263R/W
Non-Volatile BinaryKK00000 - K4095FK0000 - K4095R/W
StatusFF00000 - F4095FF0000 - F4095R
TimerTT0000 - T8191-R/W
CounterCC0000 - C4095-R/W
ControlS-S000 - S255R/W
IntegerD-D000000 - D524287R/W
If the CPU is XGK-CPUSN, the word range is "D000000 - D262143".
IndexR-R00000 - R32767R/W
IndexZR-ZR000000 - ZR524287R/W
Timer - Current CountT-T0000 - T8191R/W
Counter - Current CountC-C0000 - C4095R/W
Comm. Data RegisterN-N00000 - N21503R/W
IntegerZ-Z000 - Z255R/W
Special Module RegisterU-U00.00 - U7F.31R/W
If the CPU is XGK-CPUSN, the word range is "U00.00 - U3F.31".

XGI

XGI

NameSymbolRangesAccess
Input PointsIBit: %IX000.00.00 - %IX127.15.63
Byte: %IB000.00.0 - %IB127.15.7
Word: %IW000.00.0 - %IW127.15.3
DWord: %ID000.00.0 - %ID127.15.1
QWord: %IL000.00.0 - %IL127.15.0
R/W
Output PointsQBit: %QX000.00.00 - %QX127.15.63
Byte: %QB000.00.00 - %QB127.15.7
Word: %QW000.00.00 - %QW127.15.3
DWord: %QD000.00.0 - %QD127.15.1
QWord: %QL000.00.0 - %QL127.15.0
R/W
Automatic VariableABit: %AX0000000 - %AX8388607
Byte: %AB0000000 - %AB1048575
Word: %AW000000 - %AW524287
DWord: %AD000000 - %AD262143
QWord: %AL000000 - %AL131071
R/W
Direct VariableMBit: %MX0000000 - %MX4194303
Byte: %MB0000000 - %MB524287
Word: %MW000000 - %MW262143
DWord: %MD000000 - %MD131071
QWord: %ML00000 - %ML65535
R/W
Direct VariableRBit: %RX0000000 - %RX524287
Byte: %RB00000 - %RB65535
Word: %RW00000 - %RW32767
DWord: %RD00000 - %RD16383
QWord: %RL0000 - %RL8191
R/W
Direct VariableWBit: %WX0000000 - %WX8388607
Byte: %WB0000000 - %WB1048575
Word: %WW000000 - %WW524287
DWord: %WD000000 - %WD262143
QWord: %WL000000 - %WL131071
R/W
System FlagFBit: %FX00000 - %FX65535
Byte: %FB0000 - %FB8191
Word: %FW0000 - %FW4095
DWord: %FD0000 - %FD2047
QWord: %FL0000 - %FL1023
R
PID FlagKBit: %KX000000 - %KX134399
Byte: %KB00000 - %KB16799
Word: %KW0000 - %KW8399
DWord: %KD0000 - %KD4299
QWord: %KL0000 - %KL2199
R/W
HS Link FlagLBit: %LX000000 - %LX180223
Byte: %LB00000 - %LB22527
Word: %LW00000 - %LW11263
DWord: %LD0000 - %LD5631
QWord: %LL0000 - %LL2815
R/W
Analog Refresh FlagUBit: %UX0.00.000 - %UX7.15.511
Byte: %UB0.00.000 - %UB7.15.63
Word: %UW0.00.000 - %UW7.15.31
DWord: %UD0.00.000 - %UD7.15.15
QWord: %UL0.00.000 - %UL7.15.7
R/W
P2P Parameters FlagNBit: %NX000000 - %NX401407
Byte: %NB00000 - %NB50175
Word: %NW00000 - %NW25087
DWord: %ND00000 - %ND12543
QWord: %NL0000 - %NL6271
R/W

Communication Cable Wiring

ModelImage
eXT07/nXT07
COM1: RS-422/485
COM2: RS-232C
eXT10/12/15
COM1: RS-422/485
COM2: RS-232C
COM3: RS-232C
COM1
COM2
COM3

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment.

Mitsubishi MELSEC Serial

Canvas supports Mitsubishi MELSEC Serial as a way to connect to devices that support this protocol. Users will be able to choose any of the Mitsubishi PLCs under PLC Type. Users will also need to select the Frame Type for the PLC as well.

Address and Supported Symbols

The memory areas listed below are provided for general purposes. The actual available memory area and range of each area should be checked with the manual for the connecting device.

The symbol character has to be placed in the first position of the address string. The address number follows the symbol character.

NameSymbolBit RangeWord RangeAddress Number SystemAccess
InputXX0000 - X1757 (1777)-OctalR
OutputYY0000 - Y1757-OctalR
Internal RelayMM0000 - M7659-DecimalR/W
Latching RelayLL0000 - L7659-DecimalR/W
AnnunciatorFF000 - F107-DecimalR/W
Edge RelayVV0000 -V2029-DecimalR/W
Link RelayBB000 - B0EF-HexadecimalR/W
Not supported for iQ-F FX5
Step RelaySS0000 - S4079-DecimalR/W
Timer ContactTSTS000 - TS496-DecimalR/W
Timer CoilTCTC000 - T496-DecimalR/W
Retentive Timer ContactSSSS00 - SS00-DecimalR/W
Retentive Timer CoilSCSC00 - SC00-DecimalR/W
Counter ContactCSCS000 - CS240-DecimalR/W
Counter CoilCCCC000 - CC240-DecimalR/W
Link Special RelaySBSB000 - SB1EF-HexadecimalR/W
Special RelaySMSM0000 - SM9979-DecimalR/W
Data RegisterD-D0000 - D7999DecimalR/W
Link RegisterW-W000 - W1FFHexadecimalR/W
Timer CVTN-TN000 - TN511DecimalR/W
Retentive Timer CVSN-SN00 - SN15DecimalR/W
Counter CVCN-CN000 - CN255DecimalR/W
Link Special RegisterSW-SW000 - SW1FFHexadecimalR/W
Special RegisterSD-SD00000 - SD11999DecimalR/W

Communication Cable Wiring

ModelImage
eXT07/nXT07
COM1: RS-422/485
COM2: RS-232C
eXT10/12/15
COM1: RS-422/485
COM2: RS-232C
COM3: RS-232C
COM1
COM2
COM3

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment.

Modbus RTU

Canvas supports Modbus RTU as a way to connect to devices that support this protocol. Users will be able to change the Read Block Tolerance.

AreaSymbolAnalog TagDigital TagReadWrite
Coil0000001 - 02999115
Input1100001 - 1299992
Holding Register4400001 - 42999936, 162
Input Register3300001 - 3299994
  1. The symbol character does not behave as a number. For example, 400100 and 40100 designate the same memory area (holding register 100).

  2. Code 16 is issued for writing double words or when the recipe write function is activated. When writing single words, code 6 is used.

Communication Cable Wiring

ModelImage
XPANEL COM/COM2 RS-232C
XPANEL COM1 RS-422/485

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment. Typically, RD, TD, and SG pins are enough to communicate with a general MODBUS device.

Canvas supports Omron Hostlink as a way to connect to devices that support this protocol. No additional settings will appear on the selection of this protocol.

Supported PLC Memories

AreaSymbolAnalog TagDigital TagRemark
DM areaDD0000 – D9999D0000.00 – D0000.15D9999.00 – D9999.15
CIO areaCIOCIO0000 – CIO6143CIO0000.00 – CIO0000.15CIO6143.00 – CIO6143.15
AR areaAA0000 – A0959A0000.00 – A0000.15A0959.00 – A0959.15
HR areaHH0000 – H0511H0000.00 – H0000.15H0511.00 – H0511.15
T/C statusTCnot supportedTC0000 – TC4095(3)
T/C p. valuePVPV0000 – PV4095not supported(3)
LR areaLL0000 – L0199L0000.00 – L0000.15L0199.00 – L0199.15
EM areaEE0_0000 – E0_9999EC_0000 – EC_9999E0_0000.00 – E0_0000.15
IR areaIRIR0000 – IR6143IR0000.00 – IR0000.15IR6143.00 – IR6143.15
  1. If the address of this area was used for a digital tag, control functionalities are not supported. Xpanel cannot set/reset these points.

  2. The A000 - A0447 address area cannot be modified by Xpanel (read-only area).

  • Timer: T0000 – T2143 area was mapped to TC0000 - TC2143 (PV0000 - PV2143).

  • Counter: C0000 – C2143 area was mapped to TC2148 - TC4095 (PV2148 - PV4095).

  1. The Bank of EM area must be denoted by one hexadecimal character ('0' - 'C') as shown below:
  • Digital Tag: E[bank]_[word no].[2 digit bit no] (EA_1000.05 : bit5 of E1000 in bank ‘A’).

  • Analog Tag: E[bank]_[word no] (EC_32 : E0032 of bank ‘C’).

  1. The bit location of the digital tag must be denoted by a two-digit decimal number ('00' - ‘15') with a dot ('.') separator.

*Exception: Timer/Counter area is a digital point by itself.

Wiring Diagram

ModelImage
RS-232C
C Series RS-422A
CS/CJ Series
RS-422A

Panasonic FP7

Canvas supports Panasonic FP7 as a way to connect to devices that support this protocol. No additional settings will appear on the selection of this protocol.

Address and Supported Symbols

The memory areas listed below are provided for general purposes. The actual available memory area and range of each area should be checked with the manual for the connecting device.

The symbol character has to be placed in the first position of the address string. The address number follows the symbol character.

NameSymbolBit RangeWord RangeAddress Number SystemAccess
External input relayXX000.0 - X511.FX000 - X511Decimal, HexadecimalR/W
External output relayYY000.0 - Y511.FY000 - Y511Decimal, HexadecimalR/W
Internal relayRR0000.0 - R2047.FR0000 - R2047Decimal, HexadecimalR/W
Link relayLL0000.0 - L1023.FL0000 - L1023Decimal, HexadecimalR/W
Data registerDTDT000000.0 - DT999423.FDT000000 - DT999423Decimal, HexadecimalR/W
Link registerLDLD00000.0 - LD16383.FLD00000 - LD16383Decimal, HexadecimalR/W
Timer set value registerTS-TS0000 - TS4095DecimalR/W
Timer elapsed value registerTE-TE0000 - TE4095DecimalR/W
Counter set value registerCS-CS0000 - CS1023DecimalR/W
Counter elapsed value registerCE-CE0000 - CE1023DecimalR/W
Timer (Contact)TT0000 - T4095-DecimalR
Counter (Contact)CC0000 - C1023-DecimalR
Pulse relayPP000 - P255-DecimalR
Error alarm relayEE0000 - E4095-DecimalR
Index registerI-I00 - I14DecimalR/W
Unit memoryUMUM000000.0 - UM524287.FUM000000 - UM524287Decimal, HexadecimalR/W
Direct inputIN-IN00 - IN62DecimalR
Direct outputOTOT00.0 - OT62.FOT00 - OT62Decimal, HexadecimalR/W
System relaySR-SR0000 - SR0223DecimalR
System dataSD-SD000 - SD255DecimalR

Communication Cable Wiring

ModelImage
eXT07/nXT07
COM1: RS-422/485
COM2: RS-232C
eXT10/12/15
COM1: RS-422/485
COM2: RS-232C
COM3: RS-232C
COM1
COM2
COM3

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment.

Yokogawa FA-M3

Canvas supports Yokogawa FA-M3 as a way to connect to devices that support this protocol. No additional settings will appear on the selection of this protocol.

Address and Supported Symbols

Some memory areas have different addressing formats.

  • X, Y memory area addressing format

  • Format: {symbol}{1 digit for rack number}{2 digits for slot number}{2 digits for bit number}

  • Rack number: 0 - 7

  • Slot number: 00 - 12

  • Bit number: 00 - 63

  • L memory area addressing format

  • Format: {symbol}{1 digit for rack number}{4 digits for memory address}

  • Rack number: 0 - 7

  • Memory address: 0 - 1023

The memory areas listed below are provided for general purposes. The actual available memory area and range of each area should be checked with the manual for the connecting device.

The symbol character has to be placed in the first position of the address string. The address number follows the symbol character.

NameSymbolBit RangeWord RangeAddress Number SystemAccess
Input relayXX00201 - X71649X00201 - X71664DecimalR
Output relayYY00201 - Y71649Y00201 - Y71664DecimalR/W
Internal relayII0001 - I4081I0001 - I4096DecimalR/W
Shared relayEE0001 - E2033E0001 - E2048DecimalR/W
Link relayLL00001 - L71008L00001 - L71023DecimalR/W
Special relayMM001 - M497M001 - M512DecimalR/W
Data registerD-D0001 - D5120DecimalR/W
Shared registerR-R0001 - R1024DecimalR/W
Index registerV-V01 - V16DecimalR/W
File registerB----
Link registerW-W0001 - W1024DecimalR/W
Special registerZ-Z001 - Z256DecimalR/W
Timer relayTUTU001 - TU256-DecimalR/W
Timer current valueTP-TP001 - TP256DecimalR
Timer current valueTI-TI001 - TI256DecimalR
Timer present valueTS-TS001 - TS256DecimalR/W
Counter relayCUCU001 - CU256-DecimalR/W
Counter current valueCP-CP001 - CP256DecimalR
Counter current valueCI-CI001 - CI256DecimalR
Counter present valueCS-CS001 - CS256DecimalR/W

Communication Cable Wiring

ModelImage
eXT07/nXT07
COM1: RS-422/485
COM2: RS-232C
eXT10/12/15
COM1: RS-422/485
COM2: RS-232C
COM3: RS-232C
COM1
COM2
COM3

The above picture shows the RS-232C and RS-422/485 ports of the Xpanel. Please refer to your device manual for signal descriptions.

For the RS-232C ports, Xpanel provides the standard DB9 RS-232C pin assignment.

Data Server Editor

To access the Data Server Editor, go to Tools > Data Server Editor or click the Open Data Server Editor… on the toolbar to open it. To create a new device, click the + icon to open the Add New Server Device screen. Users can select the Connection Type of ethernet or serial for that specific device. Users can also select the Device Type, which will open a dropdown of specific devices that Canvas supports connecting to. Once selected, the Data Server will be created with default settings.

Ethernet Device

Ethernet devices are used when the connection to another device is via an Ethernet connection. Users will need to input the Port of the device they are connecting to for it to connect successfully. For Modbus TCP, users will need to enter the Unit ID via Modbus to connect successfully and the String Encoding and String Encoding Method.

Note: Aside from Modbus TCP Port 502, only numbers above 1023 are supported as Port numbers.

EtherNet/IP Server

The EtherNet/IP Server can be used to connect to a hosted EtherNet/IP Client device. All tags can be included or mentioned explicitly as Logix tags for data transfer. An Assembly Instance may be added with an Assembly Instance Number and Data Size. Then, an Assembly tag may be assigned to the Assembly Instance using a Byte Index and Bit Index.

MQTT JSON Publisher

The MQTT JSON Publisher can be used to publish to the user and subscribe to read tag data. Users can set Subscribe Topic and Publish Topic to follow the subscribe/publishing method for MQTT JSON Publisher.

Modbus TCP/RTU

Modbus TCP and RTU host memories with the following memory areas: 0, 1, 3, and 4. Users must use the MODBUS address of the address they wish to target. If, for example, the user wishes to target Y00, the tag must target 000001. Depending on the tag data type, a different range of addresses will also be allocated.

In CIMON PLCs, 0 refers to Y, 1 refers to X, 4 refers to D, and 3 refers to M.

OPC UA Server

OPC UA Server tags must have a unique Browse Name. Users must set whether the Tag can be Allowed Read and Allowed Write when creating the Device Tag for the OPC UA Server.

The address used by the client will be ns=2;s=<server prefix>.<browse name>. Depending on the settings of the OPC UA Server, if the Server Layout is set to Basic, then the format will be ns=2;s=Tags.browseName, or if it is set to Device, then it will be ns=2;s=Tags.deviceName.browseName.

Sparkplug Edge Node

The Sparkplug Edge Node is an MQTT based protocol that facilitates messages between clients using a publisher/subscriber topic system. Connected clients can subscribe to specific topics and the broker will only send it messages on those subscribed topics. The Group ID and EoN ID act as identifiers include in the topic structure.

Serial Device

Serial Devices are used when a connection to another device is made via a serial cable. Users will need to input the Serial Port of the device they are connecting to, the Comm Type, and the Baudrate. Users can also select the PLC Type, the String Encoding, and the String Encoding Method. Users will also be able to change the name of the Device and the Protocol of the device as well. For Modbus TCP, users must enter the Unit ID via Modbus to connect successfully and the String Encoding and String Encoding Method. Modbus RTU is currently the only protocol for Serial Devices on Data Server Editor.

Device Tag

Device tags are used to connect tags with the server. The created server will host any tags listed within the Device Tag tab. Within the tab, addresses and other properties for each tag can be configured. Each protocol will have different settings for the Device Tag screen.

MQTT Payload Editor

MQTT Payload Editor lets users edit the MQTT message sent to the server. This will allow users to configure how payloads are configured for specific devices to match the required format. Users can configure Multi Tag Wrap Basic and Multi Tag Wrap Full as an example and change how many Tags per Payload and the Wrap Method. These can be configured within the MQTT Payload Editor as needed.

Certificate Editor

The Certificate Editor is used to create and edit certificate files, which can be used to encrypt and authorize any connection to the project. Users can use this feature to add more security and encryption to their projects so that no unauthorized access can happen. Users can use their own Private Key and Certificate for their project.

Key Pairs

The Key Pairs page is where users can see their current Key Pairs. Clicking the + icon will create a new Key Pair. Users will need to insert a Name, a Certificate, a Private Key, and a Description. Users can also add a Password for the Private Key as an additional layer of security. Users will also be able to Delete and Edit any current Key Pairs they have.

Trust Stores

There is also a Trust Stores tab, where users can put all known certificates they use within the project. This is where certificates will be verified by the project to confirm that they are acceptable. Users can click the + icon to create a new Trust Store. This will open the New Trust Store pop-up page. Users will need to add a Name, Certifications, and a Description. Users can Delete and Edit any Trust Stores already created.