DLL Fuer HA7E und DS18S20
Verfasst: Donnerstag 13. Februar 2014, 22:03
Hallo Collegae,
Bin gerade eine DLL zum Einbindung van PL mit one-wire DS18S20 mittels die HA7E module (zum erzetsung van die Hygrosens....)
frage an euch;
Ware es möglich Neben eine dynamische POutput (zehr schon), einige feste POuput zu deklarieren?
function NumOutputsEx(PUser: PDLLParams): Byte;
begin
case round(PUser^[MaxRom]) of
0: result:=1;
1: result:=2;
2: result:=3;
3: result:=4;
4: result:=5;
5: result:=6;
6: result:=7;
7: result:=8;
8: result:=9;
9: result:=10;
10: result:=11;
Bin gerade eine DLL zum Einbindung van PL mit one-wire DS18S20 mittels die HA7E module (zum erzetsung van die Hygrosens....)
frage an euch;
Ware es möglich Neben eine dynamische POutput (zehr schon), einige feste POuput zu deklarieren?
function NumOutputsEx(PUser: PDLLParams): Byte;
begin
case round(PUser^[MaxRom]) of
0: result:=1;
1: result:=2;
2: result:=3;
3: result:=4;
4: result:=5;
5: result:=6;
6: result:=7;
7: result:=8;
8: result:=9;
9: result:=10;
10: result:=11;