Scrolling button, Scrolling button with sorting – Daktronics Data Manager (DDM) User Manual
Page 31

Appendix A
25
Scrolling Button
1. In the Function Button Configuration window, click Add to insert another function button.
2. Click Script, and then click the
button to open the Script Editor window.
3. In the Script Editor window, click Add to insert a new command. Click Type, and then use the
drop-down arrow to select Scrolling.
4. Apply the following settings:
HoldingTime: Type in “1” to wait one second between sending the next data set.
Port: Select Output Port-Udp, 21000.
RecordCount: Type in “10” to send out the first ten rows of data each time.
Sorts: Leave this setting empty for now.
5. Click Ok when finished.
6. Name the function button “Scrolling”.
Scrolling Button with Sorting
This example will only create a Scrolling button with sorting, but Paging buttons may be configured
with sorting as well.
1. In the Function Button Configuration window, click Add to insert another function button.
2. Click Script, and then click the
button to open the Script Editor window.
3. In the Script Editor window, click Add to insert a new command. Click Type, and then use the
drop-down arrow to select Scrolling.
4. Apply the following settings:
HoldingTime: Type in “1” to wait one second between sending the next data set.
Port: Select Output Port-Udp, 21000.
RecordCount: Type in “10” to send out the first ten rows of data each time.
Sorts: Apply the following settings:
o
FirstSort: Select Last Name (2).
o
FirstSortOrder: Select Asc.
o
SecondSort: Select First Name (1).
o
SecondSortOrder: Select Asc.