Batch Banner (one/single phase)

Hello,

Is it possible to display only one specific phase on a batch banner? Other words: Couple of phases are running on unit at the time, but on specific display I want to show only one phase, not all of them.

(I'm using: Message banner, Version 5.22)

Regards

Sebastian

  • The default of this dynamos can't provide this function, you will have to update the dynamo to provide the functionality you want.

    Sometimes the animations can be changed without breaking the dynamo, you will have to update the animation and test the dynamo by giving a new tag and seeing if you changed animation is set back to the default or remains as you changed it to verify if this is possible. If it doesn't remain then you will need to update the dynamo VBA logic which in this case it is recommended you create your own starting with this that version and put it in the User.fxg instead of modifying PCSDs version in SIGlobals.
  • The standard message banner is configured to show unit/P1/message. If your message banner has multiple tabs then they will be configured /P2/ /P3/ etc. The P1 means the first phase loaded in the unit. This can be replaced with unit/MYPHASE/message. This will only display messages from MYPHASE. Create a copy of existing dynamo and play with it.
  • In reply to Steve Linehan:

    thank you for your help :-)