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/08/09 13:17] – Verklarung der Funktion tondoseconfig:remotecontrol:k8055 [2019/09/23 14:56] – Analogausgang ergänzt tondose
Line 14: Line 14:
 mAirList supports the five digital inputs for the triggering of remote commands. mAirList supports the five digital inputs for the triggering of remote commands.
  
-The digital outputs can be used from a script.+The digital outputs as well as the analogue output can be used via scriptirng.
  
 ===== Configuration ===== ===== Configuration =====
 +
 +=== Digital Inputs ===
  
 Open the standalone config app, or the Control Panel, go to the //Remote Control// section, and add a new //Vellemann K8055(N)// remote. Open the standalone config app, or the Control Panel, go to the //Remote Control// section, and add a new //Vellemann K8055(N)// remote.
Line 26: Line 28:
 First, you can set up the **device address** (corresponds to the jumpers on the board) and the **update interval** for polling. First, you can set up the **device address** (corresponds to the jumpers on the board) and the **update interval** for polling.
  
-Then you can assign a command for each input 1-5, and for the event that the pin goes ON or OFF, respectively.+Then you can assign a [[reference:remote_control_commands|command]] for each input 1-5, and for the event that the pin goes ON or OFF, respectively. 
 ===== Scripting ===== ===== Scripting =====
 +
 +=== Digital Outputs ===
  
 To access a K8055 remote from a script, use the following function: To access a K8055 remote from a script, use the following function:
Line 44: Line 49:
  
   K8055Remote(0).SetDigitalChannel(3);   K8055Remote(0).SetDigitalChannel(3);
 +  
 +=== Analogue Outputs ===
 +The analogue output can be actuated with the following method:
 +
 +  procedure OutputAnalogChannel(Channel, Value: integer);
 +  
 +… where ''Channel'' resembles the number of the analogue output (i. e. ''1'' or ''2'') and ''Value'' is an integer value between ''0'' and ''255'':
 +
 +  * ''0'' leads to a voltage of 0V at the analogue or a duty factor of 0% at the PWM output, respectively.
 +
 +  * ''255'' leads to a voltage of 5V at the analogue or a duty factor of 100% at the PWM output.
 +
 +  * The effect of values lying in between these extremes can be characterised by:
 +    * ''<Value> / 255 * 5V'' or 
 +    * ''<Value> / 255 * 100%'', respectively.
  
 +Notably the PWM output can be taken advantage of driving an ON-AIR lamp directly, as long as it meets the voltage and current limits of the transistor used in the circuit (BC337 that is, as of fall 2019).
  
config/remotecontrol/k8055.txt · Last modified: 2022/08/25 15:12 by tondose

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki