Ruslan Posted March 7, 2018 Report Share Posted March 7, 2018 Tell me where to download the latest version state machine 1 Quote Link to comment Share on other sites More sharing options...
Jim Kring Posted March 7, 2018 Report Share Posted March 7, 2018 The latest official release is available for download and installation with VIPM. That said, we do have pre-release versions of JKI State Machine that you can download, try out, and provide us with feedback. Check out the JKI State Machine Releases page on our GitHub. Quote Link to comment Share on other sites More sharing options...
Ruslan Posted March 29, 2018 Author Report Share Posted March 29, 2018 Спасибо!!! Quote Link to comment Share on other sites More sharing options...
Jim Kring Posted March 29, 2018 Report Share Posted March 29, 2018 4 minutes ago, Ruslan said: Спасибо!!! Пожалуйста!!! Quote Link to comment Share on other sites More sharing options...
Ruslan Posted March 30, 2018 Author Report Share Posted March 30, 2018 А можно вопрос, как быть если в какой-то frame работает долго, тогда вся программа не реагирует на события. Как быть в этом случае? Quote Link to comment Share on other sites More sharing options...
Jim Kring Posted March 30, 2018 Report Share Posted March 30, 2018 11 hours ago, Ruslan said: А можно вопрос, как быть если в какой-то frame работает долго, тогда вся программа не реагирует на события. Как быть в этом случае? I have to confess that I don't speak Russian I think you said (according to Google Translate), "How could it be the case that a frame works for a long time, and then the whole program does not respond to events?" I'm not sure without looking at your specific code/example. Quote Link to comment Share on other sites More sharing options...
Ruslan Posted March 31, 2018 Author Report Share Posted March 31, 2018 thanks for the response. While there is no code, I just hypothetically looked at the structure and there was such a question. For example, if in some "case" there is a long calculation, then accordingly the program does not respond to events ... Or am I wrong? Quote Link to comment Share on other sites More sharing options...
Jim Kring Posted March 31, 2018 Report Share Posted March 31, 2018 Hi @Ruslan. Yes, if a Case Structure frame is doing work, the Event Structure frames will not execute (until the Case Structure is done and there is no more “work” on the state string shift register / queue (unless the “Idle” state is called explicitly by adding it to the state string queue). However, Events (that the Event Structure is registered for) will still be queued up for the Event Structure to handle once the work is done in the Case Structure. hope that helps, Jim Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.