De senaste kommentarerna
Kvar-i-skogen: Läsa in enheters stämplingar?
Att kunna läsa in stämplingar från främst Check-enheter är ju mycket användbart. Dock lite bökigt att använda Config+. Så det hade varit trevligt att kunna läsa in stämplingar direkt i MEOS, från SportIdent-fliken.
Godkänna och diskvalificera deltagare: Startstämpling
I MeOS är starten ingen kontroll och ger inte felstämpling; beteendet du beskriver är avsiktligt.
Om du insisterar på ett annat beteende är det fullt möjligt. Genom att skriva en resultatmodul som sätter status Felstämplat om startiden är noll.
Använd följande regel för deltagares status:
if (Start == 0)
return StatusMP;
else
return Status;
Godkänna och diskvalificera deltagare: Godkänd utan startstämpel?
Jag kämpar med att får status "Felst." när en löpare glömmer att startstämpla. Stämplar vederbörande så blir allt bra och tiden registereras. Glöms startstämplingen bort, blir det trots allt "OK". "Fri Startid" är förbockad, men det blir samma sak om jag bockar av den. Starttiden sätts till noll-tiden med Status "OK".
Finns det någon som har någon bra idé om vad som blir fel?
Leif Lundquist
Enebybergs IF (eif-ol@leiflundquist.se)
Publicera resultat på Internet: Resultat med poäng
Jag är tyvärr inte bekant med någon tjänst om hanterar poäng. Man kan skriva en själv om man är händig på området (MeOS exporterar poängen) eller låta MeOS exportera en HTML-fil från resultatlistan och använda ett skript eller liknande teknik för att ladda upp den på en server med jämna mellanrum.
Publicera resultat på Internet: Publicera rogainingresultat?
Kan man publicera rogainingresultat på något enkelt sätt online? Det verkar bara vara kontroller samt tid som publiceras, men i rogaining är det ju slutpoängen som gäller, dvs det som hamnar i Poäng-rutan i Deltagarvyn.
Data from Result Modules: String formatting
The change is not intentional. I will try to restore the old behavior.
Data from Result Modules: Custom Text String ‘@;X’ Not Working
In early 2025 the custom list “Kinder, Gentler Results” (on the list download page) was developed for linear, point-to-point events that listed competitors in the order of the number of controls correctly found, then by time of their run.
In that custom list, the competitor’s place was calculated in the associated result module and transferred back to MeOS as OutputNumber[1]. In the result list definition, OutputNumber[1] was used to show the competitor’s place, using the custom text string ‘@;X’ to suppress displaying and printing 0 as the place for all competitors who missed a control.
This no longer seems to work in v4.1.1702, as the Kinder, Gentler Results list outputs all places, including those who missed at least one control and didn’t place, as ;1, ;2, ;3…;0, ;0…
To make sure, I opened an event in v4.0.1578 (released version at the time of the list development) and displayed the results using the custom Kinder, Gentler Results list and the results displayed as expected – all valid places being displayed and those with missed controls as blanks in the place field.
Is there a new approach that should be used to achieve this effect on displayed/printed output of OutputNumber[]s that hasn't made it into the documentation? Thanks.
Start and Result Lists: Class Limit
Just a followup to thank Erik again for the answer that the needed list-limiting capability is already available and can be accessed under the Advanced button in the Results section of the Lists tab. Works just as needed.
Start and Result Lists: Class Limit
Thank you, Erik.
I will send an email with details, but for clarification here, the issue is with combination of several individual classes in order to get results lists with all competitors on the same course together, all men together, all women together, etc.
So the resulting lists that I wished to be able to abbreviate for purposes of awards presentation only aren't comprised of single classes in the competition.
Table Mode and Statistics: Control table
Yes, it is for a rogaining event.
I was prepping for an event that we will be hosting this weekend, and needed to test a custom result list that I was working on, but did not have the course details from the setter yet. So I manually created a test course of 30 controls which I knew to be close to what the setter intended to creare. Naturally, they were all created as regular controls. Rather than going through the controls one at a time to change their status to Rogaining and assign the point values, I copied the Controls table, with those fields included, to Excel in order to make those changes more efficiently, and then copy/paste the table back into the MeOS event.
Small use case, and I probably could have obtained the same end result using a 5-control course rather than 30.
Start and Result Lists: Class Limit
The limit to show only the top N in each class is generally available (Lists, Results, Advanced, Leaderboard)
If this does not work, please send me an email with a precise example of what is not working.
Table Mode and Statistics: Control table
It is currently a read only table with mostly statistics, number of visitors etc, which makes no sense to edit. Most other data (like coordinates) is usually imported via XML when importing courses.
What data are you interested in setting up in Excel? Is it for a Rogaining event?
Table Mode and Statistics: Paste from Clipboard Not Available?
On the Controls tab, in Table mode, the 'paste from clipboard' isn't shown in the Table Tools. Furthermore, clicking Ctrl-V throws a message box stating 'Unsupported operation.'
Is there a reason why a large number of control data edits cannot be done externally to MeOS (e.g., Excel) and copied/pasted back into the table?
Start and Result Lists: Entries per Class Limit
My club is hosting an event where awards will be given to the top overall, men, women, etc. finishers, so custom results lists have been created to combine all classes together accordingly. However, it seems that the entry for Number of entries per class does not apply to custom lists. Am I missing something in the setup of the custom lists that will allow an output showing only the top X finishers for use in the awards presentation?
Tidtagning utan banor och kontroller: Tidtagning
Det är ett fel i version 4.1, en fix kommer med nästa uppdatering. Tillsvidare är lösningen att använda version 4.0.
Tidtagning utan banor och kontroller: Tidtagning utan banor problem
Hej, när jag försöker anmäla en deltagare till en klass när man har inställningen "tidtagning utan banor" får jag följande felmeddelande: "Internal Error, identifier not found: RCourse"
Är det något jag har gjort fel eller är det en bug?
Anmäla deltagare: OOC ved Direktanmälan
Er det möjligt at ange OOC (utan för konkurrens) ved Direktanmälan ?
Reading Out Cards: Missing Experience with emiT
Hi Mike Avery and Erik Melin,
Thank you for considering my question.
It is good to know the different options.
Thanks for the suggestions.
Best regards Lasse
Request Start Time: Suggestion
Thanks for the answers. The suggestion is good, I will think about setting up something like that.

Kvar-i-skogen: Inläsning av stämplingar
2025-12-11 06:54:56 av Erik Melin
Det är en rimlig funktion. Om någon kan bidra med kod för att göra det lägger jag gärna till den funktionen.