-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from guirodrigueslima/dev
Bug fix and new Control Loop functionality. These improvements include some optimizations, bug fixes and new functions such as AnalogInput, Over Flow, On-Targer and Error. These improvements have been running on the Carnauba beamline at Sirius/CNEPM for over a year and have already prevented collision accidents in the past. Three new PVs were added (Analog Target Input, On-Target and Over Flow). Furthermore, a bug was observed where only the PID configurations for axis 1 were working, so the PIasynAxis::createCLParams() function was removed from the loop and now createParam() is instantiated only once in PIasynController::PIasynController( ), the values are defined by the ADDR variable of each respective axis. The PV LAST_ERR was removed from PI_SupportCtrl.db, as this database only works for controllers with a coordinate system. The PV was added to the PI_SupportError,db file and a new PV was also created to clear the last CLEAR_ERR error.
- Loading branch information
Showing
19 changed files
with
309 additions
and
497 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.