PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Developing Cloud Solution for Predictive Maintenance IoT - CMMS solution
Developing Cloud Solution for Predictive Maintenance IoT - CMMS solution
Iniciado por Alberto Maggioni, 30,jun. 2018 15:47 - 1 respuesta
Publicado el 30,junio 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
Publicado el 02,julio 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