-
Notifications
You must be signed in to change notification settings - Fork 9
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
An error #29
Comments
Hi Byeongdulee. I think your problem is here:
|
These changes were added in master, but were not released. I will make a release later today and comment on here.
This will not work at the moment, as pythonSoftIOC does not build in support for the motor record. There are two things that would need to be done to make that work:
Unfortunately we don't have the time to do either of those at present Can I ask what is your use case for making an IOC with python device support for a motor record? |
Thank you Alexander and Tom. |
If you avoid the motor record, then you could do this with pythonSoftIOC. If you need the motor record I'm afraid it won't be suitable at the moment |
Hi,
I am trying to make my own motorRecords by modifying db and found examples under tests.
My softioc is pip installed, and it produces the error below:
pythonSoftIOC/tests] python sim_asyncio_ioc_override.py myprefix
Traceback (most recent call last):
File "sim_asyncio_ioc_override.py", line 36, in
softioc.iocInit(asyncio_dispatcher.AsyncioDispatcher(event_loop))
TypeError: init() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered: