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

Add publishing of local ActorList and distributed monitoring. (GUI...

Add publishing of local ActorList and distributed monitoring. (GUI modifications not yet implemented.)
parent ae6a8ebc
No related branches found
No related tags found
No related merge requests found
Showing
with 334 additions and 168 deletions
File added
File added
File added
File added
File added
File added
File added
File added
File added
[ObjectManager]
LVClassPath="CSPP_ObjectManager.lvlib:CSPP_ObjectManager.lvclass"
CSPP_BaseActor:CSPP_BaseActor.ErrorDialog=True
CSPP_BaseActor:CSPP_BaseActor.PollingInterval_s=-1.
CSPP_BaseActor:CSPP_BaseActor.WebPubMode=-1
#WebPubMode -1:Disabled; 0:Snapshot; 1:Monitored; 2:Embedded
CSPP_ObjectManager:CSPP_ObjectManager.ActorList="CSPP_StartActor.ActorList"
[ObjectManager]
LVClassPath="CSPP_ObjectManager.lvlib:CSPP_ObjectManager.lvclass"
CSPP_BaseActor:CSPP_BaseActor.ErrorDialog=True
CSPP_BaseActor:CSPP_BaseActor.PollingInterval_s=1.
CSPP_BaseActor:CSPP_BaseActor.PVProxy="ObjectManagerProxy"
CSPP_BaseActor:CSPP_BaseActor.LaunchPVProxy=True
CSPP_BaseActor:CSPP_BaseActor.WebPubMode=-1
#WebPubMode -1:Disabled; 0:Snapshot; 1:Monitored; 2:Embedded
CSPP_ObjectManager:CSPP_ObjectManager.ActorList="CSPP_StartActor.ActorList"
[ObjectManager.URLs]
#PollingCounter="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingCounter?.1"
#PollingDeltaT="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingDeltaT?.1"
#PollingInterval="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingInterval?.1"
#PollingIterations="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingIterations?.1"
#PollingMode="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingMode?.1"
#PollingTime="ni.var.psp://localhost/CSPP_Core_SV/ObjectManager_PollingTime?.1"
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
[ObjectManagerProxy]
LVClassPath="CSPP_PVProxy.lvlib:CSPP_PVProxy.lvclass"
CSPP_BaseActor:CSPP_BaseActor.ErrorDialog=True
CSPP_BaseActor:CSPP_BaseActor.PollingInterval_s=-1.
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"
Update_Process_Info_Msg="ni.var.psp://localhost/CSPP_Core_SV/ActorList"
......@@ -50,6 +50,9 @@ Die sprachspezifischen Genehmigungen und Beschränkungen unter der Lizenz sind d
<Property Name="Serialized ACL" Type="Bin">&amp;Q#!!!!!!!)!"1!&amp;!!!A1%!!!@````]!!".V&lt;H.J:WZF:#"C?82F)'&amp;S=G&amp;Z!!%!!1!!!!A)!!!!#!!!!!!!!!!</Property>
<Property Name="Use Data Logging Database" Type="Bool">true</Property>
<Item Name="Messages" Type="Folder">
<Item Name="Action" Type="Folder">
<Item Name="Update Process Info Msg.lvclass" Type="LVClass" URL="../CSPP_ObjectManager Messages/Update Process Info Msg/Update Process Info Msg.lvclass"/>
</Item>
<Item Name="Update Actor List Msg.lvclass" Type="LVClass" URL="../CSPP_ObjectManager Messages/Update Actor List Msg/Update Actor List Msg.lvclass"/>
<Item Name="Write Actor Filter Msg.lvclass" Type="LVClass" URL="../CSPP_ObjectManager Messages/Write Actor Filter Msg/Write Actor Filter Msg.lvclass">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
......
No preview for this file type
No preview for this file type
This diff is collapsed.
File added
File added
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