Compare commits

...

5 Commits

Author SHA1 Message Date
d3a2bf7c0e added oldbooster pictures 2026-06-12 20:33:54 +03:00
739275e71c added oldbooster pictures 2026-06-12 20:32:09 +03:00
836e69ede0 added oldbooster.jpg 2026-06-12 20:29:35 +03:00
c6555ee515 added branch main_UNIT2 2026-06-12 20:26:57 +03:00
234f560f2c added branch main_UNIT2 2026-06-12 20:15:21 +03:00
3 changed files with 5 additions and 5 deletions

BIN
FOExp.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

After

Width:  |  Height:  |  Size: 996 KiB

View File

@ -1,5 +1,5 @@
// Unit name to specify here - UNIT1, UNIT2, UNIT3 or UNIT4
`define UNIT4
`define UNIT2
module FOExp (SKiiP_EN, SKiiP_CTRL, SKiiP_ERR, PCON_IN, PCON_OUT, PCON_OUT_EN , SENS_IN, clock, DINPUT, DOUTPUT, INP_1V2OK, INP_2V5OK, INP_3V3OK);
@ -301,7 +301,7 @@ ERROR_FLAGS[3] = OUTPUT_VOLTAGE_ERR[0]|OUTPUT_VOLTAGE_ERR[1];
ERROR_FLAGS[4] = SKIIP_CHOPP_ERR[0]|SKIIP_CHOPP_ERR[1];
`ifdef UNIT2
ERROR_FLAGS[5] = 0; //TEMPLOCK U2!!!!
ERROR_FLAGS[5] = SKIIP_BRAKE_ERR[0]|SKIIP_BRAKE_ERR[1]; //NORMAL U2
`else
ERROR_FLAGS[5] = SKIIP_BRAKE_ERR[0]|SKIIP_BRAKE_ERR[1]; //NORMAL U1,3,4!!!!
`endif
@ -449,8 +449,8 @@ else if (CALC_SM_STATE==1)
SKIIP_CHOPP_TEMP_ADC[11:0] = SKIIP_CHOPP_TEMP_IN;
`ifdef UNIT2
SKIIP_BRAKE_CURRENT_ADC[11:0] = 1707; //TEMPLOCK U2!!!!
SKIIP_BRAKE_TEMP_ADC[11:0] = 1707; //TEMPLOCK U2!!!!
SKIIP_BRAKE_CURRENT_ADC[11:0] = SKIIP_BRAKE_CURRENT_IN; //NORMAL U2
SKIIP_BRAKE_TEMP_ADC[11:0] = SKIIP_BRAKE_TEMP_IN; //NORMAL U2
`else
SKIIP_BRAKE_CURRENT_ADC[11:0] = SKIIP_BRAKE_CURRENT_IN; //NORMAL U1,3,4!!!!
SKIIP_BRAKE_TEMP_ADC[11:0] = SKIIP_BRAKE_TEMP_IN; //NORMAL U1,3,4!!!!

View File

@ -1,6 +1,6 @@
# FOEXP_T
![FOExp](https://giteadocker2.fvds.ru/pavel/FOEXP_T/raw/branch/main/FOExp.png)
![FOExp](https://giteadocker2.fvds.ru/pavel/FOEXP_T/src/branch/main_UNIT2/FOExp.png)
## Назначение