User Account 1 1
Cart 0  0,00

Switching made easy - support for migration to our modules

Switching to our products does not mean a complete restart. We help you to adapt your existing software to our modules quickly, efficiently and without major programming effort.

Library for easy migration
To ensure that existing software can continue to be used, we create a special library file if required. This automatically converts the commands of the old modules from other manufacturers to the command structure of our products. This means that your existing program code is largely retained.

Example: Migration from QUANCOM to DEDITEC
One concrete example is the successful changeover at QUANCOM Informationssysteme GmbH. Here we developed a corresponding library with which the old Quancom commands could be easily replaced by our DEDITEC commands.

This is what the commands look like in comparison:

Write digital output:
Quancom: QAPIExtWriteDO8(uint cdl, uint channel, uint value, uint mode);
DEDITEC: DapiDOSet8(uint handle, uint ch, uint data);

Read digital input:
Quancom: QAPIExtReadDI8(uint cdl, uint channel, uint mode);
DEDITEC: DapiDIGet8(uint handle, uint ch);

Write analog output:
Quancom: QAPIExtWriteDA(uint cdl, uint channel, uint value, uint mode);
DEDITEC: DapiDASet(uint handle, uint ch, uint data);

Read analog input:
Quancom: QAPIExtReadAD(uint cdl, uint channel, uint mode);
DEDITEC: DapiADGet(uint handle, uint ch);

An .h file provided by us contains all the usual commands from the previous manufacturer, which are automatically converted internally to our command structure.

Logo DeLib
My cart
Your cart is empty.

Looks like you haven't made a choice yet.