PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e 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, jun., 30 2018 3:47 PM - 1 resposta
Publicado em junho, 30 2018 - 3:47 PM
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 em julho, 02 2018 - 12:43 AM
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