Re: Complicated but interesting.....Need some thoughts

Originally Posted by
Megahertz
Thanks guys for your replies. It has surely helped me upto now and I have made the software reliable enough to pick the correct MAX safe weight from the chart. Without the above examples my task would have been much more harder. My next task is to monitor the radius and boom so that the ACTUAL lifted weight stays within the safe parameter. I would appreciate your thoughts on accomplishing this next next task. Please let me know if you need more explanation on this.
Well, If I underestand your question correctly, then just some more code like this would do the job.
Code:
IF (Radius < Radius_Min) or (Radius > Radius_Max) then DoSomething
IF (Boom < Boom_Min) or (Boom > Boom_Max) then DoSomethingElse
"No one is completely worthless. They can always serve as a bad example."
Anonymous
Bookmarks