Hi!
I'm trying to Assign Exec Config to Selected Exec
Set Sequence Property 'Config' "Config Name" does not seem to work
Any help would be much appreciated.
Hi!
I'm trying to Assign Exec Config to Selected Exec
Set Sequence Property 'Config' "Config Name" does not seem to work
Any help would be much appreciated.
You select a sequence but not an executor. The executor displays that it is the selected sequence.
You assign an executor configuration to an executor, not to a sequence.
Maybe you can explain what you want to achieve?
This is a good point and clearly where I'm falling down.
I'm looking to assign an Exec Config to all exec references of a selected sequence.
Via Macro, I'm just trying to make the selected sequence/ exec buttons "Top" for example.
trying to understand the overall full intended workflow here.
do you have the sequence assigned to multiple executors?
how and why (for what purpose) is the sequence selected in the first place?
I use a series of macros that create "bumps" on a selected exec.
As they build the sequence, I wish to also assign an Exec Config.
I only have the sequence assigned to one exec.
but exactly how do you select in the first place?
Select then pressing exec button:
Select Press Page x.y
plausible solution:
use
Collect (2xSelect) instead of Select:
Select Select Press Page x.y
then your macro could:
Select Collection
Assign Configuration x At Collection
etc
add Collect at end of macro to empty collection
another solution could be to select the desired configuration in the first macroline before storing and creating the sequence
Select Configuration "mybump"