<< Click to display table of contents >> Navigation: TiCon Base > Formula > Formula examples > Packing (Element in Formula) |
Content:
Depending on the size of the component, the appropriate analysis for the packing of the component is to be taken into account.
If the component is longer than 300 mm, it is not packed; if the component is shorter, one or the other analysis is used to determine the time depending on the width.
Requirements / Existing data
Analysis |
Analysis code |
Time |
Pack in paper, component up to 300 x 150 mm (L x W) |
VPPK |
340 |
Pack in paper, component up to 300 x 300 mm (L x W) |
VPPG |
415 |
Variable parameters / Values
Operation |
Variable |
Length of component |
LGES |
Width of component |
BGES |
Analysis VPPK |
K |
Analysis VPPG |
G |
Definition
IF ( LGES > 300 ; 0 ; IF ( BGES < 150 ; K ; G ) )
Example for test calculation:
Component A - 320 x 160 mm => t = 0
Component B - 290 x 160 mm => t = 415
Component C - 140 x 100 mm => t = 340