Fixed minors typos
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
|
||||
+DDB1 = {
|
||||
Signals = {
|
||||
//# PXI Status
|
||||
PXI_FAULT = {
|
||||
Type = uint32
|
||||
}
|
||||
PXI6528_Status = {
|
||||
Type = uint32
|
||||
}
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
PCF_STATE = {
|
||||
Type = uint32
|
||||
}
|
||||
//# Fast controller fault stata variable
|
||||
PCF_FAULT = {
|
||||
Type = uint32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
+Data = {
|
||||
+DDB5 = {
|
||||
Class = GAMDataSource
|
||||
AllowNoProducers = 1
|
||||
Signals = {
|
||||
CurrTime = {
|
||||
|
||||
@@ -131,10 +131,10 @@
|
||||
Counter = {
|
||||
DataSource = DDB3
|
||||
}
|
||||
PCF_FAULT = {
|
||||
PCF_FLT = {
|
||||
DataSource = DDB3
|
||||
}
|
||||
PXI_FAULT = {
|
||||
PXI_FLT = {
|
||||
DataSource = DDB3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user