HELP! Steering lock error
When running any vehicle event with my model I am getting this error:
ERRMES:USER [319003]
Argument '0' for Steering Lock Marker 2 could not be used to identify a Marker
and the simulation fails.
I have tried playing with different values in the Lock Register array but still get the same error.
Any guidance would be greatly appreciated.
Find more posts tagged with
Looks like you're calling out for one side of a BodyPair, but the steering system problem doesn't have any pairs that I can remember. Looks like you are calling strJoint.l.id, and maybe it should just be strJoint.id? Also, it's been a while since I've tinkered with this stuff sometimes "idstring" was required instead of just "id"
Chris, Thank you for the reply, but that is referencing the i marker not the L body.
https://2023.help.altair.com/2023.1/hwdesktop/hwx/topics/motionview/susp_design_factors_conditional_locking_steering_wheel_travel1_r.htm
This is where I am referencing the values for this array.
Looks like you're calling out for one side of a BodyPair, but the steering system problem doesn't have any pairs that I can remember. Looks like you are calling strJoint.l.id, and maybe it should just be strJoint.id? Also, it's been a while since I've tinkered with this stuff sometimes "idstring" was required instead of just "id"