Difference between revisions of "SCADA Examples"

From Flowcode Help
Jump to navigationJump to search
Line 11: Line 11:
  
 
===MIAC AllCode===
 
===MIAC AllCode===
 +
 +
A simple example showing how to drive the MIAC AllCode PLC from a SCADA application using Bluetooth or WIFI.
 +
 +
{{Fcfile|MIAC_AllCode.fcsx|MIAC AllCode}}
 +
  
 
==Arduino Examples==
 
==Arduino Examples==
  
 
===Arduino Uno Slave===
 
===Arduino Uno Slave===
 +
 +
A simple example demostrating 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.
 +
 +
{{Fcfile|ArduinoUnoFW.fcfx|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.
 +
 +
{{Fcfile|ArduinoUnoSCADA.fcsx|ArduinoUnoSCADA}}
 +
  
 
==Internet Based Examples==
 
==Internet Based Examples==

Revision as of 17:28, 27 November 2018

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 demostrating 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

Local Weather

MQTT

Modbus TCP Master

Modbus TCP Slave

Webserver Embedded Files

Webserver Dynamic Files

==Generic Examples

Industrial Tanks

Key Mappings