-
-
Notifications
You must be signed in to change notification settings - Fork 866
Getting Started
The goal of this tutorial is to demonstrate the basic usage of the most popular FUXA features. You will learn how to:
- Connect devices to FUXA
- Push data from devices to FUXA
- Build a real-time GUI SCADA/HMI/Dashboard
- Define thresholds and trigger alarms
You will need to have FUXA server up and running. To install FUXA using Installation Guide. FUXA UI will be available using the URL: http://localhost:1881.
Principally FUXA web server performs two page:
- Visualization for end-user http://localhost:1881/home
- Editor to project and design http://localhost:1881/editor
To connect the device you need to get the device credentials first. FUXA supports various devices: Modbus RTU/TCP, Siemens S7 Protocol, OPC-UA, BACnet IP, MQTT, Ethernet/IP (Allen Bradley). After you connected to a device, you can configure the subscriptions of the live values, Tags, Sensor, etc. You may find configuration guide by here HowTo Devices and Tags
We will create a View and add the most popular widgets. See the instructions below.
powered from frangoteam
- Home
- Getting Started
- Installing and Running
- HowTo Devices and Tags
- HowTo bind Controls
- HowTo Chart Control
- HowTo UI Layout
- HowTo setup Alarms
- HowTo define Shapes
- HowTo animate Pipe
- HowTo save/load Project
- HowTo configure events
- HowTo use same view
- HowTo configure Script
- HowTo configure ODBC
- HowTo Widgets
- HowTo WebSockets
- Settings
- Tips and Tricks