Hi, I need to read actual crane speed in a kinematics flow moving a crane, but I can't get it to work.
I read this Post but is not working for me. I've tested two options but always get zero.
treenode kinematics = token.kinematics; print ("Speed Kinematics: " + getkinematics(kinematics,KINEMATIC_VX)); treenode cranekinematics = Model.find("Crane1>variables/cranekinematics"); print ("Speed Crane Kinematics: " + getkinematics(cranekinematics,KINEMATIC_VX));
What I am doing wrong ?
Attached file on File Uploads: TestKinematicsCranev6.fsm. TestKinematicsCranev6.fsm.zip
Regards
Fabio