Dataguess
v0.3.3
v0.3.3
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • System Ports
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
        • Camera
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • FTP Client
        • Image Stream
        • Data Watch
      • Function
        • Math & Logic
        • Array Functions
        • Image Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Variables
      • Script
        • Python Script Editor
      • AI
        • ONNX
        • Scikit Learn
      • API
        • HTTP
      • Server
        • HTTP Server
  • Use Cases
  • FAQ
Powered by GitBook
On this page
  • Node Definitions
  • Input Ports
  • Output Ports
  • System Ports
  • Appendix

Was this helpful?

  1. REFERENCES
  2. Components
  3. Function

Math & Logic

Math & Logic lets you perform arithmetical operations on your data

PreviousFunctionNextArray Functions

Last updated 3 years ago

Was this helpful?

Node Definitions

Math & Logic component needs to have the category and function defined before defining input and output ports to it. Each Math & Logic function has it's own input and output port limitations.

After defining your Category and Function for this Math & Logic component, you can see your input and output limitation in your Input Ports and Output Ports tabs respectively.

Input Ports

You can define your input ports in Input Ports tab, adhering to the input limitation. For each port you need to choose parameter name. Parameters are the arguments for selected function.

Output Ports

You can define your output ports in Output Ports tab, adhering to the output limitation. For each port you need to choose parameter name. Parameters are the outputs for selected function.

System Ports

Appendix

Categories

Functions

Hyperbolic

Logarithmic

Statistics

Math

Trigonometry

acos

asin

atan

atan2

ceiling

cos

degrees

division

exponent

absolute value

floor

hypot

log

log 10

mean

median

median grouped

median high

median low

mode

power

production

sin

square root

standard dev

subtraction

sum

tan

variance

For more information read

here