OPC is actually a common standard in industry.
Industry 4.0 requires OPC UA.
With the Tani OPC Toolkit your applications gets access to all computers, industrial controllers and devices which are offering OPC. Various manufacturers are offering OPC servers for accessing special devices. So you get access to your complete plant.
The Tani OPC Toolkit supports various operating systems and hardware platforms.
The functions provided by the OPC Toolkits are used unchanged in the Tani products.
Under Windows there are OPC DA, OPC UA and OpcPipe client functions. Of course Linux does not know OPC DA, because it is based on Mircosoft DCOM.
Due to the wide distribution of the products there is interoperability to all systems on the market.
Because Tani uses the toolkits itself intensively, the underlying libraries are also maintained. For this reason alone, the programming API must always remain stable. This is the case in all toolkits.
Even after many years, you will always have up-to-date software without having to adapt the program code.
Service packs for current libraries can be downloaded free of charge from tanindustrie.de.
OPC Client Toolkit
Target
With the Tani OPC Client Toolkit a program gains access to OPC systems available in the network or running on the same machine.The focus lies in controllers and devices.
Functions
- Browse
- Synchronous read
- Asynchronous read (Data per event)
- Synchronous write
- Variables, texts, arrays, structures
- File functions (over RPC)
OPC Variants
Supported are OPC-UA and OPCpipe.Programming Languages
The libraries are existing as dll (Windows) or shared objects (Linux). The calling conventions are that from the underlying operation system.The package includes
- Program in C. Usable on all systems.
- Program in C#. Usable on all systems.
- Libraries for the supported operation systems.
Operating systems
Supported are all operating systems the products OPC Server or PLC Engine are existing. This are- Windows
- From Windows XP up to Windows 10. The server variants are supported also.
- 32 and 64 Bit
- INTEL processors and compatible
- Linux
- The OPC Toolkit it POSIX compatible. So all systems with GLIBC or uGLIBC can be used.
- INTEL processors and compatible. 32 and 64 Bit
- ARM processors. 32 and 64 Bit
- MIPS processors. 32 and 64 Bit
- Please call for other processors.
- Multicore systems are recommended. Single CPU systems can be used also.