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