Fixed minors typos

This commit is contained in:
Martino Ferrari
2026-02-09 18:17:26 +01:00
parent 34b7b68f67
commit 4c6f0a5bb4
5 changed files with 4 additions and 11 deletions

View File

@@ -3,10 +3,6 @@
+DDB1 = {
Signals = {
//# PXI Status
PXI_FAULT = {
Type = uint32
}
PXI6528_Status = {
Type = uint32
}

View File

@@ -16,10 +16,6 @@
PCF_STATE = {
Type = uint32
}
//# Fast controller fault stata variable
PCF_FAULT = {
Type = uint32
}
}
}
}

View File

@@ -93,7 +93,7 @@
// Digital Output port access.
// EPICS PV to one uint8 variable
+NI6528_0_WriterGAM = {
Class = "IOExt::CompactBitGAM"
Class = IOExt::CompactBitGAM
InputSignals = {
APS_HVON = {
DataSource = DDB3

View File

@@ -3,6 +3,7 @@
+Data = {
+DDB5 = {
Class = GAMDataSource
AllowNoProducers = 1
Signals = {
CurrTime = {

View File

@@ -131,10 +131,10 @@
Counter = {
DataSource = DDB3
}
PCF_FAULT = {
PCF_FLT = {
DataSource = DDB3
}
PXI_FAULT = {
PXI_FLT = {
DataSource = DDB3
}
}