Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ardisdk:javascript_digital_signage_api [2016/08/02 02:58] optrix |
ardisdk:javascript_digital_signage_api [2016/11/30 01:04] (current) optrix |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| </code> | </code> | ||
| - | Where **address** is the IP address of the ARDI database (this includes the //site// or //database// code when an ARDI server supports multiple databases - for example, the PowerGen Demo on http://ademo.optrix.com.au has a code of **pd**, so the full address is **http://ademo.optrix.com.au/s/pd**. | + | Where **address** is the IP address of the ARDI database (this includes the //site// or //database// code when an ARDI server supports multiple databases - for example, the PowerGen Demo on http://ademo.optrix.com.au has a code of **pd**, so the full address is **http://ademo.optrix.com.au/s/pd**) |
| - | You'll need to know the **dynamic property code** for every asset property you'd like to display in your image or web page. | + | You'll need to know the **[[data points|data point name]]** for every asset property you'd like to display in your image or web page. |
| - | + | ||
| - | This code is made up of three parts - **Asset ID:PropertyID:Attribute**. | + | |
| - | + | ||
| - | The asset ID is ARDIs unique numeric ID for your asset, while the Property ID is the unique ID for the property. Finally, there's the [[ardibasics:attributes|attribute]] of your property. | + | |
| - | + | ||
| - | You can discover all of this information by clicking on the 'link' icon next to any of the properties in the [[ardiadminguide:property detail|property details]] of an asset. The last two items in the URL will give the asset and property ID, while the list of connection points will give you the code. | + | |
| For example, "23:20:measurement" is the code for the measured pressure on asset 23. | For example, "23:20:measurement" is the code for the measured pressure on asset 23. | ||
| Line 47: | Line 41: | ||
| [[Basic Digital Signage Examples]] | [[Basic Digital Signage Examples]] | ||
| - | [[D3.JS Web Page Example]] | ||