fixed types

This commit is contained in:
Martino Ferrari
2026-02-06 16:53:45 +01:00
parent c8aebf5a9e
commit 297bd279e4
4 changed files with 5 additions and 9 deletions

View File

@@ -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
} }

View File

@@ -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
} }

View File

@@ -57,7 +57,6 @@
} }
RFON = { RFON = {
DataSource = DDB1 DataSource = DDB1
Type = uint8
} }
MHVPS_OUT = { MHVPS_OUT = {
DataSource = DDB1 DataSource = DDB1

View File

@@ -7,7 +7,6 @@
InputSignals = { InputSignals = {
CSV_LOAD = { CSV_LOAD = {
DataSource = EPICSCAInput DataSource = EPICSCAInput
Type = int32
} }
Filename = { Filename = {
Alias = CSV_NAME Alias = CSV_NAME
@@ -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 = {