1.In HSDBASE eine Tabelle mit der Speicherart RAM anlegen, Variablen anlegen und Erfassung starten.

2.Den Ordner "hslive" in dem Verzeichnis "htdocs" ablegen.

3.In der Datei innercontent.php den Namen der Steuerung und der Tabelle (identisch wie in HSDBASE) anpassen

4.Im Browser ber localhost/hslive abrufen.

5.In der aktuellen XAMPP Konfiguration ist eine notwendige Erweiterung standardmssig deaktiviert. ("Fatal error: Uncaught Error: Call to undefined function socket_create()")
  Die Erweiterung kann ber die php.ini aktiviert werden. Hierzu im XAMPP ControlPanel beim Modul Apache den Konfig-Button / php.ini bettigen. Und die Zeile 

  extension=php_sockets.dll
  
hinzufgen.Danach Apache neu starten.	



1. open HSDBASE, create a table with save type "RAM" and start your aquisition  

2. copy the folder hslive to your htdocs folder

3. open innnercontent.php and change the name of the plc and the table

4. open localhost/hslive with your web browser  

5. in the actual XAMMP configuration the neccessary socket extension isn't activated. ("Fatal error: Uncaught Error: Call to undefined function socket_create()")  
   Start the XAMPP control panel and click the config button for the apache modul. Open php.ini and add the line
 	
  extension=php_sockets.dll

Restart Apache.	