Skip to content
Snippets Groups Projects
Commit 50ba3178 authored by Holger Brand's avatar Holger Brand
Browse files

Move publishing of ActorList to CSPP_StarrtActor

parent 6f670540
No related branches found
No related tags found
No related merge requests found
......@@ -9,17 +9,12 @@ CSPP_BaseActor:CSPP_BaseActor.WebPubMode=-1
CSPP_ObjectManager:CSPP_ObjectManager.ActorList="CSPP_StartActor.ActorList"
[ObjectManager.URLs]
PollingCounter="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingCounter"
PollingDeltaT="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingDeltaT"
PollingInterval="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingInterval"
PollingIterations="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingIterations"
PollingMode="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingMode"
PollingTime="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingTime"
ActorList="ni.var.psp://localhost/CSPP_Core_SV/ActorList"
[CSPP_StartActor.ActorList]
#List of Actor object to be launched manually, with option to relaunch.
myBaseActor=False
#PollingCounter="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingCounter"
#PollingDeltaT="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingDeltaT"
#PollingInterval="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingInterval"
#PollingIterations="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingIterations"
#PollingMode="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingMode"
#PollingTime="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingTime"
[ObjectManagerProxy]
LVClassPath="CSPP_PVProxy.lvlib:CSPP_PVProxy.lvclass"
......@@ -29,10 +24,15 @@ CSPP_PVProxy:CSPP_PVProxy.WorkerActor="ObjectManager"
CSPP_PVProxy:CSPP_PVProxy.DelayedActivation=True
CSPP_PVProxy:CSPP_PVProxy.IgnoreFirstUpdate=False
[ObjectManagerProxy.URLs]
Activate="ni.var.psp://localhost/CSPP_Core_SV/ObjectManagerProxy_Activate"
WorkerActor="ni.var.psp://localhost/CSPP_Core_SV/ObjectManagerProxy_WorkerActor"
Polling_Interval_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingInterval"
Polling_Iterations_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingIterations"
Polling_Start_Stop_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingStartStop"
[StartActorProxy.URLs]
#Activate="ni.var.psp://localhost/CSPP_Core_SV/ObjectManagerProxy_Activate"
#WorkerActor="ni.var.psp://localhost/CSPP_Core_SV/ObjectManagerProxy_WorkerActor"
#Polling_Interval_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingInterval"
#Polling_Iterations_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingIterations"
#Polling_Start_Stop_Msg="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_Set-PollingStartStop"
Update_Process_Info_Msg="ni.var.psp://localhost/CSPP_Core_SV/ActorList"
[CSPP_StartActor.ActorList]
#List of Actor object to be launched manually, with option to relaunch.
myBaseActor=False
No preview for this file type
File deleted
This diff is collapsed.
File deleted
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment