fixed types
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
CSV_LOAD = {
|
||||
PVName = (@rfid .. "-GAF:STAT-CSV-LOAD")
|
||||
Type = int32
|
||||
Type = uint32
|
||||
}
|
||||
CSV_NAME = {
|
||||
PVName = (@rfid .. "-GAF:STAT-CSV-NAME")
|
||||
@@ -309,7 +309,7 @@
|
||||
}
|
||||
PREP_TIME_WF = {
|
||||
PVName = (@rfid .. "-GAF:STAT-PREP-TIME-WF")
|
||||
Type = uint32
|
||||
Type = int32
|
||||
NumberOfElements = 8000
|
||||
NumberOfDimensions = 1
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
Type = uint32
|
||||
}
|
||||
PREP_TIME_WF = {
|
||||
Type = uint32
|
||||
Type = int32
|
||||
NumberOfElements = 8000
|
||||
NumberOfDimensions = 1
|
||||
}
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
}
|
||||
RFON = {
|
||||
DataSource = DDB1
|
||||
Type = uint8
|
||||
}
|
||||
MHVPS_OUT = {
|
||||
DataSource = DDB1
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
InputSignals = {
|
||||
CSV_LOAD = {
|
||||
DataSource = EPICSCAInput
|
||||
Type = int32
|
||||
}
|
||||
Filename = {
|
||||
}
|
||||
Filename = {
|
||||
Alias = CSV_NAME
|
||||
DataSource = EPICSCAInput
|
||||
}
|
||||
@@ -45,7 +44,6 @@
|
||||
InputSignals = {
|
||||
CSV_LOAD = {
|
||||
DataSource = EPICSCAInput
|
||||
Type = int32
|
||||
}
|
||||
Filename = {
|
||||
Alias = CSV_NAME
|
||||
@@ -58,7 +56,6 @@
|
||||
}
|
||||
RFON = {
|
||||
DataSource = DDB1
|
||||
Type = uint8
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
|
||||
Reference in New Issue
Block a user