Integrated Development Platform [11-29-2023]
FIXED:
- Updating the start time of a script was not resetting the counter using the new time. This is now fixed.
- Scripts were returning warnings when there were empty lines at the top of a script. This is now fixed.
- If a Display Script exists for an instance, there will be a link to it in the instance Overview tab in the Model Explorer.
Integrated Development Platform [09-21-2023]
CHANGED:
- In the Script Configuration dialog, the text label 'Output Type' has been changed to 'Run Mode'
- When editing Script configuration, you can now change the Run Mode, from 'Browser Script' to 'Display Script', for example.
- If a Display Script exists for an instance, there will be a link to it in the instance Overview tab in the Model Explorer.
Integrated Development Platform [07-26-2023]
FIXED:
-
On a script, there are two options 'Start Time' and 'Interval' that if updated, were not being read correctly when the script runs. The old values were still being used. This has been corrected.
Integrated Development Platform [01-11-2023]
FIXED:
-
The getTimeSeries function should return empty array instead of errors/php warnings when no data is present: this is now the case.
.
-
The Edit Script Configuration dialog inside the Mini IDE has been improved to make configuration, including scheduling, more intuitive.
Integrated Development Platform [03-29-2023]
FIXED:
- When creating a script from the instance tab, the user has the option to enter a 'Custom' value. This field was not showing up in the Edit Script Configuration dialog in the mini-IDE: this oversight has been corrected and the field displays.
- The mini-IDE set-up script now automatically runs when the component is loaded; it is no longer required to run Setup manually from within the mini-IDE. The Setup button (previously at bottom left) has been removed.
Integrated Development Platform [12-22-2022]
FIXED:
Scripting 'Run on Instance' Dropdown can be ambiguous.
- Previously, the instances shown could be duplicates due to a path ambiguity problem. Now only discrete instances are shown in the dropdown.
Integrated Development Platform [9-15-2022]
CHANGED:
- The title for the scripts tab has been changed from 'Type Scripts' to 'Scripts'.
- If a Display Script exists on a Type, it is also available on any instances of the Type. Use the Ellipsis on the row of the instance to run the display script. The name of the script is determined by the name of the saved display script, for example, 'Motor Information'.
- When viewing scripts on an Instance, if the output for a script is set to Browser, a Preview button allows instantly previewing the output of the script.
- When working on a 'type' script in the Mini-IDE, if instances of the type exist, they are selectable from a drop-down box at the top of the script. This allows Previewing the type script for a specific instance. This capability has also been extended to include Objects.
Integrated Development Platform [09-28-2021]
ADDED:
- Expressions can now return current values. This makes it possible to use expressions in Process Layouts, the Value Gauge, and for displaying KPIs.
Integrated Development Platform [05-17-2021]
FIXED:
- Moving time forward - scripts now run from a starting point and only to the current date, used to work into future dates
- Minor bug fixes
Standardized to UTC zone
Integrated Development Platform [04-20-2021]
ADDED:
- Can run scripts and see output in the IDE
Integrated Development Platform [02-03-2021]
ADDED:
- Can connect to the Model through PHP classes/objects to easily access the data