From 7ab711aea770b6aa6adc3f63c54e0f52279ac284 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Fri, 6 Feb 2026 11:59:03 +0100 Subject: [PATCH] added type --- .../Configurations/src/thread1/pxi_error_management.marte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/EC-GN-JA-PCF-IN/src/main/resources/qst-gyrotron-fast-controller/Configurations/src/thread1/pxi_error_management.marte b/EC-GN-JA-PCF-IN/src/main/resources/qst-gyrotron-fast-controller/Configurations/src/thread1/pxi_error_management.marte index 12b7dac..da523c1 100644 --- a/EC-GN-JA-PCF-IN/src/main/resources/qst-gyrotron-fast-controller/Configurations/src/thread1/pxi_error_management.marte +++ b/EC-GN-JA-PCF-IN/src/main/resources/qst-gyrotron-fast-controller/Configurations/src/thread1/pxi_error_management.marte @@ -9,28 +9,33 @@ Alias = PXI6368_Status DataSource = Th4Bridge Comparator = "EQUALS" + Type = uint32 Value = 3 } PXI6368_Status_4 = { Alias = PXI6368_Status DataSource = Th4Bridge Comparator = "EQUALS" + Type = uint32 Value = 4 } PXI6528_Status = { DataSource = DDB1 Comparator = "GREATER" + Type = uint32 Value = 0 } PXI6259_Status = { DataSource = DDB1 Comparator = "GREATER" + Type = uint32 Value = 0 } } OutputSignals = { PXI_FAULT = { DataSource = DDB1 + Type = uint32 Default = 0 Value = 1 }