Ez430-Chronos Wrist Watch icon Ez430-Chronos Wrist Watch Map TI eZ430-Chronos watch accelerometer X/Y tilt to ARC servos for intuitive, Wii-Remote-style control of servo positions. Try it →

ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

#9  

I completely understand. I haven't found the limit yet and as I said, I dont know if DJ is limiting it in any way. It is a question he will have to answer, but knowing that the underlying controls dont limit it to anything unreasonable would help to know. The control he is using is probably based on an int32 which has a max value of 2,147,483,647. Even if this were limited to int16, its max value is 32767 plus or minus. I dont know of anyone ever having an issue with adding too many items to this control, but the limiting factor wouldn't be the control on the form, but the dictation library (IMHO).

Understanding the underlying limitations helps to get an idea of the answer without having a concrete answer.

#10  

Ah-Ha, very cool. I didn't think about those int values.

Author Avatar
Malaysia
#11  

Thank you all for all the answers.