Please note that Canvas can still communicate with these devices via Modbus if a specific protocol is unavailable for a given device.
...
Child pages (Children Display) |
---|
General Configuration
Please know that general configuration will appear regardless of the selected Connection Type and Device Type.
...
Item | Description |
---|---|
Device Name | Allows the user to assign a name for the selected I/O device. |
Device Protocol | Allows the user to select a protocol for a device. |
Timeout (ms) | The maximum time to wait with no response before assuming a communication failure. |
Retry Count | Set the number of retries for sending a frame when communication fails. |
Swap 16 (16-bit Data Swap) | This option swaps bytes for all word or double-word-sized datathe high byte and low byte in every word for all INT16, UINT16, INT16, UINT32, INT64, and UINT64 data types. The following diagram shows an example of byte-swapping: Almost all data types will be influenced by this option except INT16 / UINT16 |
Swap 32 (32-bit Data Swap) | This option swaps words of all double-word-sized datathe high word with the low word in every double word of all INT32, UINT32, INT64, and UINT64 data types. The following diagram shows an example of word swapping: Tag values with data types INT32 / UINT32 / BCD32 / UBDC32 / FLOAT32 will be influenced by this option. |
Swap 64 (64-bit Data Swap) | This option swaps words of all quadruple-word-sized data.Tag values with data types INT64 / UINT64 / BCD64 / UBDC64 / FLOAT64 will be influenced by this optionhigh double word with the low double word INT64 and UINT64 data types. |
Swap Float 16 | This option swaps the high byte and low byte in every word for the REAL (FLOAT32) data type. |
Swap Float 32 | This option swaps the high word and low word for the REAL (FLOAT32) data type. |
Swap Double 16 | This option swaps the high byte and low byte in every word for the LREAL (FLOAT64) data type. |
Swap Double 32 | This option swaps the high word and low word in every double word for the LREAL (FLOAT64) data type. |
Swap Double 64 | This option swaps the high double word and low double word for the LREAL (FLOAT64) data type. |
Swap String | Swaps the upper and lower bytes of string word data. |
String Encoding | Specifies the encoding method for reading and writing string values stored on the device. This option can be overridden for individual tags in the Edit Tag menu. |
String Encoding Method | When an invalid character is encountered, the gateway will do one of the following:
|
Additional Configuration - Device Specific
Allen-Bradley EtherNet/IP
...
Item | Description |
Host | Enter the IP address of the target I/O Device. |
Port | Enter the port number of the target I/O device. The default port number is 4840. |
Application URI | Enter the Uniform Resource Identifier (URI) to locate the asset on a network. |
Enabled Encryption | Checking this box will enabled encryption. Unchecking this box will disable encryption. |
Generate Encryption Certificates | Enabled by default. This feature can only be disabled by first enabling encryption. Checking this box will enable encryption certificate generation, however, this feature will only be evaluated when the Enable Encryption box is checked. Unchecking this box will disable encryption certificate generation. |
Encryption Key Pair | The Enable Encryption box must be checked and the Generate Encryption Cerficiates box must be unchecked to access this feature. Select your Key Pair here, or create one. |
Security Policy | The Enable Encryption box must be checked to access this feature. Select from Basic128Rsa15, Basic256, Basic256Sha256, Aes128_Sha256_RsaOaep, or none. |
Message Security | This field reflects choices based on the Security Policy selection. If no Security Policy is chosen, then this field will only have the “None” option. However, if any Security Policy is chosen other than “None”, the options “Sign” and “Sign and Encrypt” will be available. |
Server Name | Enter the name of server. |
Authentication Method | Choose between anonymous or username. |
Authentication Username | Enter the username for the server. |
Authentication Password | Enter the password of the username for the server. |
...