W dniu 07.06.2014 03:54, Chris Radek pisze:
> On Fri, Jun 06, 2014 at 06:52:03AM +0000, Chris Morley wrote:
>> This patch adds a pin to motion that allows rapids to be overridden
>> from 0 to 100 percent.
>> connecting this pin to halui.feed-override.value makes GUI's feed override
>> also control rapids.
>>
>> This patch does not add an NML command to control rapid override,
>> That is beyond my skill and I'm not sure necessary.
>>
> I pushed an alternative approach to cradek/rapid-override.  Please
> have a look?
>
> Chris
You have copy/paste error in halui support

+    if (check_bit_changed(new_halui_data.ro_increase, 
old_halui_data.ro_increase) != 0)
+        sendFeedOverride(new_halui_data.ro_value + 
new_halui_data.ro_scale);
+    if (check_bit_changed(new_halui_data.ro_decrease, 
old_halui_data.ro_decrease) != 0)
+        sendFeedOverride(new_halui_data.ro_value - 
new_halui_data.ro_scale);
+

those should be sendRapidOverride().
Also I think ini setting for max rapid override is not needed, there is 
no move at RO > 100.0 %.

Michael


> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers
>
>


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to