SCADA Examples

From Flowcode Help
Revision as of 17:46, 27 November 2018 by BenR (talk | contribs)
Jump to navigationJump to search

AllCode Examples

Formula AllCode

A simple example showing how to drive the Formula AllCode robot around in API mode using a panel based joystick control.

FC6 Icon.png Formula AllCode Bluetooth

The COM port for the Formula AllCode can be set via the panel properties which can be exposed to the SCADA runtime user.


MIAC AllCode

A simple example showing how to drive the MIAC AllCode PLC from a SCADA application using Bluetooth or WIFI.

FC6 Icon.png MIAC AllCode


Arduino Examples

Arduino Uno Slave

A simple example demonstrating how to use an Arduino with Flowcode SCADA.

Firstly we have an embedded project targetting an Arduino Uno that is connected to a bank of LEDs, a bank of switches and a temperature/humidity sensor.

FC6 Icon.png ArduinoUnoFW

Secondly we have a SCADA project that can interrogate and control the Arduino Uno allowing access to the switches, termperature and humidity while also allowing the LEDs to be controlled.

FC6 Icon.png ArduinoUnoSCADA


Internet Based Examples

MQTT

Local Weather

A simple example demonstrating how to use MQTT with Flowcode SCADA to get the local weather conditions.

The example shows temperatures from Halifax in the UK and from Sydney in Australia.

FC6 Icon.png SCADA BBC TEMPERATURES


Modbus TCP

A simple example demonstrating how to use the Modbus TCP components with Flowcode SCADA.

Here we have two Flowcoded SCADA projects communicting with each other. Though the master or slave could be replaced with embedded Modbus TCP hardware.

FC6 Icon.png Modbus TCP Master

FC6 Icon.png Modbus TCP Slave


Webserver Embedded Files

A simple example demonstrating how to host a website with fixed HTTP content including dynamic sections that can be passed in and out of Flowcode SCADA.

For example a dynamic section could be used to display a variable value on a webpage such as a temperature or used to control Flowcode e.g. turn on an output.

FC6 Icon.png Webserver Embedded


Webserver Dynamic Files

A simple example demonstrating how to host a website with dynamic content based on external files including dynamic sections that can be passed in and out of Flowcode SCADA.

For example a dynamic section could be used to display a variable value on a webpage such as a temperature or used to control Flowcode e.g. turn on an output.

FC6 Icon.png Webserver FileSystem

Webserver Files...


Generic Examples

Industrial Tanks

Key Mappings