ionly.pid
来自「稀疏矩阵、链表、图、队列、二叉树、多叉树、排序、遗传算法等的实现」· PID 代码 · 共 29 行
PID
29 行
# ionly.pid
#
# integral gain only
# initial settings
P=0 Proportional gain
I=1.0 Integral gain
D=.0 Derivative gain
H=0 output Hold
A=0 Acceleration feed forward
F=0 Friction feed forward
V=0 Velocity feed forward
B=0 constant Bias
R=0 acceleration Rate
S=60 Set point
T=1 Transfer ratio
L=.368 response Lag
N=0 miNimum output
M=100 Maximum output
W=0 sleW limit
Y=21 cYcle count
# timed events
# finished 21 cycles, time to quit
@21 Q Quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?