PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Developing Cloud Solution for Predictive Maintenance IoT - CMMS solution
Developing Cloud Solution for Predictive Maintenance IoT - CMMS solution
Débuté par Alberto Maggioni, 30 juin 2018 15:47 - 1 réponse
Posté le 30 juin 2018 - 15:47
Dears,

I'm starting to work on a new projetc for a web solution Saas Predictive Maintenance IoT - CMMS solution.
Fetching all the data from sensors (speed, temperature, vibration, etc) on customer machine in production environment.
Does anybody has start thinking about it ?

Thanks+regards
Alberto
Posté le 02 juillet 2018 - 00:43
Hi Alberto,

You are saying 'fetch' data, which means that something has to CALL each
sensor to read data?

If that is the case, then webdev is not adapted for this part. You'll
need either a windev exe or service running all the time, reading the
sensors values and writing in the DB...

Now, of course, you can have a webdev interface to display the
results/stats, but that's all.

Now, if you mispoke and each sensor is able to call a URL, then you can
do that with awp pages...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com



On 6/30/2018 6:47 AM, Alberto Maggioni wrote:
Dears,

I'm starting to work on a new projetc for a web solution Saas Predictive
Maintenance IoT - CMMS solution.
Fetching all the data from sensors (speed, temperature, vibration, etc)
on customer machine in production environment.
Does anybody has start thinking about it ?

Thanks+regards
Alberto