Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
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.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 Location: Siroki Brijeg Thanks: 8 times Was thanked: 27 time(s) in 24 post(s)
|
DWAM wrote: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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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=9393Did 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 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
|
|
|
|
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?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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.
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 Location: Bordeaux, France Thanks: 243 times Was thanked: 794 time(s) in 589 post(s)
|
??? Which version of UTC are you using?
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@jiadnil, send me previous preset with problems, I'll check it.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/20/2014(UTC) Posts: 2,721 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#post34908The 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/10/2015(UTC) Posts: 322 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#post34908The 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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/7/2012(UTC) Posts: 2,634 Location: Canada Thanks: 33 times Was thanked: 506 time(s) in 475 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
|
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close