ReleaseNotes:Feature Review December 2017: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
(Created page with "This summary covers Planimate enhancements in 2017, over versions 8.87.2 to 9.16.1. = Planimate Version 8 Release = The highly anticipated Planimate 8 was released, the first...")
 
No edit summary
Line 7: Line 7:




= dotNET Integration and Libraries =
= dotNET Integration =
== Model Editing Interoperability ==
During model editing, autocomplete is provided for references to managed class properties and methods. From the point of view of a modeller, these class methods and properties become part of the Planimate routine language.
 
== Data interface ==
Planimate dates and times are automatically translates between Planimate and their dotNET counterparts. The same applies to color values, automatically translating Planimate colour palette indicies and ARGB values as appropriate.
 
== Windows dotNET controls ==
Managed windows can be embedded in Planimate panels, with support for
viewports and anchor layout, just as if they were any other view or paint object.
 
=== LiveCharts Graph Library Connectivity  ===
A class library enabling LiveCharts graphs to be embedded in Planimate
models is functional and continues to be enhanced
 
== Planimate Embeddable In Other Applications ==
Planimate remains embeddable in a dotNET application, with extensions to the Planimate-As-A-DLL API that is exposed to c# code. In fact, the interface is virtually identical, whether Planimate is being embedded or is the one embedding a managed class.
 
== Azure/Cloud Interface ==
A class libray enabling models to push and pull data from the Azure cloud opens up new distributed and real time data sharing capabilities.
 
== MySQWL Library ==
A class library enabling efficient and secure connectivity to MySQL servers in the Azure cloud has been developed. This superceeds the ODBC interface.


= Azure/Cloud Interface =
= Editing and Modelling =
= Editing and Modelling =
= License KEy Handling =
License keys are now delivered as a block of text, though KEY files are still supported. Mechanisms for a model to determine a key authorisation level and enable the user to reselect a key file (eg: after upgrtding) have been provided. This includes enabling an application to be delivered with a time limited key that can subsequently be upgraded by the end user.
By default Planimate now installs as a single user only application, however searching for keys in an all user installation is now supported.
= Features Changed, Removed =
= Features Changed, Removed =
* Interaction mode has been removed from model editing, you access interaction details through the context menu in object mode.
* Sending and receiving broadcasts via TCP/UDP has been removed. Such capability can be provided as a DLL when required.
* The /BATCHTIMEOUT command line option has been removed (obsolete).
* The command line option to write the debug log to a TCP or serial port has been removed.
* Paint inheritance is no longer supported as modern models use a single UI panel and a roaming viewport. Older models will load but the inherited relationship is lost.
* The RunCommand() routine operation has been enhanced to return process return codes and has new error codes (9.4.0).




=
=

Revision as of 19:24, 9 January 2018

This summary covers Planimate enhancements in 2017, over versions 8.87.2 to 9.16.1.

Planimate Version 8 Release

The highly anticipated Planimate 8 was released, the first full release since version 6, featuring a contemporary editing interfaces, profesionally designed and larger icons, a new set of introduction and demonstration models and many increases in performance and under-the-hood improvements. Most of the developments on this page are for Planimate 9, available to licensed users.


dotNET Integration

Model Editing Interoperability

During model editing, autocomplete is provided for references to managed class properties and methods. From the point of view of a modeller, these class methods and properties become part of the Planimate routine language.

Data interface

Planimate dates and times are automatically translates between Planimate and their dotNET counterparts. The same applies to color values, automatically translating Planimate colour palette indicies and ARGB values as appropriate.

Windows dotNET controls

Managed windows can be embedded in Planimate panels, with support for viewports and anchor layout, just as if they were any other view or paint object.

LiveCharts Graph Library Connectivity

A class library enabling LiveCharts graphs to be embedded in Planimate models is functional and continues to be enhanced

Planimate Embeddable In Other Applications

Planimate remains embeddable in a dotNET application, with extensions to the Planimate-As-A-DLL API that is exposed to c# code. In fact, the interface is virtually identical, whether Planimate is being embedded or is the one embedding a managed class.

Azure/Cloud Interface

A class libray enabling models to push and pull data from the Azure cloud opens up new distributed and real time data sharing capabilities.

MySQWL Library

A class library enabling efficient and secure connectivity to MySQL servers in the Azure cloud has been developed. This superceeds the ODBC interface.

Editing and Modelling

License KEy Handling

License keys are now delivered as a block of text, though KEY files are still supported. Mechanisms for a model to determine a key authorisation level and enable the user to reselect a key file (eg: after upgrtding) have been provided. This includes enabling an application to be delivered with a time limited key that can subsequently be upgraded by the end user. By default Planimate now installs as a single user only application, however searching for keys in an all user installation is now supported.

Features Changed, Removed

  • Interaction mode has been removed from model editing, you access interaction details through the context menu in object mode.
  • Sending and receiving broadcasts via TCP/UDP has been removed. Such capability can be provided as a DLL when required.
  • The /BATCHTIMEOUT command line option has been removed (obsolete).
  • The command line option to write the debug log to a TCP or serial port has been removed.
  • Paint inheritance is no longer supported as modern models use a single UI panel and a roaming viewport. Older models will load but the inherited relationship is lost.
  • The RunCommand() routine operation has been enhanced to return process return codes and has new error codes (9.4.0).


=