12-18-2008 10:34 AM - edited 12-18-2008 10:39 AM
Sorry all is my fault actualy. I was 100% sure i saw the Array Subset function.
12-27-2008 09:21 AM
12-27-2008 06:33 PM - edited 12-27-2008 06:34 PM
In fairness, the lower selector (F) of the upper select function is not guaranteed to be false, at least not from the picture provided.
We also can't see what the ? is wired to in the lower select function.....
So they may at least have proper functionality. True, it could be done with an OR statement, but I personally don't see the problem with the Select method.
Shane.
12-28-2008 09:57 AM
01-22-2009 12:33 PM
Small RG code dealing with converting a number to a 24-bit small-endian data string. We can do a bunch of array gymnastics, or just use the Flatten To String function:
From here.
01-22-2009 04:05 PM
Any reason we don't reverse the string in the lower section?
Ton
01-22-2009 04:13 PM
TonP wrote:Any reason we don't reverse the string in the lower section?
reverse the string? I'm not sure what you're referring to.
01-26-2009 02:50 PM - edited 01-26-2009 02:52 PM
Sorry I missed that the upper part was the clean part.
In the lower part there is a superb 'Node Equivalent' section:
Ton
02-10-2009 09:12 AM
Good catch Ton,
As you noticed, the bottom one was the RG. The top one was cleaned. Both solutions are good. I don't know if one would actually be better than the other.. Comments anyone (on preference)?
R
02-11-2009 06:14 AM
Advanced PID fromthis thread.
Ben