Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardisdk:creating_an_event_ardi_driver [2024/09/24 23:44]
optrix
ardisdk:creating_an_event_ardi_driver [2024/09/24 23:46] (current)
optrix [Creating a Web Interface]
Line 202: Line 202:
 This will require some basic HTML & PHP. This will require some basic HTML & PHP.
  
-Firstly, copy one of the existing drivers user interfaces by copying **/opt/ardi/web/data/live/text** to **/opt/ardi/web/data/live/text2** (the folder name must match the name of the driver folder & file).+Firstly, copy one of the existing drivers user interfaces by copying **/opt/ardi/web/data/event/logfile** to **/opt/ardi/web/data/event/logfile2** (the folder name must match the name of the driver folder & file).
  
 There are several PHP files in this folder. Click on them for examples and documentation on what they do. There are several PHP files in this folder. Click on them for examples and documentation on what they do.
Line 211: Line 211:
 |[[saveconfig-source_php|saveconfig-source.php]]|Convert the properties set in //configure-source.php// to a machine-readable address string| |[[saveconfig-source_php|saveconfig-source.php]]|Convert the properties set in //configure-source.php// to a machine-readable address string|
 |[[friendlyname_php|friendlyname.php]]|Convert the address from //saveconfig-source.php// to a human-readable text string| |[[friendlyname_php|friendlyname.php]]|Convert the address from //saveconfig-source.php// to a human-readable text string|
-|[[link_php|link.php]]|The user interface for setting up a data link between the source and an asset property| 
-|[[encode_php|encode.php]]|Convert the properties set in //link.php// to a machine-readable address string| 
-|[[decode_php|decode.php]]|Convert the address from //encode.php// to a human-readable description|