User Tools

Site Tools


macros:function:panelmanager.setscreenstate

Function

PanelManager.SetScreenState

Void PanelManager.SetScreenState(String group, Int32 index, Boolean enable)
API http://api.avolites.com/11.0/PanelManager.SetScreenState.html
description Sets the state of a screen
namespace PanelManager
parameter group ( String ) : The screengroup the display belongs to.
index ( Int32 ) : the index of the display in the group.
enable ( Boolean ) : If set to true enable.
return value Void

Possible screengroups:

  • externalDisplay (index 0, 1)
  • main (index 0)
  • touch (index 0, 1)
  • synergyLeft (index 0)
  • synergyRight (index 1)
  • wingALcd (index 0…5)
  • wingBLcd (index 0…5)
  • tnpScreen
Example in

System - Enable External Display (PC-Suite only):

  <step>PanelManager.SetScreenState("externalDisplay", 0, System.ExternalDisplay.Enabled)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/panelmanager.setscreenstate.txt · Last modified: 2018/09/08 18:37 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki