Difference between revisions of "Wyrestorm (I/O Server Object)"

From HSYCO
Jump to navigation Jump to search
(Created page with "<noinclude>{{UI Object Header}}Category:INCOMPLETE</noinclude> Shows a ??? panel with ???. <noinclude>??? information is retrieved using the ??? I/O Server. The id has to ...")
 
Line 1: Line 1:
<noinclude>{{UI Object Header}}[[Category:INCOMPLETE]]</noinclude>
+
<noinclude>{{UI Object Header}}</noinclude>
Shows a ??? panel with ???.
+
 
<noinclude>??? information is retrieved using the ??? I/O Server. The id has to be equal to the I/O Server's name.
+
The Wyrestorm object lets you control one output of a [[Wyrestorm]] I/O Server.
For further details refer to the [[???|??? I/O Server Application Note]].
+
 
 +
The object displays the input selected on the addressed output. If an entry is available in wyrestorm.ini for the selected input, then the specified name will be reported, otherwise the object will show the input number.
 +
This object is listed in the Project Editor’s new object list only when at least one Wyrestorm I/O Server is defined.
 +
 
 +
<noinclude>
 +
For further details refer to the [[Wyrestorm|Wyrestorm I/O Server Application Note]].
 
</noinclude>
 
</noinclude>
  
 
[[File:UI Object wyrestorm.png]]
 
[[File:UI Object wyrestorm.png]]
  
== Parameters ==
+
<includeonly>==</includeonly>== Parameters ==<includeonly>==</includeonly>
*'''server id''': the server ID
+
*'''server id''': the Wyrestorm I/O server ID
*'''output''': ???
+
*'''output''': the output number to be addressed
 
*'''position''': the object's position. Use the pixels or rows and columns coordinates format
 
*'''position''': the object's position. Use the pixels or rows and columns coordinates format
*'''CSS style''': ???
+
*'''CSS style''': the CSS style to apply to the inner text (optional)
  
== Syntax ==
+
<includeonly>==</includeonly>== Syntax ==<includeonly>==</includeonly>
 
  (wyrestorm <server id>; <output>; <position>; <CSS style>)
 
  (wyrestorm <server id>; <output>; <position>; <CSS style>)
 
E.g.
 
E.g.
  (wyrestorm serverid; ???; x10y20; font-size:50px)
+
  (wyrestorm serverid; 2; x10y20; font-size:50px)

Revision as of 15:31, 19 March 2014

Note  For a description and a complete list of UI Objects, see UI Objects.

The Wyrestorm object lets you control one output of a Wyrestorm I/O Server.

The object displays the input selected on the addressed output. If an entry is available in wyrestorm.ini for the selected input, then the specified name will be reported, otherwise the object will show the input number. This object is listed in the Project Editor’s new object list only when at least one Wyrestorm I/O Server is defined.


For further details refer to the Wyrestorm I/O Server Application Note.


UI Object wyrestorm.png

Parameters

  • server id: the Wyrestorm I/O server ID
  • output: the output number to be addressed
  • position: the object's position. Use the pixels or rows and columns coordinates format
  • CSS style: the CSS style to apply to the inner text (optional)

Syntax

(wyrestorm <server id>; <output>; <position>; <CSS style>)

E.g.

(wyrestorm serverid; 2; x10y20; font-size:50px)