PHP Classes

Doubts

Recommend this page to a friend!

      PHP Classes blog  >  Controlling Autonomou...  >  All threads  >  Doubts  >  (Un) Subscribe thread alerts  
Subject:Doubts
Summary:questions
Messages:2
Author:Julio Villalba
Date:2015-07-13 17:48:11
Update:2015-07-13 19:11:16
 

  1. Doubts   Reply   Report abuse  
Picture of Julio Villalba Julio Villalba - 2015-07-13 18:40:47
Is this purely theorical, or did you actually ran some tests, I'm kind of slow, so I can't really picture on my mind how would I go about say, switching a plc for a php server, do you happen to know which equipment could I use for such project

  2. Re: Doubts   Reply   Report abuse  
Picture of Tom Freund Tom Freund - 2015-07-13 19:11:16 - In reply to message 1 from Julio Villalba
This is based on prior experience in industrial automation.

The key to interfacing directly with the equipment is in the code for the executables enabled through popen.

So, in effect, the code for the executables (usually written in C) incorporates the details for interfacing with a sensor or actuator.