10010.02.12 UP DEV : UP - 3.27.1

System requirement

SystemEmpfehlung
Actifsource

11.1.0.202111080830

UP connectUP - UPconnect V1.5.5
JavaAdoptOpenJDK 11.0.12+7
Eclipse4.21.0
OSWin 7/8.1/10, macOS Big Sur
OS Architecture64 Bit
Processor64 Bit
RAM8 GB
DiskSSD

Download

The complete package with

  • Eclipse
  • Java
  • Actifsource
  • UP (the latest minor version)

can be downloaded from the AVM Cloud. The credentials are identical to those for the UP update.

Update Site

https://updates.avm.swiss/up

Bugs / Features / Improvements

Bug

  • [AVMASPDEV-2380] - UPAct: clear assignment of report/log entry to test action
  • [AVMASPDEV-2413] - Strings are not properly displayed
  • [AVMASPDEV-2429] - Generation-error if FreeRun is not selected in taksGroup
  • [AVMASPDEV-2439] - Output of function block type can not be used as input for second function block type
  • [AVMASPDEV-2451] - Multiple occurrences of the same GUID in the generated file leads to warning
  • [AVMASPDEV-2465] - ResetAll does not work for grand child
  • [AVMASPDEV-2469] - SimulationAll does not work for grand child
  • [AVMASPDEV-2470] - Function in function ends with missing argument
  • [AVMASPDEV-2478] - Function Call in Function generates wrong code
  • [AVMASPDEV-2481] - ChildIterator data methods invalid GUID (Reorder problem)

Task

Improvement


Refactorings

Standard type strings removed

Standard type strings like STRING10, STRING40, ... are not longer supported. Use STRING or WSTRING type with first arrayIndex as length definition.

Use "Replace standard type strings" to replace deprecated standard type strings with STRING and literal arrayIndex length. If a specific Constant for string length required, implement refactoring manually.

Additional information

  • With replacement of standard type string a view bugfixes solved (String length definition for Service Ui, Custom string length support at common interface extension, ..). At other hand, support for deprecated ArrayType further reduced with this UP version, please replace it manually.
  • If prefixes for standard type string declared, delete them manually.