|
發表於 2013年8月14日 01:06 PM
|
顯示全部樓層
本帖最後由 davidlitmanen 於 2013年8月14日 01:12 PM 編輯
我終於找到使用者手冊了,看原文就不用猜來猜去,L大你那個圖真的有錯啦,你一定動到什麼設定了。
1-to-1: Output is equal to the input (not editable).
Fixed: Output is constant regardless of input (not editable).
Min/Max: Output is -100 if input is < 0 and 100 if input is >= 0 (not editable)
Zero/Max: Output is 0 if input is < 0 and 100 if input is >= 0 (not editable)
>0: Output is 0 if input is < 0 and matches the input when >= 0 (not editable)
<0: Output matches the input when < 0 and is 0 if input >= 0 (not editable)
ABSVAL: Output is the absolute-value of the input (not editable)
EXPO: Apply exponential curve to the input for non-linear response (editable)
Deadband: Output will not respond to input values near zero (editable)
Multi-point: Curve is based on 3 to 13user-defined points
以下我針對能不能使用多點(3, 5 , 9,點)曲線來取代這些預置曲線來討輪
1-to-1: 可以
Fixed: 可以
Min/Max: 不行
Zero/Max: 不行
>0: 可以
<0: 可以
ABSVAL: 可以
EXPO: 可以
Deadband: 不行
Multi-point: 它就是多點曲線
姑且不討論怎麼用這些曲線,針對那些可以被多點曲線取代的功能,至少它存在的意義就是讓設定者可以快速選擇的模板,或是讓拷貝人家設定的人可以立即了解這個曲線的意義並且也不容易亂動讓設定跑掉。 |
|