Persistent data exchange#268
Merged
PTKu merged 7 commits into256-_TEMPLATE_Template_Simple_needs_additional_testing_and_improvmentsfrom Nov 9, 2023
Merged
Persistent data exchange#268PTKu merged 7 commits into256-_TEMPLATE_Template_Simple_needs_additional_testing_and_improvmentsfrom
PTKu merged 7 commits into256-_TEMPLATE_Template_Simple_needs_additional_testing_and_improvmentsfrom
Conversation
added 7 commits
November 8, 2023 09:23
…and_improvments' into PersistentDataExchange
PTKu
approved these changes
Nov 9, 2023
cba4969
into
256-_TEMPLATE_Template_Simple_needs_additional_testing_and_improvments
PTKu
added a commit
that referenced
this pull request
Nov 23, 2023
…257) * Create draft PR for #256 * again paths, paths and paths.... :( * again paths, paths and paths.... :( * messenger and logger optimization - messenger now reduces the number of items need to be read from the controller by gouping message status into a single variable. - logger now limits the reading of the messages to caret counter. * performance improvements - replaces context checks using simple expression * test fix where improper context mock implementation * adjust template.simple config + additions * adjust template.simple config + additions * _axoContext * THIS._context_ in inherrited object to _context_ * THIS.GetContext() work in tasks with property _context_ * seq, axotask, axoobj * sequncer init steps * getContextUnsafe() * ignore * adjusts to lates AX# update * cylinder init when context is nulll * task execute optimalization * cylinder init fix * axo task inline * axo task clean up * updates to AX# 0.15.0-alpha.159 * messanger on conditition * AxoCylinder optimize * axo task status * fix axotask * sequencer optimalization * sequncer cast * var for opencycle count * step inline calls * fixing axostep * AxoCylinder initialize only with AxoObject * investigation for cylinder speed up * wip for synch * axo dataman performance opt. -10% on cyclic calls * AxoDataman - go back * axodatatman optimized just object init * axocomponent inlining * AxoInsight optimalization - init of objects * axo messanger inline optimalization * fix cylinder app * serve clean * sets dotnet to 7.0.402 * updates ax# packages and remover -L due to apax 2 * fix an issue with string interpolation in remote task * [wip] improvements to messaging add new UI * nesting depth reduction in data * nesting depth redution in inspectors * template simple refactoring * various asps * additional fixies to axomessenger * asp * fixes an issue in log dequeue missing await * fix some issues with data in template.simple * additional visual improvement on AxoComponent and AxoMessenger details * various template.simple additions * add remote data handling for starer unit * optimalization in Digital and Analog signals * adds guiding feature to templates * asp * Create draft PR for #262 * Add Draggable project, with all component for draggable items * Add readme * Using mongo repo * mono ref in twin, init repo on server side * add proj ref to server app * entityData, UnitHeader, estations * unit process data * snippets * Changes in Draggable - added more customizing option. Updated readme * context initialize entity repository * unit template razor fix * template service fix * repository extension * code tour * split settings and data * Unit tour * added technology data on plc side * try to fix tech data * fix unit template service init * fix tour * fix template services * tech settings to navigation menu * technology data view * starter unit technology data * technology data in ground and auto seq * fix technology data in template.simple * Rename to VisualComposer. Presentation options changed. * add visual composer to template * Unit object in unit * UnitObject as a public class - issue with accessibility on .net side * Components member fix in Unit * UnitTemplate - init repositories, naming * Added accordion in "Show all" * checks for apax.yml existence in dirs * updates docfx * Do not traverse the entire tree * Chnage buttons visualization * WIP * Persistent data exchange (#268) * mongo dateonly serialization * Persistent data exchange in PLC and extension on .net side * persistent exchange documentation * persistent data exchange documentation * Persistent tests and docu * fix excel test, traversalBuilds - tmp_Build.ps1 --------- Co-authored-by: blazej.kuhajda <blazej.kuhajda@mts.sk> * fix and docu for persistent exchange * added instance of persistent data to template * Templates.Simple brief documentation * Refactoring. Add option for changing template. Add search option. Added "ShowAllPrimitives". * fix axoRemoteTask test * concurrent calls for persistent exchange * testing persistent data view * persistent attribute fix * persistent exchange - only concurent usage * Tuning steps working with persisten data in ground * axosimple, Ground seqnce small adjustment * asp * alings template with recent changes * fix Usage of persistent call in unit.st * AxOpenData, documentation with usage * Persistent ReadFromRepository using lethargic write to Controller * persistent readTest needs to fix dummy connector * fixing repository issue in template * fixing namespace Ix.Repository --------- Co-authored-by: PTKu <PTKu@users.noreply.github.com> Co-authored-by: Peter <61538034+PTKu@users.noreply.github.com> Co-authored-by: blazej.kuhajda <blazej.kuhajda@mts.sk> Co-authored-by: Lukas Kytka <lukas.kytka@mts.sk> Co-authored-by: Brano5 <Brano5@users.noreply.github.com> Co-authored-by: Branko Zachemsky <bzachemsky@gmail.com> Co-authored-by: BlazejK <blazej.kuhajda@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added presistent data exchange -> tool that store or load any primitive variable to/from repository.
How Has This Been Tested?
Written tests on Controller side (Ax) and .net side
Test Configuration:
Checklist: