Hello,
I would like to know how to use the timer mode on K8090. What means parameter 1 and 2 ? What is High-byte and low-byte ? Coding is in integer ? or hex ?
I would like to put relay #1 on during 3 seconds and return off. What is the command line for this in VB.net?
I have wrote:
K8090Board1.SendCommand(Velleman.Kits.K8090Command.StartRelayTimer, &H1, 3, 3)
that is right ?
Bonjour,
Je voudrais savoir comment utiliser le mode timer sur la K8090. A quoi corresponde les parametres 1 et 2 ? C’est quoi High-byte and low-byte ? Le codage des paramètres est-il bien en entier ?
Je voudrais mettre le relais 1 sur ON pendant 3 seconds. Quelle serait la ligne de commande en VB.net ? J’ai écris la commande ci-dessus, est-ce bon ?