logo

Live Production Software Forums


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

Notification

Icon
Error

64 Pages«<1617181920>»
Options
Go to last post Go to first unread
Siroki  
#341 Posted : Saturday, April 22, 2017 6:45:32 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
Complicated :))
I dont see where you show particular timer. Because this timer for one player of each team should be on screen and start only then with main timer. Not to start if its hidden, right?

thx
DWAM  
#342 Posted : Saturday, April 22, 2017 9:15:45 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Quote:
Complicated :))

Not really!

But who are you talking to when you say "I dont see where you show particular timer"?

Quote:
Because this timer for one player of each team should be on screen and start only then with main timer. Not to start if its hidden, right?

The principle for timers is to be activated when it's necessary. It is not related to their being visible or not.
Siroki  
#343 Posted : Sunday, April 23, 2017 6:18:53 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
DWAM wrote:
Quote:
Complicated :))

Not really!

But who are you talking to when you say "I dont see where you show particular timer"?

Quote:
Because this timer for one player of each team should be on screen and start only then with main timer. Not to start if its hidden, right?

The principle for timers is to be activated when it's necessary. It is not related to their being visible or not.


You got into this so for you its not complicated :))
Maybe if I get time to deal with it it want be complicated :))))

Ok, so I need to setup button:
- start main timer (this controls only main timer)
- pause main timer (this controls only main timer)
- pause/restart penalty timers (this controls main timers and penalties at same time start/pause)
- reset penalty times (to reset penalties to 2:00 minutes when there is no penalties or when new player gets penalty)

thx
DWAM  
#344 Posted : Sunday, April 23, 2017 6:26:23 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Quote:
Ok, so I need to setup button:
- start main timer (this controls only main timer)
- pause main timer (this controls only main timer)
- pause/restart penalty timers (this controls main timers and penalties at same time start/pause)
- reset penalty times (to reset penalties to 2:00 minutes when there is no penalties or when new player gets penalty)


I don't think you need a specific pause button for main timer.

A simple Pause Button will start and stop all active timers. If a penalty timer is not started, it cannot be paused or restarted, so you don't need to bother.

Good luck!
Guillaume
jladnil  
#345 Posted : Thursday, April 27, 2017 12:38:35 AM(UTC)
jladnil

Rank: Member

Groups: Registered
Joined: 1/22/2017(UTC)
Posts: 21

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Can anyone help me to the following? ( Red and Green dots for penalty) I am new to UTC

UserPostedImage
DWAM  
#346 Posted : Thursday, April 27, 2017 5:02:00 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Hi jladnil!

You're new to UTC... What does it mean? Can you already make a simple scoreboard? Can you already deal with image or text visibility? Do you know how to create your own xaml files with ease?

Because what you're asking for is not easy to do for a beginner and if you don't already know the first steps, it's nearly impossible to help you. For example did you check my tutorials for UTC here: https://forums.vmix.com/....aspx?g=posts&t=9393
Did you try to reproduce some of the exercices? Most of what you need is already explained here, it's only a matter of adapting for your specific needs.

So please tell us what your level is and what issues you're facing in the process so that we can give you an appropriate guidance.

Guillaume
elgarf  
#347 Posted : Friday, April 28, 2017 8:02:50 AM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 225 time(s) in 129 post(s)
@jladnil, that's more about XAML, not UTC. I can made examlpe for you.

BTW, I've updated Conditions version. I fixed nested conditions and some other bugs, there are also other small changes.
Download
jladnil  
#348 Posted : Tuesday, May 2, 2017 9:20:16 AM(UTC)
jladnil

Rank: Member

Groups: Registered
Joined: 1/22/2017(UTC)
Posts: 21

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Hello Everyone

I followed DWAM's post "Howto control a dynamic scorebug with vMixUTC" and also downloaded the attached scorebug.zip file and followed everything given in the video tutorial by DWAM, however I am having a strange issue, When i press any control on the timer (plat,stop,pause) my score automatically does a +3 to my existing score! What am I doing wrong?
DWAM  
#349 Posted : Tuesday, May 2, 2017 9:36:17 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Difficult to say what is wrong but I suspect you have an bad ExecLink somewhere. Make sure all ExecLink names are different and that you don't have some sort of looping calls in your buttons.
jladnil  
#350 Posted : Tuesday, May 2, 2017 9:50:04 AM(UTC)
jladnil

Rank: Member

Groups: Registered
Joined: 1/22/2017(UTC)
Posts: 21

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
I removed All the buttons and only kept score widget and timer widget with no ExecLink function same problem
DWAM  
#351 Posted : Tuesday, May 2, 2017 10:05:23 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
??? Which version of UTC are you using?
jladnil  
#352 Posted : Tuesday, May 2, 2017 10:14:20 AM(UTC)
jladnil

Rank: Member

Groups: Registered
Joined: 1/22/2017(UTC)
Posts: 21

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
How do i check the version? anyways i downloaded the latest one from 1st page
DWAM  
#353 Posted : Tuesday, May 2, 2017 10:19:12 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Just to understand if it's related to your UTC preset or not, create another project in UTC with just a timer and a score widget to see if it produces the same effect.
If yes, report here...
If not, you have something wrong in your first preset somewhere
jladnil  
#354 Posted : Tuesday, May 2, 2017 10:40:50 AM(UTC)
jladnil

Rank: Member

Groups: Registered
Joined: 1/22/2017(UTC)
Posts: 21

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Made a new preset and the problem is solved! thanks
elgarf  
#355 Posted : Tuesday, May 2, 2017 11:23:02 PM(UTC)
elgarf

Rank: Advanced Member

Groups: Registered
Joined: 10/23/2015(UTC)
Posts: 458
Man
Russian Federation

Thanks: 20 times
Was thanked: 225 time(s) in 129 post(s)
@jiadnil, send me previous preset with problems, I'll check it.
Siroki  
#356 Posted : Monday, May 8, 2017 9:53:18 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
Guys
I have handball next week. Can someone of you two @DWAM or @digitalalps send me template for synncro clocks for handball.
Thank you very much

I tried on my own but I only have 4 overlays and if there are 4-5 suspensions on both sides in the same time I don't have the number for overlays to output all 4 suspensions right? how do you deal with this?

My 2 min suspension is special/unique input. And when there is a suspension I overlay it but the problem is if there are 4 overlays because score is already one overlay
Siroki  
#357 Posted : Thursday, May 11, 2017 4:18:10 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
I give up from 2min suspension, I will not use it

@elgarf
about timer, when I set it and set shortcuts, when I start and pause timer its ok, but if I press two times START button it resets timer to 00:00 and start all over again

Can this be set that start can start and pause like it does in vMix

thx
DWAM  
#358 Posted : Thursday, May 11, 2017 4:42:39 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Hi Marko

what is your problem with penalties?

As of your question to Elgarf, it's normal behaviour that start button starts or restarts the timer.
You just have to use the Pause option to stop and restart a timer.

In my example, I create a "timeout toggle" button with ExecLink for Pause for this: pressing it once stops all active timers, pressing it again restarts all paused timers

Start should only be used once either for a period timer or a penalty timer.

For 2 min suspension it's also possible to create buttons in order to add 2 minutes to an existing 2 minutes penalty, even when it's already running, so that your penalty timer for each team can manage several penalties at the same time. This is shown in my tutorial for Sync Timers

If you follow carefully what I showed in this demo video, which is pretty much exactly what you need for handball, I think you can do it
https://forums.vmix.com/...ts&m=34908#post34908

The only thing to modify is to use OnCompletion instead of OnStop for the penalty timer. At the time I made this demo, Elgarf had not implemented OnCompletion yet. Now it's possible to use it to start an extra time timer when period time is over for example or to prevent the undesirable effect I had with the SetText FX option.

Guillaume
Siroki  
#359 Posted : Thursday, May 11, 2017 9:27:42 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
DWAM wrote:
Hi Marko

what is your problem with penalties?

As of your question to Elgarf, it's normal behaviour that start button starts or restarts the timer.
You just have to use the Pause option to stop and restart a timer.

In my example, I create a "timeout toggle" button with ExecLink for Pause for this: pressing it once stops all active timers, pressing it again restarts all paused timers

Start should only be used once either for a period timer or a penalty timer.

For 2 min suspension it's also possible to create buttons in order to add 2 minutes to an existing 2 minutes penalty, even when it's already running, so that your penalty timer for each team can manage several penalties at the same time. This is shown in my tutorial for Sync Timers

If you follow carefully what I showed in this demo video, which is pretty much exactly what you need for handball, I think you can do it
https://forums.vmix.com/...ts&m=34908#post34908

The only thing to modify is to use OnCompletion instead of OnStop for the penalty timer. At the time I made this demo, Elgarf had not implemented OnCompletion yet. Now it's possible to use it to start an extra time timer when period time is over for example or to prevent the undesirable effect I had with the SetText FX option.

Guillaume


Every penalty in my project is one special input. Background image with 2:00 time. And I made it in title designer. So, I can overlay 3 penalties because on overlay1 scorebug is overlayed, and I have free overlay2,3,4... But what if there are 4 penalties in same time, for example, 2 penalties on each team :)

I don't have overlay options to cover multiple penalties, thats the problem.

I setup Start timer, and pause timer, but my Pause timer cannot start timer from paused period. If I pause on 12:40 for example, I cannot start timer with pause shortcut, only with start button, but if I press accidentaly two times start button it restarts timer to 00:00

Hope you understand
IceStream  
#360 Posted : Thursday, May 11, 2017 10:27:40 AM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,602
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
@ Siroki

I use the "Multiview" overlays for this very reason...
Typically, during the action, you only use a single or main camera (for most sports that I am aware of anyways), so I use a duplicate Input with penalty clocks in place in "Multiview" and use that Input when necessary.
Hope that helps.


Ice
Users browsing this topic
Guest (11)
64 Pages«<1617181920>»
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.