User Tools

Site Tools


config:remotecontrol:k8055

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
config:remotecontrol:k8055 [2019/09/23 15:07] – grr tondoseconfig:remotecontrol:k8055 [2022/08/25 07:55] – Aktualisiert tondose
Line 7: Line 7:
 Supported Velleman products are: Supported Velleman products are:
  
-  * [[http://www.velleman.eu/products/view/?id=404880|K8055N]] +  * [[https://www.velleman.eu/products/view/?id=461858|WSI8055N]] (kit for self-assembly) 
-  * [[http://www.velleman.eu/products/view/?id=351346|K8055]] (obsolete old version) +  * [[https://www.velleman.eu/products/view/?id=460494|WPI110N]] (assembled device) 
-  * [[http://www.velleman.eu/products/view/?id=404998|VM110N]] + 
-  * [[http://www.velleman.eu/products/view/?id=351980|VM110]] (obsolete old version)+as well as their (now obsolete) predecessors 
 + 
 +  * [[https://www.velleman.eu/products/view/?id=404880|K8055N]] 
 +  * [[https://www.velleman.eu/products/view/?id=351346|K8055]] 
 +  * [[https://www.velleman.eu/products/view/?id=404998|VM110N]] 
 +  * [[https://www.velleman.eu/products/view/?id=351980|VM110]]
  
-The VM110(N) device is virtually the same as the K8055(N) but comes fully assembled, whereas the latter has to be completed by soldering first.  
  
 mAirList supports the five digital inputs for triggering of [[reference:remote_control_commands|remote commands]] directly. The digital as well as the analogue outputs can be used via scripting. mAirList supports the five digital inputs for triggering of [[reference:remote_control_commands|remote commands]] directly. The digital as well as the analogue outputs can be used via scripting.
Line 49: Line 53:
  
   K8055Remote(0).SetDigitalChannel(3);   K8055Remote(0).SetDigitalChannel(3);
 +  
 +=== Digital Inputs ===
 +
 +The status of the digital inputs can be read by the fucntions
 +
 +  function ReadDigitalChannel(Channel: integer): boolean;
 +  function ReadAllDigital: integer;
 +  
 +The former reads the status for each input individually, e. g. for channel 2:
 +
 +  K8055Remote(0).ReadDigitalChannel(2);
 +  
 +whereas the latter gives a complete survey of all five inputs via the five least significant bits.
 +
 +Example:
 +
 +A value of 25 corresponds to inputs 1, 4 and 5 being set and inputs 2 and 3 being cleared.
 +
 +  1 ⋅ 2⁰ + 0 ⋅ 2¹ + 0 ⋅ 2² + 1 ⋅ 2³ + 1 ⋅ 2⁴  =  1 + 0 + 0 + 8 + 16  =  25 
 +  ^        ^              ^       ^
 +  Bit 1    |       Bit 3    |       Bit 5
 +  Inp 1    Bit 2   Inp 3    Bit 4   Inp 5
 +           Inp 2            Inp 4
      
 === Analogue Outputs === === Analogue Outputs ===
config/remotecontrol/k8055.txt · Last modified: 2022/08/25 15:12 by tondose

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki