Changelog 3 1 6 » History » Version 3
Torbjorn Carlqvist Admin, 01/06/2023 10:02 PM
1 | 1 | Torbjorn Carlqvist Admin | h1. Changelog 3.1.6 |
---|---|---|---|
2 | |||
3 | version:3.1.6 (2022-12-27) |
||
4 | |||
5 | * New features: |
||
6 | 2 | Torbjorn Carlqvist Admin | 1. Sending text message as JS_EVAL now sends back a text message with topic JS_EVAL_RESULT (if any) |
7 | 2. Lion Binary Outputs now reading channel status to set *feedback property* on Binary Output objects automatically (when intrinsic reporting is enabled on the objects, not by default in new installations) |
||
8 | 3. There are two new static JS objects - ObjectType and PropertyIdentifier which can be used to translate from/to enum number. This would be the standard and text representation of the objects and pros will follow. |
||
9 | 1 | Torbjorn Carlqvist Admin | Example: |
10 | <pre><code class="javascript"> |
||
11 | 3 | Torbjorn Carlqvist Admin | print(ObjectType.binaryOutput); // - 4 |
12 | print(PropertyIdentifier.presentValue); // - 85 |
||
13 | 1 | Torbjorn Carlqvist Admin | </code></pre> |
14 | Note, using just "presentValue" and "binaryObject" will work still for backward compatibility but will eventually be obsolete. |
||
15 | 3 | Torbjorn Carlqvist Admin | Also, in ver 3.1.7 two help methods will be avalible like this: |
16 | <pre><code class="javascript"> |
||
17 | print(getObjectTypeById(4)); // - "binaryOutput" |
||
18 | print(getPropertyById(85)); // - "presentValue" |
||
19 | </code></pre> |
||
20 | |||
21 | |||
22 | 1 | Torbjorn Carlqvist Admin | |
23 | * Smaller feature changes |
||
24 | The project tree is now supporting file/folder update on all levels. |
||
25 | Many fixes to intrinsicReporting and alarms on all views. |
||
26 | Scrollable object lists in object view |
||
27 | More compact object view in object list |
||
28 | Now possible to add more NC-objects from menu in addition to the default "Local Reporting" object. |
||
29 | |||
30 | |||
31 | |||
32 | |||
33 | |||
34 | |||
35 | |||
36 | * Bug fixes: |
||
37 | #12 |
||
38 | |||
39 | |||
40 | * Build: |
||
41 | HMI/Diagram ver. 2.7.2 update |
||
42 | Lion new version 2.6 |