Setting Values in INI vs HAL
- richcolvin
-
Topic Author
- Away
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 0
09 Oct 2025 17:53 #336166
by richcolvin
Setting Values in INI vs HAL was created by richcolvin
Is there any reason to set the values for pins / parameters in the INI vs. the HAL? Is using the INI simply a best practice?
For example, this line are in the HAL file:
setp pid.u.Pgain [JOINT_4]P
and this in in the INI file
P = 1000.0
I assume I could set this value in the HAL file without using the INI file:
setp pid.u.Pgain 1000.0
For example, this line are in the HAL file:
setp pid.u.Pgain [JOINT_4]P
and this in in the INI file
P = 1000.0
I assume I could set this value in the HAL file without using the INI file:
setp pid.u.Pgain 1000.0
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
Less
More
- Posts: 4720
- Thank you received: 1435
09 Oct 2025 17:59 #336168
by Todd Zuercher
Replied by Todd Zuercher on topic Setting Values in INI vs HAL
For one, thing the "Calibration" window will not show that as a tune-able option in the calibration window.
The following user(s) said Thank You: richcolvin
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds