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 = { +DDB1 = {
Signals = { Signals = {
//# PXI Status
PXI_FAULT = {
Type = uint32
}
PXI6528_Status = { PXI6528_Status = {
Type = uint32 Type = uint32
} }

View File

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

View File

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

View File

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

View File

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