Skip to content

Commit 40d87d5

Browse files
authored
Merge pull request SkylineCommunications#341 from RobbieDemaegdt/main
Update Skyline Logical Layer added import function
2 parents 475e717 + 2dafd5d commit 40d87d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connector/doc/Skyline_Logical_Layer.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Once you have set up the element as detailed above, it will show the following i
4848
- The **Conditions** page displays a table with the defined conditions and the result and settings.
4949
- The **Monitors** page displays three tables, for the Parameter Value, Element Alarm, and View Alarm Monitors.
5050

51+
The connector supports **importing** CSV files that have been exported with the built-in DataMiner table export function. For the **Parameter Value Monitors** table, the import will be based on the element name that was filled in. The import will fail if any of the entries is not correct. The file has to be available from the server, e.g. in the DataMiner Documents folder.
52+
5153
### Condition Syntax
5254

5355
Every comparison has to be started and closed with `< >`.
@@ -87,3 +89,5 @@ Any of the monitors can be used in a condition.
8789
Conditions can be reused inside other conditions.
8890

8991
To make use of the static variables, prefix the name with `@`: `<Number==@StaticNumber>`
92+
93+
Brackets are also supported. Example: `(<Condition1> or <Condition2>) and <Condition3>`

0 commit comments

Comments
 (0)