Dataguess
v0.3.2
v0.3.2
  • 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 & Output Ports
  • System Ports
  • Working Example

Was this helpful?

  1. REFERENCES
  2. Components
  3. Function

Type Conversion

Type Conversion lets you change the type of your input, and provides the type of data you want as output.

PreviousImage FunctionsNextTo JSON

Last updated 3 years ago

Was this helpful?

Node Definitions

Type Conversion has no unique node definition to be configured, you can give it a name and a description:

Input & Output Ports

Type Conversion defines Input and Output ports in one row, as input rows are mapped to output rows 1 by 1. Each input value will converted to type of choice to the corresponding output port.

Options of type conversion are:

  • Integer

  • Float

  • String

  • JSON

  • Stringified JSON

  • PNG

  • JPG

  • Array

  • NumpyArray

  • ByteArray

Type Conversion input ports are onChange: true by default, and will run every time the input value changes. The value won't change with type conversion, as the name suggests, it will only change the type of the data.

System Ports

Working Example

For more information read

here
Working Example of Input Ports converted to Integer and Float respectively