Platform Analog In

AsTeRICS Configuration Suite

Platform Analog In

Component Type: Sensor (Subcategory: Generic Control Input)

The PlatformAnalogIn component is a sensor which is used in combination with the analog inputs of the personal platform. The component provides two output ports which correlate to the inputs IN1 and IN2 of the platform. The component can be set up to sample the inputs periodically or upon an incoming event. Both inputs can be used for voltage and resistance measurement.

Screenshot: PlatformAnalogIn plugin Platform AnalogIn plugin

Requirements

This component requires the Core CIM (CIM Id: 0x0602) of the AsTeRICS Personal Platform.
The AsteRICS Personal Platform (preliminary version)
The AsteRICS Personal Platform

Output Port Description

  • in1 to in2 [integer]: Each of these output port corresponds to one input of the ADC CIM. The measured values are forwarded directly from the CIM thus corresponding to the description given in the CIM specification. Depending on the type of connected sensor the values either correspond to a voltage or a resistive value.

Event Listener Description

  • adcSampleTrigger: An incoming event on this port will cause the ADC CIM to sample data on its inputs. This event will only take effect if the periodic_update property is set to 0.

Properties

  • periodicUpdate [integer]: This property defines the time between data sampling requests to the ADC CIM (in milliseconds). The software component will send requests to the CIM in the given intervals. Due to current limitations of the ADC CIM it is recommended to use time intervals not lower than 50 milliseconds (20 samples per second).
  • activateInput1 to activateInput2 [Boolean]: These properties correspond the CIM's ADC inputs IN1 to IN8, if the property is true, the corresponding output port of the software component will send the sampled data.