Ok, it came with a K8055.dll. As I reported, everything is working fine with the interface.
I think the only problem is, that I don't know, how to start a procedure automatically by an event like change of a variable or the status of the InputChannel.
readDigitalChannel(i) is the normal commandline to check the status of an InputChannel. It can be true or false.
With this I can check the status with a manually started procedure (eg procedure TButtonClick(Sender: TButton...if readDigitalChannel(1) = true then begin.....
But I have no idea to start a procedure automatically
thx for your patience