Skip to content
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

[QUESTION] Suspend task should be optional (default should not allow the suspending) #222

Closed
PTKu opened this issue Sep 23, 2023 · 2 comments · Fixed by #267
Closed

[QUESTION] Suspend task should be optional (default should not allow the suspending) #222

PTKu opened this issue Sep 23, 2023 · 2 comments · Fixed by #267
Assignees
Labels
question Further information is requested
Milestone

Comments

@PTKu
Copy link
Contributor

PTKu commented Sep 23, 2023

Interrupting Execute call may be problematic when continuous control is expected.

a

@PTKu PTKu added the question Further information is requested label Sep 23, 2023
@PTKu PTKu added this to the 0.4 milestone Sep 28, 2023
@PTKu PTKu self-assigned this Sep 28, 2023
@TomKovac
Copy link
Collaborator

TomKovac commented Nov 9, 2023

/cib

@IX-BOT
Copy link
Contributor

IX-BOT commented Nov 9, 2023

IX-BOT pushed a commit that referenced this issue Nov 9, 2023
@PTKu PTKu closed this as completed in #267 Nov 10, 2023
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 <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: TomKovac <TomKovac@users.noreply.github.com>
Co-authored-by: TK <61820360+TomKovac@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants