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

Allow to launch multiple instances of an actor configured in database....

Allow to launch multiple instances of an actor configured in database. DB-Objectname will become postfixed with -MI-n. n: 0,1,...
parent 3ce0c92e
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
No preview for this file type
File added
File added
File added
File added
......@@ -72,6 +72,9 @@ CSPP_PVMonitor:CSPP_PVMonitor.PVUpdateInterval_s=-1.
[myBaseActor]
LVClassPath="CSPP_BaseActor.lvlib:CSPP_BaseActor.lvclass"
# '-MI-n' will be appended to actor name if AllowMultipleInstances=True
# Attention: AllowMultipleInstances=True ist incompatibe with LaunchPVProxy=True since proxy name need to be unique.
CSPP_BaseActor:CSPP_BaseActor.AllowMultipleInstances=False
CSPP_BaseActor:CSPP_BaseActor.Settings="Ignore"
# Settings: "Ignore", "Auto", "User"
CSPP_BaseActor:CSPP_BaseActor.DefaultGUI=""
......
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