Page 1 of 1

System test issue <resolved>

Posted: Wed Aug 02, 2023 1:40 pm
by the1depot
All in one 2 axis bridgeport style mil. V5.06 software.

I have finished the installation tested limits tuned servos set soft limits, tested homing etc. everything is working properly, but the system test program stops. I am getting a (Missing parameter, line 1020). Any help would be appreciated.

Thank You

Re: System test issue

Posted: Wed Aug 02, 2023 8:57 pm
by tblough
What does the system test output file say? That will show you what the failure was. My guess is you have an index pulse too close to the home switch trip.

Re: System test issue

Posted: Thu Aug 03, 2023 12:39 pm
by cncsnw
There is no systest.out file in your report. This suggests that you have never run the system test.

Re: System test issue

Posted: Mon Aug 07, 2023 3:53 pm
by the1depot
Here is the latest report. The system test output file is in this report. Thank You

Re: System test issue

Posted: Mon Aug 07, 2023 6:44 pm
by cncsnw
The systest.out file is oddly short, suggesting that the sequence ended with an unexpected error before it wrote out any test results.

Your Machine Configuration -> Motor Parameters table has:

Code: Select all

Axis  Label  Motor                Encoder      Lash Comp.        Limit          Home      Dir  Screw
             revs/in              counts/rev.  (inches)          -     +        -     +   Rev  Comp
1     X      7.4999999999800000      4000        0.0007          1     1        1     1   N     N
2     Y      7.4983177569899997      4000        0.0014          1     1        1     1   N     N
3     @      0.9993000000000000      2540        0.0000          0     0        0     0   Y     N
You cannot use just one input for all limits on all axes on an Allin1DC system. This is different from Acorn.

On the Allin1DC, inputs 1-6 are hardware inhibits to the servo drive, as well as logical PLC inputs. Opening INP1 will prevent the drive from moving the X axis in the minus direction. That will cause a stall when the system tries to test homing X+.

Wire your X- limit switch, by itself, to INP1. If your machine has no dedicated X- limit switch, then install one. If you cannot install one, then enter '0' for the X- limit and home input numbers; toggle the first limit defeater DIP switch ON; and change your cncm.hom file and your software travel limits to make X home plus instead.

Wire your X+ limit switch, by itself, to INP2. If your machine has no dedicated X+ limit switch, then install one. If you cannot install one, then enter '0' for the X+ limit and home input numbers; and toggle the second limit defeater DIP switch ON.

Wire your Y- limit switch, by itself, to INP3. Same deal.

Wire your Y+ limit switch, by itself, to INP4. Same deal. If you cannot have a dedicated Y+ switch, then you will have to set your control up to home Y minus (generally not desirable on a knee mill).

Re: System test issue

Posted: Mon Aug 07, 2023 7:30 pm
by the1depot
Thank you for your help everyone. Tech Support sent a new file for the system test and everything is fine now.