-
Notifications
You must be signed in to change notification settings - Fork 2
Beckhoff: Implement AUTO_ONOFF #6839
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
Comments
Just to clarify, |
looks like some autoonoff support is now in motor module https://github.com/ISISComputingGroup/EPICS-motor/blob/ee89b58c93fb5b2388fa28a52ac7c210de71c8b0/motorApp/Db/asyn_auto_power.db |
Yes, currently we need to do the auto bit ourselves, I'll talk to Simon about whether it makes sense to put it in the PLC. Yes, it's read/write. |
So far what i've got is: ISISComputingGroup/EPICS-tcIoc#10 note: after testing if this works OK remove the print |
This looks like it would work if it wasn't for #6874 |
#6874 has solved DMOV and MOVN i believe so this may work, i'll test and put in review if it does |
ok, still needs some work, cant seem to get it to disable the axis now for some reason and we need to propagate it through to the GUI, so im going to shelve for now in favour of other work |
Uh oh!
There was an error while loading. Please reload this page.
As a user of a Beckhoff controller I would like the option to set my axes to automatically energise/de-energise between moves or to set them to always be on. This functionality is already there in the GALIL as AUTO_ONOFF. The Beckhoff variable for setting whether the motor is on or not is BENABLE.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: