moves more options to ioc function

This commit is contained in:
2025-11-03 13:29:01 +01:00
parent a336ca74c9
commit e65725609c
3 changed files with 63 additions and 79 deletions

View File

@@ -9,7 +9,7 @@ epicsEnvSet("INSTR", "SQ:TEST:")
epicsEnvSet("NAME", "SG")
drvAsynIPPortConfigure("ASYN_IP_PORT", "127.0.0.1:9071:54321 UDP", 0, 0, 0)
asynStreamGenerator("ASYN_SG", "ASYN_IP_PORT", 4)
asynStreamGenerator("ASYN_SG", "ASYN_IP_PORT", 4, 1000, 8192)
dbLoadRecords("$(StreamGenerator_DB)daq_common.db", "INSTR=$(INSTR), NAME=$(NAME), PORT=ASYN_SG, CHANNELS=5")