Sources

Several sources can be added and it's data made available for binding. Thse sources include HTTP GET of JSON file and also TCP/IP or UDP sources.

Sources can be defined in the Sources Tab of the ScreensPro window.

A source can be accessed inside a layout by using bindings, e.g. {Binding Sources.RaceResult.Value[0].BackgroundColor}, where RaceResult is the Name of a source and Value[0] the first element of the returned array.

Last updated