System Synchronization #142
Unanswered
kaylanguyen1
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Could you provide more details please?
Depending on your answers to above, there could be a couple solutions. One way could be to have the task's intial_state be something like standby_state, then have your other program send a signal (via hardware or the API) that will cause a transition out of the standby_state. That transition will be logged with a timestamp that you can use to offset all later data during analysis. Another more complicated way, depending on what you need, could be to modify the pyControl GUI software by editing the code that starts the task |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently encountered an issue while coding our tasks in PyControl. Our goal is to have PyControl remain on standby until it receives a signal from another program, at which point it should start. However, it seems that PyControl always starts the timer as soon as we press "Start," and we haven't found a way to implement the desired standby behavior.
Does anyone happen to know if there's a way to achieve this synchronization?
Beta Was this translation helpful? Give feedback.
All reactions