frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software
https://frangoteam.org
MIT License
2.89k stars 844 forks source link

Is there any plan to extension the logic programing(js) like node red. #168

Closed loringao closed 3 years ago

loringao commented 3 years ago

This is a amazing project , Thanks fuxa team.

We have a scenarios, it is a line control project(50%data collecton and display, 50%logic process with MES):

  1. collect the data use fuxa
  2. do some logic in background
  3. show the real time/calculated data in HMI

We investigated red-node before, it's SCADA and configuration designer is not enough for user experience. do we have plan to support the logic extension?

unocelli commented 3 years ago

Hi, yes, it is in the TODO list, but the time is missing :( The idea is to have in frontend like a code editor for the javascript script (with special tags to bind I/O device), a settings to configure the scheduler to launch scripts (per loop interval, date, time) and in backend a component to manage and run the scripts (logic).

loringao commented 3 years ago

Got it, Thanks.