Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
i did try to use the table with 'linear interpolation' option. but it still works like the spline interpolation, though the graph shows the table as linear.
you may have to try the 'user defined' instead of table to get a linear interpolation.
i tried to get the linear interpolations using the 'user defined' option. what actually should be simple enough to do using the 'table' option, is very hard with 'user defined' function using expressions. however, i did try and got this thing to work. we need to do some manual calculations before entering the data. for example, i made a rotary joint, which needs to rotate one full circle at varying speeds. Say 0 to 90 degree in 5secs, 90-270 deg in 5 secs and 270-360 deg in 20 secs. for this i should key in the following expressions and domains
Expression Domain
t*18 0<=t<=5
t*36-90 5<t<=10
t*4.5+225 10<t<=30
i am arriving at the expressions based on equation of line (y=mx+c). there should be a more simple approach. if any of one knows, please enlighten us all.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.