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