The kinematics activities listen to an object's On Pre Draw trigger in order to automatically update the kinematics as the 3D view is drawn.
In order to do that, they first try to listen to the object specified in the Object field on the Create Kinematics activity. If that object doesn't have an On Pre Draw trigger (e.g., flowitems), then it traverses that object's parents until it finds one it can listen to (for the common flowitem case, that's whatever object the flowitem is currently in).
In your process flow, because you are moving the item into the model before creating the kinematics, it can't find an object to listen to. Hence the error message:
time: 118.892403 exception: Error: Unable to listen to On Pre Draw of object /托盘 at apply kinematics activity "应用运动学" in process flow "工艺流程
Instead of moving the item into the model, move it into an object that has an On Pre Draw trigger, such as a Visual Plane or a Queue. Then it will be able to find an object to listen to.
This issue is the same whether you are using the English version of the software or Chinese.
Phil BoBo
Sr. Manager, Software Development