搜索
12
返回列表 发新帖
楼主: mayseven

关于控制方法的选择

  [复制链接]
  • 打卡等级:偶尔看看
  • 打卡总天数:101
  • 打卡总奖励:315
发表于 2019-6-26 12:23:30 | 显示全部楼层
蜻蜓 发表于 2019-6-23 09:15
You once asked how to compensate for a load changing from 1 ton to 100 tons.  I would put pressure ...

x轴可以是时间或另一轴的位置。
y轴通常是位置,但它可以是任何东西。 Y轴可以是增益。
使用CRV_INTERP_Y函数
CRV_ID //曲线编号
X_Value // x值
Y_Value = CRV_INTERP_Y(CRV_ID,X_VALUE)//计算y值

The x axis can be time or the position of another axis.
The y axis is normally the position, but it can be anything.  The Y axis can be a gain.
Use the CRV_INTERP_Y function to use
CRV_ID
X_Value
Y_Value = CRV_INTERP_Y(CRV_ID,X_VALUE)
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则