Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
aql:stack_example_b [2020/01/03 03:22] optrix |
aql:stack_example_b [2020/01/03 03:24] (current) optrix |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| And now our script has reached its end. As a result, we have the name, ern and ARDI ID of the asset //Temperature Sensor #1//, which has ERN number TE101. | And now our script has reached its end. As a result, we have the name, ern and ARDI ID of the asset //Temperature Sensor #1//, which has ERN number TE101. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | The key to the system though is how you can chain commands together to create complex results. What if we wanted to know the value of a particular property for this asset? Or find out which properties were available for it? | ||
| + | |||
| + | In [[stack_example_c|page 3]], we will see how we can keep the stack going to ask more interesting questions. | ||