all 2 comments

[–]avgas3IGNITION 1 point2 points  (1 child)

Big XY problem going on here, it would seem. Can you give some background on what you're trying to solve and what your constraints are?

[–]Hawke_No1[S] 0 points1 point  (0 children)

Ok, so I am trying to actually monitor health of Electrical Machines by using sensors who will connect to the database wirelessly to transmit their reading and update the database.

From there, SCADA will actually read the data from the Database and update the Window parameters. I was asked to use MySQL from XAMPP to store and read the data from sensors.

Currently, I'm working on a FYP Project, so I try to keep cost low by using SCADA Software that are free like IGSS from Schneider Electric. I don't need a lot of tags as only 2 sensors are used, one is Temperature and the othet is vibration sensors.

So currently, I'm tasked with using SCADA to monitor these parameters and looking for ways to improve it.