Télécharger Imprimer la page

Velleman K8055D Mode D'emploi page 8

Publicité

Les langues disponibles

Les langues disponibles

8
Description of the DLL
Description
Le canal de sortie numérique sélectionné est réglé.
Exemple
BEGIN
SetDigitalChannel(1); // Digital output channel 3 is ON
END;
SetAllDigital
Syntaxe
PROCEDURE SetAllDigital;
Description
Tous les canaux de sortie numériques sont réglés.
Exemple
BEGIN
SetAllDigital; // All Output channels are ON
END;
ReadDigitalChannel
Syntaxe
FUNCTION ReadDigitalChannel(Channel: Longint): Boolean;
Paramètre
Channel: Valeur entre 1 et 5 qui correspond au canal d'entrée à être lu.
Résultat
Boolean: TRUE signifie que le canal est réglé et FALSE signifie que le canal est effacé.
Description
L'état du canal d'entrée sélectionné est lu.
Exemple
var status: boolean;
BEGIN
status := ReadIOchannel(2); // Read Input channel 2
END;
ReadAllDigital
Syntaxe
FUNCTION ReadAllDigital: Longint;
Résultat
© 2003 ... Velleman

Publicité

loading

Ce manuel est également adapté pour:

K8055d.dll