Linked PCF_FLT and PXI_FLT to Thread3

This commit is contained in:
ferrog
2026-02-09 17:13:22 +00:00
parent cdafede708
commit 34b7b68f67
5 changed files with 42 additions and 5 deletions

View File

@@ -252,11 +252,11 @@
}
PCF_FLT = {
PVName = (@rfid .. "-GPF:PCF4210-CTRP")
Type = uint32
Type = uint8
}
PXI_FLT = {
PVName = (@rfid .. "-GPS:PLC4110-RV2")
Type = uint32
Type = uint8
}
HVARMED = {
PVName = (@rfid .. "-GPF:PCF4210-YTS-GA1")

View File

@@ -87,6 +87,12 @@
FHPS_RU = {
Type = uint8
}
PXI_FAULT = {
Type = uint8
}
PCF_FAULT = {
Type = uint8
}
}
}
@@ -110,7 +116,10 @@
Type = float32
}
PXI_FAULT = {
Type = uint32
Type = uint8
}
PCF_FAULT = {
Type = uint8
}
}
}

View File

@@ -20,6 +20,7 @@
Type = uint32
Value = 0
}
BPS_OUT = {
DataSource = DDB1
}
@@ -107,11 +108,18 @@
// MARTe Internal PCF_FLT
PCF_FAULT = {
DataSource = DDB1
Type = uint32
}
PCF_FAULT_Sync = {
Alias = PCF_FAULT
DataSource = DDB1
}
PXI_FAULT = {
DataSource = DDB1
}
PXI_FAULT_Sync = {
Alias = PXI_FAULT
DataSource = DDB1
}
BEAM_ON_STAT = {
DataSource = DDB1
Type = uint8
@@ -323,9 +331,17 @@
PCF_FLT = {
DataSource = EPICSCAOutput
}
PCF_FAULT_Sync = {
Alias = PCF_FAULT
DataSource = Th1Bridge
}
PXI_FLT = {
DataSource = EPICSCAOutput
}
PXI_FAULT_Sync = {
Alias = PXI_FAULT
DataSource = Th1Bridge
}
BEAM_ON_STAT = {
DataSource = EPICSCAOutput
}

View File

@@ -35,7 +35,7 @@
OutputSignals = {
PXI_FAULT = {
DataSource = DDB1
Type = uint32
Type = uint8
DefaultValue = 0
Value = 1
}

View File

@@ -117,6 +117,12 @@
DataSource = FastTimer
Frequency = @fast_clock
}
PCF_FAULT = {
DataSource = Th1Bridge
}
PXI_FAULT = {
DataSource = Th1Bridge
}
}
OutputSignals = {
Time = {
@@ -125,6 +131,12 @@
Counter = {
DataSource = DDB3
}
PCF_FAULT = {
DataSource = DDB3
}
PXI_FAULT = {
DataSource = DDB3
}
}
}
+WGTimerGAM = {