Page Tree
Other Releases
Communication Driver Name: Alfa
Current Version: 1.0.0.3
Implementation DLL: T.ProtocolDriver.Alfa.dll
Manufacturer: Alfa Instrumentos
Not used in this driver
Serial Channel:
Default configuration for the AA communication protocol:
Default configuration for the TRC communication protocol:
Set the other fields according to your configuration.
TCP/IP Channel:
Node Connections: Defines the maximum number of parallel requests that will be sent to each node (asynchronous communication)
Serial Channel:
Configuration for the AA communication protocol:
<Address> = Device address in the network (01-99)
E.g.: 03
Configuration for the TRC communication protocol:
TCP/IP Channel:
<IP Address> = IP address of the scale in the Modbus network
<Port Number> = TCP port where the device is listening
<Address> = Device address in network (01-99)
E.g.: 192.168.1.101 ; 502 ; 1
Name | Node | PrimaryStation | SecondaryStation | Description |
---|---|---|---|---|
Alfa1 | Alfa TCP | 192.168.1.101 ; 502 ; 1 | Node with TCP Channel | |
Alfa2 | Alfa Serial | 1 | Node with Serial Channel |
The syntax for the Alfa communication points is: <Type>
Where:
<Type> indicates the part of the message that will be stored in the configured Point
The valid types are:
TagName | Address | DataType | AccessType | Description |
---|---|---|---|---|
Scale1 Tare | Tare | Native | Read | |
Scale1 Weight | Weight | Native | Read | |
Scale1 FullMessage | Return | Native | Read |
E.g.: For a typical message like ’PB: 00,254kg T: 00,000kg’, each Point shown in the above table will receive the following data:
Scale1 FullMessage= PB: 00,254kg T: 00,000kg
Scale1 Weight= 00,254kg
Scale1 Tare= 00,000kg
The status of the driver 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.
Error Code | Description | Possible Solution |
---|---|---|
0 | Success |
|
-100 | Error Sending Message |
|
-101 | Error Sending and Waiting Message | |
- 102 . . . -105 | Error Creating the TCP/IP connection | |
-106 | Error Receiving Message | |
-112 | Timeout Start Message |
|
-113 | Timeout between Treated Characters | |
-114 | Timeout End Message | |
-115 | Timeout Connect | |
-200 | Protocol Error |
|
-201 | Invalid Protocol |
|
-202 | Invalid Station |
|
-204 | Invalid Message Sequence |
|