-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW-FEATURE] Add feature for an easily customizable View #262
Comments
/cib |
Branch 262-_NEW-FEATURE_Add_feature_for_an_easily_customizable_View created! |
PTKu
added a commit
that referenced
this issue
Nov 10, 2023
* Create draft PR for #209 * IAxoDrive interface first concept * sync with dev * drives abstraction wip * Abstract AxoDrive * AxoDrive Abstract * HWtest * 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 * backup before solving sld issue * _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 * acyclic communication added * ReadParameter added * WriteParameter added * fixes an issue in log dequeue missing await * homming including write parameter added * fix some issues with data in template.simple * additional visual improvement on AxoComponent and AxoMessenger details * various template.simple additions * homing works * add remote data handling for starer unit * MoveAbsolute, MoveRelative, MoveAdditive, MoveVelocity, TorqueControl * 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 * rdy2 play with * added technology data on plc side * sync * try to fix tech data * fix unit template service init * update * fix tour * fix template services * tech settings to navigation menu * technology data view * starter unit technology data * docu bugs fixed * technology data in ground and auto seq * messenger * messages from PLCopen added * cleanup * fix technology data in template.simple * MoveRelative continous update * adds drives to pipeline * fixes some infrastructure issues * Rename to VisualComposer. Presentation options changed. * rw parameters except real one, plus device IO * 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 * move relative continous update fixed * move absolute continous update * move velocity continous update * torque control-direction+continous update * jogging * checks for apax.yml existence in dirs * all motion methods running in sequencer * IsFirstExecutionCycle added * AxoTask-detection of the multiple call of the Execute method called * build fix * Abbility to suspend multiple task execute method call added * Temporary bypass of the multiple inspector call inside one PLC cycle * adds llvm targed for rexroth drive libraries --------- Co-authored-by: TomKovac <[email protected]> Co-authored-by: Peter Kurhajec <[email protected]> Co-authored-by: TK <[email protected]> Co-authored-by: PTKu <[email protected]> Co-authored-by: Tomas Kovac <[email protected]> Co-authored-by: blazej.kuhajda <[email protected]> Co-authored-by: Lukas Kytka <[email protected]> Co-authored-by: Brano5 <[email protected]> Co-authored-by: Branko Zachemsky <[email protected]>
PTKu
added a commit
that referenced
this issue
Nov 10, 2023
…the suspending) (#267) * 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 * checks for apax.yml existence in dirs * Create draft PR for #222 * disable paralel build * Abbility to abort task remotely disabled by default * asp --------- Co-authored-by: PTKu <[email protected]> Co-authored-by: Peter <[email protected]> Co-authored-by: blazej.kuhajda <[email protected]> Co-authored-by: Lukas Kytka <[email protected]> Co-authored-by: Brano5 <[email protected]> Co-authored-by: Branko Zachemsky <[email protected]> Co-authored-by: TomKovac <[email protected]> Co-authored-by: TK <[email protected]>
PTKu
added a commit
that referenced
this issue
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 <[email protected]> * 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 <[email protected]> Co-authored-by: Peter <[email protected]> Co-authored-by: blazej.kuhajda <[email protected]> Co-authored-by: Lukas Kytka <[email protected]> Co-authored-by: Brano5 <[email protected]> Co-authored-by: Branko Zachemsky <[email protected]> Co-authored-by: BlazejK <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add feature for an easily customizable View(e. g.: Operator View)
The text was updated successfully, but these errors were encountered: