Welcome to DEPRAG Smart
DEPRAG Smart - Manufacturer-independent solution for PLC programming of your machines and systems
The DEPRAG Smart software solution replaces the proprietary library to be licensed from the PLC manufacturer. By using OPC UA as interface, DEPRAG Smart can be used in almost all programmable logic controllers (PLCs).
The time-consuming and cost-intensive search for suitable PLC libraries for your applications is no longer required. DEPRAG Smart is integrated into your PLC project in just a few minutes and can be used directly.
VAR
depragSmart : DepragSmartConnection;
bConnect : BOOL;
hrConnect : HRESULT;
bDisconnect : BOOL;
hrDisconnect : HRESULT;
END_VAR
hrConnect := depragSmart.Connect(bConnect);
IF hrConnect <> S_FALSE THEN
bConnect := FALSE;
END_IF