AMiT Communication Driver is intended for data connection between Reliance's runtime software and control systems manufactured by AMiT spol. s r.o.
AMiT devices can be connected to a PC in the following ways:
Reliance supports reading and writing of the following tag types:
In the Reliance project, these data types correspond to the matrices:
The driver converts the matrices into one-dimensional arrays so that the row index increases before the column index. This means that e.g. matrix named "M" 2 by 2 elements is converted into the 4 elements long array as follows: M(1,1); M(2,1); M(1,2); M(2,2) where the first index indicates the row while the second indicates the column of the matrix element.
The communication driver is a DLL loaded into memory by the Reliance 4 Driver Server program which can be launched either as a Windows service at Windows startup or as a standard application at the start of a visualization project. Information required to make a connection with the devices is read from the visualization project. After reading this information, communication to the devices is activated.
For communication, the driver uses an ActiveX control (object AtouchApp) which is part of the AtouchX object library by AMiT. First, it is necessary to install this library so the driver works properly. The AtouchX library installer is available in the directory Drivers\AMiT\AtouchX\ on the Reliance installation CD and in the directory <Reliance>\SupportFiles\Drivers\AMiT\ (<Reliance> is a directory where the Reliance software is installed).
For information about the price, please contact your local distributor.

| Top |