Having an issue with Live data that I hope more experienced users than I can help with.
I am working on a project that displays user names on an hd220 using live text event from an xml file. This list is fluid (ever changing), depending on updates to it. issue is that the player is "ghosting" entries as the entries change.
I think the easiest way to resolve the issue it to have the system do a refresh or "update live data" command, to flush out the ghosts.
My presentation is fairly simple (i've actually had to make it a bit more difficult due to a found RSS bug by BrigthSign)..
I am looking for a looping playlist:
1. HOME.. User names listed on display board
2..RSS feed (ive had to separate the rss feed into individual pages, as if I just put in and expect the rss feed to run, then go back to step #1, it does not, it keeps looping on itself, and does not go back to home).
2. rss feed index 2, 3, 4, etc..
3. Back to HOME.. loop again..
my issue is that if I have "customer1, customer2, customer3" on my xml file, it displays OK. If i update my xml file to delete "customer 2" then the file becomes "customer 1, customer 3, NONE"..
The issue is that teh display will show "customer1, customer 3, customer 3" (it is not clearing out "the third index of customer 3 (which now moved into index2 position).
If I can execute a "update live text" command BEFORE it displays again, it would clear this issue up immediately.
I am also trying to see if I can get the system to update teh read to the xml file to faster than 30 seconds, but Brightsign does not recommend it.. it should never be more than really 10 - 15 names total, so it is not a huge amount of data..
any suggestions on how to do this, or will teh "update live text" command do this for me??
BA helpdesk just sent me an faq on udp inputs and not much else.
Any help is greatly appreciated.