I want to create a data set and it has to be changed in different interval .
Basicaly it is doctors on leave data on hospital dispaly.
I am new to xibo ,
I want to create a data set and it has to be changed in different interval .
Basicaly it is doctors on leave data on hospital dispaly.
I am new to xibo ,
You just want a dataset to be displayed within the region ?
Create a dataset - name is what ever you want
layout > add region ( if one not already there )
double click
Click “text” on left
Click on drop down - select dataset
Select the dataset you created a min ago
click on " "appearance"
click within the ‘box’ where you an type
then double click the [BRACKETED] name below the 2 boxes. This will add the “Dataset” information to the text box. Double click within the text box to select everything. Then click the size, color, etc you desire.
Press Save
Save
Dataset will update as often as you tell it to within the last screen ( 120 min default ). You can change that to 5 min or how ever fast you think the info needs to update. That is you typing in NEW information within the dataset.
Pretty much the above, just to avoid small issues:
Ticker not text
On appearance tab, you will see ‘Available Substitutions’ with names of the columns from your dataset, you can double click on them to add them to the text field.
As for updates, adjust:
as above advanced tab → update interval
as well as general collection interval setting for your device
(display settings, edit display profile that your device is using)
Hi
I created data set and put on a layout.How to increase the font size
Datasets are styled with CSS. So you need to use CSS to make the font size bigger in the parts of the data set that you want to use.
So for example to affect rows, you might use CSS like:
tr.DataSetRow {
font-size:52px;
}