Ok, I'm making a system for tracking on the edge of a web of film. I have an ultrasonic sensor that gives me the direction I need to go. I have two axes. One for a carriage near the sensor, and one for the end of the machine. When the program determines that we need to move in a direction, I have it using AXVEL with instantaneous acceleration/deceleration. If I attempt to clone that axis for the end of the machine axis by using AXFOLLOW, it uses the default accel/decel parameters that are setup in the AXCONFIG for the second axis. The first axis accelerates and decelerates instantaneously, while the follower axis accel/decels with the standard trapezoid.
Is there a way to make this work, or do I simply have to have two AXVEL instructions (one for each axis) that operate simultaneously?
Basically, I need the axes to be identical (always in the same position) as the machine runs, so that the punches/attachements are in the proper position of the web, and that the finished product accumulates properly on the end of the machine.