Operation Element
The operation element is used to perform a mathematical operation on numerical data fed into it.
The operation element is located in the Element Toolbox within Studio’s Embedded tab.
Properties
The following properties can be changed for the operation element:
Name
The name of the element.
Operation
The operation to be performed on the input data. Can be addition, subtraction, multiplication, or division.
Operand
The predefined constant to add, subtract, multiply, or divide by.
Operation
The operation to performed on the input data. This element includes the following operation options:
Addition
Subtraction
Multiplication
Division
Operand
The pre-defined constant value to add, subtract, multiply, or divide the input data by.
Triggers
The following triggers are available to execute events from within the operation element:
Triggered
Execute an event when the source element connected to the operation triggers.
Operation Performed
Execute an event when the operation is performed. The result will be passed to the following element(s).
Abilities
The following abilities are available for the operation element when its source element triggers:
Trigger
Trigger the element(s) that follow the operation element.
Perform Operation
Perform the mathematical operation on the input data.
Element Resources
Atmosphere includes a selection of resources for users of all levels that demonstrate using the operation element.
Demo Projects
To view the operation element used within a project, click the demo’s name to open the project in Atmosphere and see how the element is set up.
Name | Hardware | Description |
---|---|---|
Mathematical Operation Arduino Demo | Arduino Mega | The operation element is used within this demo project by converting the temperature in Celsius to Fahrenheit and printing both the values on the debug console. |
Mathematical Operation PIC-IoT Demo | PIC-IoT WG | The operation element is used within this demo project by converting the temperature in Celsius to Fahrenheit and printing both the values on the debug console. |
Mathematical Operation Rapid IoT Demo | Rapid IoT | The operation element is used within this demo project by converting the temperature in Celsius to Fahrenheit and printing both the values on the debug console. |