Hello
I am working on a Visio panel with a few buttons, the idea is to create a quick monitoring feature controlling a SDI matrix, I am trying to make it so that when a button is clicked it will set what is connected to a certain destination to a monitor output.
I have the source value in a session variable, 125 in the example.
is there a way I access this session variable in the SET string of the button?
I have tried using var:varName in this field but I am unsure of the correct syntax.
Hi Martin,
I suggest to use the Router Control module if you want to do matrix management in Visual Overview.
1. create/design a configuration for the matrix you desire
2. embed that design in Visio
More info: https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_2%2Fvisio%2FEmbedding_a_router_control_component.htm
yeah I might try that, that you!