logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Sportsguy  
#1 Posted : Wednesday, March 10, 2021 5:45:30 AM(UTC)
Sportsguy

Rank: Newbie

Groups: Registered
Joined: 3/10/2021(UTC)
Posts: 5
United States
Location: Florida

I have configured an auto updating scoreboard that is being fed using XML. The scoreboard is being run by my official scorer on an Ipad. Everything works wonderfully except one thing. When pitch speed data is delivered it shows as it should. But what i want it to do is show no number after a given period of time. On the XML side, its programmed to disappear after 5 seconds, and vmix is infact showing the data going away. but the number on my actual board wont stop showing the last pitch speed. My data feed is set to be refreshed every 1000 milliseconds so i would think it would see "no value" and display no value but the numbers just wont stop displaying. I've gotten this to work on video displays in my location (sourced from the same app on ipad) but in the scoreboard in vmix the value of pitch speed won't go away....
doggy  
#2 Posted : Wednesday, March 10, 2021 12:15:36 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
needs to be replaced by a blank instead of a no value in the title

Can you show the actual bit of the data send in the xml file please to check in both moments
Sportsguy  
#3 Posted : Wednesday, March 10, 2021 11:38:10 PM(UTC)
Sportsguy

Rank: Newbie

Groups: Registered
Joined: 3/10/2021(UTC)
Posts: 5
United States
Location: Florida

The XML sends a value then 5 seconds later sends a blank field. Vmix is seeing the field go blank but won't display a blank value when it goes away.
doggy  
#4 Posted : Thursday, March 11, 2021 12:53:58 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: Sportsguy Go to Quoted Post
The XML sends a value then 5 seconds later sends a blank field. Vmix is seeing the field go blank but won't display a blank value when it goes away.


Can not simulate the error, have you tried using the xml on another title ?
Sportsguy  
#5 Posted : Thursday, March 11, 2021 1:58:48 AM(UTC)
Sportsguy

Rank: Newbie

Groups: Registered
Joined: 3/10/2021(UTC)
Posts: 5
United States
Location: Florida

This XML feed also generates the speed on my video board's in the park and there it disappears as it should when no value is present. In the XML feed (in the setup xml feed area of VMIX) it is going away after 5 seconds. So i know the XML portion is doing what it's supposed to do. In fact, all other parts of this XML feed is working in vmix flawlessly. Stats, due ups, etc.. it's just this one little quirk that I can't figure out.
kjones9999  
#6 Posted : Friday, March 12, 2021 12:53:22 PM(UTC)
kjones9999

Rank: Advanced Member

Groups: Registered
Joined: 8/20/2014(UTC)
Posts: 388

Thanks: 29 times
Was thanked: 80 time(s) in 51 post(s)
Can you post the xml and xpath you are using? Is the XML generate manually? If so you may have some syntax related to text fields that needs to be tweaked.

I can tell you that a blank text field goes blank if configured properly. That what happens when we lose connection to our daktronics.

Most likely, you are removing or misconfiguring the tags that tell vmix that it is still an empty text field. Vmix is, I am guessing, reading it as a field that is not parsed.
Sportsguy  
#7 Posted : Saturday, March 13, 2021 2:32:44 AM(UTC)
Sportsguy

Rank: Newbie

Groups: Registered
Joined: 3/10/2021(UTC)
Posts: 5
United States
Location: Florida

<pitchspeed />

Difficult to post the entire data field when no values are being registered. As that only happens during a game. The XML gets generated automatically when values are present. It's data pulled from a web site being fed, esentially, via a radar system. When the value is "none" (after 5 seconds) the fields are represented with no value. It's weird that of the (oh about 8 programs that read this xml chain) this is the only one where the value doesn't disappear when the value times out. It disappears on my video electronic systems, my in house broadcasting systems, and on the machines that also pull the data. I just figured it was a setting somewhere i had missed in VMIX. Ultimately is it a big deal? no. It just struck me as odd that it happens here and no where else.

If I can copy the XML feed today during a live game I will and post it here. Thanks you guys for taking the time to reply.
(edit post)

<pitchspeed>93</pitchspeed>

Ok so there is the xml line when a pitch is thrown. It times out after 5 seconds and would look like this:

</pitchspeed>

Hope that is what you were asking for.
doggy  
#8 Posted : Saturday, March 13, 2021 3:05:28 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,221
Belgium
Location: Belgium

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: Sportsguy Go to Quoted Post

<pitchspeed>93</pitchspeed>

Ok so there is the xml line when a pitch is thrown. It times out after 5 seconds and would look like this:

</pitchspeed>



oh that's is wrong , will actualy throw an error in the datasource itself
<pitchspeed></pitchspeed> & <pitchspeed/> are allowed
not </pitchspeed>



Edit: Stolen after GIS ;-)
Quote:
An element with no content is said to be empty. In XML, you can indicate an empty element like this: <element></element> or you can use an empty tag, like this (this sort of element syntax is called self-closing): <element /> The two forms above produce identical results in an XML parser
Sportsguy  
#9 Posted : Thursday, March 18, 2021 1:55:20 AM(UTC)
Sportsguy

Rank: Newbie

Groups: Registered
Joined: 3/10/2021(UTC)
Posts: 5
United States
Location: Florida

Ok. I'll ask the software coder to change that. I wonder why the other systems are reading it correctly... Thanks for the reply.
Users browsing this topic
Guest (3)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.