|
發表於 2013年2月2日 10:40 PM
|
顯示全部樓層
原帖由 bob1329 於 2013年2月2日 08:54 PM 發表 
小弟有一台雙電變攀岩車
用2個電變混控
ch3動作使2個電變同時前進後退
ch4動作只驅動前輪電變前進後退
把下面的内容拷贝然后粘贴到你的modelxx.ini文件对应[channel3]、[channel4]的位置,应该可以实现上述功能。
[channel3]
template=simple
[mixer]
src=THR
dest=Ch3
[channel4]
template=complex
[mixer]
src=THR
dest=Ch4
usetrim=0
[mixer]
src=RUD
dest=Ch4
usetrim=0
muxtype=add |
|