Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

Global option to run profiles serially

For technical support visit https://support.2brightsparks.com/
Post Reply
Zodler
Enthusiastic
Enthusiastic
Posts: 14
Joined: Thu Apr 21, 2011 7:21 pm

Global option to run profiles serially

Post by Zodler »

There should be an option to run profiles serially as default behavior. Making groups is not the solution.

Imagine having profile A that should run everyday and profile B that should run every 5 days. They go to the same destination and it takes a long time if they run together. You have to run them serially. You can't achieve that with putting them in a group. As soon as you put them in a group, you can't make one run everyday and the other one every 5 days.

There should be a global option to run profiles serially.
mmullins_98
Expert
Expert
Posts: 269
Joined: Wed Jun 05, 2019 11:40 am

Re: Global option to run profiles serially

Post by mmullins_98 »

You are asking to be able to run profiles serially but not in a Group. I do not see how that would be any difference that what is currently available to run profiles serially in a Group.

I have profiles running serially in a Group and in a profile in the group using Programs/Before check the "Programs return value" to determine the profile will or will not run when the group runs. I set the return value in the .bat file with
a "If" command ...
(
EXIT /B 0 "Run the profile"
) ELSE (
EXIT /B 1 "Do not run the profile"
)
Example.jpg
Example.jpg (98.21 KiB) Viewed 824 times
Zodler
Enthusiastic
Enthusiastic
Posts: 14
Joined: Thu Apr 21, 2011 7:21 pm

Re: Global option to run profiles serially

Post by Zodler »

I don't understand and it seems complicated.

I have
profile A every day
profile B every 5 days

These 2 profiles shouldn't run parallel. How can I do it?
mmullins_98
Expert
Expert
Posts: 269
Joined: Wed Jun 05, 2019 11:40 am

Re: Global option to run profiles serially

Post by mmullins_98 »

The simplest option may just be for you to run the profile B manually every 5 days after profile A has finished.
ajs
Experienced
Experienced
Posts: 38
Joined: Sun Oct 25, 2009 8:57 pm

Re: Global option to run profiles serially

Post by ajs »

If your profiles are being run periodically then you have the option to queue the profile/group instead of running immediately, then the profile/group will not run until the currently running queued profile/group has completed.

queue_profile.png
queue_profile.png (24.63 KiB) Viewed 784 times
Zodler
Enthusiastic
Enthusiastic
Posts: 14
Joined: Thu Apr 21, 2011 7:21 pm

Re: Global option to run profiles serially

Post by Zodler »

Thank you very much. That would solve the problem. I have version 8 and I don't see that option. It was introduced after 8? I have to upgrade.
Post Reply