
Originally Posted by
cncsnw
In the mean time, if you want to move forward with troubleshooting the existing installation, I would first recommend checking whether you are getting reliable counts from the handwheel encoders.
You presumably have the handwheel encoders connected to two of the six encoder inputs on the All-in-one DC unit: probably either #3 and #4, or #4 and #5 (depending on where you have the spindle encoder). Let's assume here that the handwheels are on #4 and #5 (and the spindle encoder is on #3).
I am guessing that you need to map the inputs to axis numbers, at least so that you can get the CNC11 software to show you the counts on its PID configuration screen. To map All-in-one encoder inputs #4 and #5 to axes #4 and #5, you would set Machine Parameter 311 to 4.0, and Machine Parameter 312 to 5.0. See page 14-29 of the T-Series operator's manual.
You should then be able to monitor counts on those encoder inputs, by watching the PID Configuration screen. You should see 4x as many counts per revolution of the handwheel as the encoder has lines. E.g. a 1024-line encoder should give 4096 counts per revolution.
You should see consistent counts on the PID Configuration display regardless of the speed or direction you turn the wheel, and regardless of whether it is working as an MPG or not. This is just the raw encoder input data.
If you don't see consistent counts on the PID screen, then there is an electronic or connection problem.
If you do see consistent counts on the PID screen, then there is a software or configuration problem.
Machine Parameters 348 to 353 should be set to appropriate values to enable encoder inputs as MPG handwheels. See page 14-30 of the T-Series operator's manual. In addition, the PLC program needs to include appropriate logic to enable MPG's #1 and #2 in response to the jog panel key; map them to their respective axes; and allow the jog increment to change in response to the jog panel increment keys. The default/standard PLC programs are written for the single-wheel MPG pendant mentioned above, with its own axis select switch and increment select knob. Therefore a special PLC program is required to support dual handwheels like this. You can find out the name of the PLC program by looking at the F7/Utility -> F8/Options screen. You can offload a copy of the PLC program (among many other things) using the F7/Utility -> F7/Report feature.
Let us know what you find out.