-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing HIGH_LIM specification in motors.iocsh #46
Comments
As noted elsewhere, the high limit switch value can be controlled by adding
|
prjemian
added a commit
that referenced
this issue
Feb 8, 2021
This change is not necessary since a default value of 32000 is supplied if
|
What imposes the high limit switch value for this soft asynMotor? |
The HIGH_LIM symbol is now in the substitutions file. Moved the second question to a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When choosing a smaller MRES value than the default 0.01 in
motorSim.substitutions
, encountered that withMRES=1.0e-5
, the high limit switch for a soft asynMotor was unexpectedly at 0.32.xxx/iocBoot/iocxxx/substitutions/motorSim.substitutions
Lines 4 to 5 in bbe1efc
I note this is a coincidence with the values of HLM=32000 and MRES=1e-5.
This happens when using
motorSim.iocsh
frommotorSim.iocsh
:xxx/iocBoot/iocxxx/examples/motors.iocsh
Line 6 in bbe1efc
The text was updated successfully, but these errors were encountered: