Skip to content

Communication with another IOC #124

Discussion options

You must be logged in to vote

I unfortunately don't know exactly what package you are referring to when you say import epics - there appears to be no package on PyPi of that exact name. I can say that the likely issue is regarding threading. The default softioc will start a cothread callback thread, and the main process must occasionally yield to allow cothread to run.

The way to solve this is to use either cothread or aioca depending on your preference for the async keyword - those documentation links should explain the differences.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jdmax
Comment options

@AlexanderWells-diamond
Comment options

@jdmax
Comment options

Answer selected by jdmax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants