SetDrivingVelocities

SetDrivingVelocities[linkage, {qi→vi, ..}]
assigns new driving velocity (vi) values to qi driving variables and returns the updated LinkageData object .
  • The new driving velocities should be specified as list of rules, where on the left side of the rule are the driving variable or the derivative of the derivative with respect to the time and the right side specifies the values. Ex. {q1→1, q2→3} or {q'[t]→1, q2'[t]→2} SetDrivingVelocitiesTo has a HoldFirst attribute.
Load the LinkageDesigner package
In[1]:=
Click for copyable input
Load the predefined Delta parallel manipulator
In[2]:=
Click for copyable input
Out[2]=
Create a time dependent linkage
In[3]:=
Click for copyable input
Out[3]=
List the $DrivingVelocities record
In[4]:=
Click for copyable input
Out[4]=
Show the linkage and the LLRF of the CC link
In[5]:=
Click for copyable input
Out[5]=
Get the first derivative of CC point
In[6]:=
Click for copyable input
Out[6]=
Change the driving velocities of 1 and 2 driving variables
In[7]:=
Click for copyable input
Out[7]=
Get the first derivative of the CC point
In[8]:=
Click for copyable input
Out[8]=