This commit is contained in:
2024-03-05 09:13:48 +01:00
parent 80a9ac3c14
commit bbb86ce3b4
6 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
#- Arguments
#- NAME : Name of DAQ array object
#-
#################################################################################
#-################################################################################
#- Name , Asyn port name
ecmcDAQAddArray(${NAME},ECMC.PLUGIN.DAQ.${NAME})

View File

@@ -13,6 +13,6 @@
#- Arguments
#- TYPE : Type (number of data type)
#-
#################################################################################
#-################################################################################
ecmcDAQAddChannel(${TYPE})

View File

@@ -20,6 +20,6 @@
#- The calculated time then would correspond to the first data in the array recived.\n");
#- 3 = time_ns_minus_period : Time: Raw value minus one period.\n");
#-
#################################################################################
#-################################################################################
ecmcDAQAddItem(${PARAM},${FORMAT=0})

View File

@@ -13,7 +13,7 @@
#- Arguments
#- NAME : Name of DAQ array
#-
#################################################################################
#-################################################################################
#- Connect to sources in order to know NELM.. Data sources must be known before added with the scripts..
ecmcDAQConnectToDataSource()