WinMulti Setup File - 'sawgrip'

Auteur avatarGareth Green | Dernière modification 10/11/2022 par Gareth Green en cours de rédaction

Purpose and specification of the sawgrip.saw file

Original setup

On early ZX5s the saw infeed backfence consisted of a number of short fences dotted along the length of the roller bed lift.

Following installation, the machine was prone to mis-grips on some profile lengths, particularly if they were slightly bowed. This was traced to offcut lengths where the grip holes were a distance away from the nearest backfence. This allowed the profile to bow either in front or behind the fence position, therefore the holes did not line up to the gripper pins.

WinMulti Setup File - sawgrip Image 1.png


To overcome this, the software was modified to push the profile to the next nearest backfence, thus straightening the profile between the channel bar and backfence and aligning the grip holes:

WinMulti Setup File - sawgrip Image 2.png


The positional information for the backfence position was hard-coded into the back end software.

Enhanced setup (Z066+)

To improve the situation, the backfences in later models have been extended to cover more area, thus reducing the need for the pusher to move forwards, making the positions that are “hard coded” redundant.

The latest software (6.3.62.0+) has a feature to override the default positions and allow user generated length dependant positions to be stored in a file sawgrip.saw. This file follows exactly the same format and structure as the sloadpos.saw file (used for the unloading gripper position on the MH side). NOTE: the “sawLoadDiff” is taken care of internally in the program.

Sawgrip.saw

Consists of a list of lookup lengths, followed by a position the gripper should go to.

Example:

0,L1250
3000,L1260
6000,7200


The software looks down the list line by line to find the closest length less than or equal to the bar length in the fist field. The position is then referenced in the second field.

Field Type Calculation
1 numerical Move to the position specified
2 L     (Upper Case) Add the bar length on to the number following the L
3 l     (Lower Case) Add half the bar length on to the number following the l

In the above example

Bar Length Gripper Position
700 1950
2900 4150
3100 4360
5900 7160
6000 7200
6500 7200

Use the sloadpos as a starting point because this file is used to drop off the profile.

Commentaires

Draft