- 积分
- 992
- 注册时间
- 2014-12-4
- 最后登录
- 1970-1-1
- 打卡等级:偶尔看看
- 打卡总天数:105
- 打卡总奖励:319
|
发表于 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)
|
|