X-beam fixture stations (B7 and B6)

From PlcWiki

Revision as of 09:46, 24 July 2012 by Petr.zalabak (Talk | contribs)
Jump to: navigation, search

There are two workstations (B7 and B6) for the X-beam assembly. These stations are not connected to CLEVER kernel and they work using a barcodes for "Default model" (PLCDMnn). When the specification of the model is scanned, the client searches the information in a file /usr/local/plc/etc/models_B7(6), which looks like:

# PLC - Product Line Control (c) CLEVER System s.r.o. 2001

# Configuration table for default models
# When PLCDMnn is scanned, the value nn is searched as ModelNo in the list below.
# Then each operation has its basic definition in the following format:
#
# OpIndex: Plan PartNum BarCode|RackNumber[     LowerLimit      UpperLimit]
#
# RackNumber is used as a value for the V parameter sent to PLC.
# LowerLimit and UpperLimit are used for the Measurement evaluation.

ModelNo = 01
ModelName = X Y413 LHD
ModelPartNum = 31332018
0: 1
1: 0
2: 1    31332018        1
3: 5
4: 1    Turn 180        0
5: 4
6: 1    Measurement     0       10000   30000
7: 1
8: 1    Release 1

ModelNo = 11
ModelName = X Y413 RHD
ModelPartNum = 31332019
0: 1
1: 0
2: 1    31332019        11
3: 4
4: 1    Turn 180        0
5: 4
6: 1    Measurement     0       10000   30000
7: 1
8: 1    Release 1

It is possible to edit this file using cct: cct e @workplaces/B7/etc/models_B7


When the product is finished, the next one is automatically started using the same Default Model specification.

When it is needed to change the Default model, the new specification can be scanned. Default Model specification can be scanned only when the product is not yet started.

Personal tools