96 lines
2.7 KiB
Markdown
96 lines
2.7 KiB
Markdown
|
|
|
|
- Ensure to verify or duplicate the recipes from another Motor Guides cabinet.
|
|
- The light column differs from other similar cabinets; therefore, confirm the color preference with the customer.
|
|
- The system contains four predefined electrical zones which are unused. Consequently, the contactors must always be switched on to enable the Motor-Box.
|
|
- It could be beneficial to link this cabinet to the Q2 cabinet via the cp port for future remote Sacomea access.
|
|
|
|
### IPs:
|
|
***
|
|
PLC: 192.168.0.70 / CP : 10.1.26.126
|
|
HMI : 192.168.0.71 / 255.255.254.0
|
|
Gateway: 192.168.0.72
|
|
|
|
### Zones: (OB1 - FC4)
|
|
***
|
|
![[Pasted image 20240617104754.png]]
|
|
![[Pasted image 20240617104822.png]]
|
|
|
|
### Lights: (FC50)
|
|
***
|
|
```pascal
|
|
(************************* STACKABLE LIGHT *********************)
|
|
|
|
// Green
|
|
//
|
|
IF (("DB Cycle".nAutoStat > 3) AND ("DB Cycle".nAutoStat < 7)) OR
|
|
("DB Cycle".nAutoStat = 8) THEN
|
|
"xDO_StackableLight_GREEN" := TRUE;
|
|
ELSE
|
|
"xDO_StackableLight_GREEN" := FALSE;
|
|
END_IF;
|
|
|
|
// Yellow
|
|
//
|
|
"xDO_StackableLight_YELLOW" := "DB Cycle".Man;
|
|
|
|
// Red
|
|
//
|
|
"xDO_StackableLight_RED" := "DB Alarms".Alm_1."13";
|
|
|
|
// Blue
|
|
//
|
|
IF ("DB Cycle".nAutoStat = 11) OR ("DB Cycle".nAutoStat = 12) THEN
|
|
"xDO_StackableLight_BLUE" := TRUE;
|
|
ELSE
|
|
"xDO_StackableLight_BLUE" := FALSE;
|
|
END_IF;
|
|
|
|
```
|
|
|
|
|
|
### Formats
|
|
***
|
|
|
|
| Number | Name | Bottle mm |
|
|
| ------------- | -------------- | :-------: |
|
|
| Recipe 03 | SP5 | 190 |
|
|
| Recipe 04 | SP17 | 211 |
|
|
| Recipe 05 | SP1 | 163 |
|
|
| Recipe 06 | Harmony 40 oz | 162 |
|
|
| Recipe 07 | Harmony 100 oz | 191 |
|
|
| Recipe 08 | Beluga | 226 |
|
|
| Recipe 09 | H13 | 188 |
|
|
| Recipe 13 | SP12 | 232 |
|
|
| Recipe 14 | SP2 | 213 |
|
|
| Recipe 15 | SP14 | 191 |
|
|
| Recipe 16 | SP26 | 211 |
|
|
| Recipe 17 | H14 | 127 |
|
|
| Recipe 18 | H96 | 154 |
|
|
| Recipe 20 | LD04 | 235 |
|
|
| Recipe 22 | LD02 | 235 |
|
|
| Recipe 23 | LD01 | 235 |
|
|
| ==Recipe 25== | ==LF02== | 162 |
|
|
| Recipe 26 | LF03 | 162 |
|
|
| Recipe 27 | LF05 | 162 |
|
|
| Recipe 28 | LF07 | 180 |
|
|
| Recipe 29 | LF08 | 180 |
|
|
| Recipe 30 | LF09 | 180 |
|
|
| Recipe 31 | LF11 | 191 |
|
|
| Recipe 32 | LD06 | 260 |
|
|
| Recipe 33 | LD05 | 260 |
|
|
| Recipe 34 | LD03 | 235 |
|
|
|
|
|
|
### Password:
|
|
***
|
|
|
|
| User | Password |
|
|
|:-----------:|:--------:|
|
|
| Superuser | 24034896 |
|
|
| Manager | 4023 |
|
|
| Tec | 3856 |
|
|
| Maintenance | 2975 |
|
|
|
|
|