-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sabre Implementation #10
Comments
I did a sabre box that perfectly worked on my bench but that completely fails when you connect it to long wires (i used digital pins). The principle was very easy : one weapon connected at a time in the loop so when one weapon is high, the opponent's lamé is checked for a high. The contact with the opponent's blade is not a problem as only one weapon is connected at a time and, during that time, only the opponent's lamé is checked for a high. |
Hi Solexis, thank you for you interest. I do currently have some time. So will look at it. I am expecting this latest implementation to work as I spent a lot of time on designing it. But Ill test with body wires this weekend and let you know the results. Please do implement the box and let me know your thoughts. I have also put together an instructable for it. (Assuming that isnt where you came across this repository) |
Hey I was wondering, how did it go? I am a saber fencer hoping to build a test strip for the school I go to. |
I have tested sabre with body wires on the bench. But dont have the weapons to test it on a piste. Would you be able to build and test it for me? If there are any issues we can work together to solve them. |
Yes sounds good. I will most likely build it over the weekend. I will let you know. |
Did you get anywhere with the sabre? I only fence sabre, but if you use the arduino to poll the pins in a similar way to how you would a keypad, surely that be a work around? |
So Sabre is implemented but only bench tested. ie. I havent taken it onto the piste yet. I dont have equipment to test it. I have read about the B and C wires possibly being tied together which could cause some problems. Please try it out and I can help you debug any issues that you find. |
I am just about to embark on this journey, sadly with less to offer in technical advice but lots as a fencer. My recent thoughts concern your difficulties with sabre, specifically the whip-over issue. As my early days in fencing precedes the availability of electric sabre scoring of any sort, you have already fashioned avast improvement compared to our situation in those days. It has occurred to me that the initial contact between the blades in regular sparring would seldom be continuous. Given the flexibility of modern sabre blades their initial contact must be momentary, and that the reaction of the one blade against another - in an equal and opposite reaction type of thing - must deform both blades both blades for a significant amount of time. So even if there is no light during the instant of contact, it seems to me that many "hits" do register in spite of the intention of the whip-over rules. Being at the outset of my investment in this project, and a little deficient in electronics knowledge in general, I am not sure whether the clash of blades produces an identifiable event which could be used to initiate a routine which would sample the current directions for a specified amount of time and negate a hit made within that period. That span of time would have to conclude very quickly, as a legitimate remise could conceivably be executed, in a very short window and would need to be counted. I have no idea if these ideas present an avenue towards resolving concerns you have with the sabre routine, but I'll be very interested in the countinuing devlopments and discussion in this area. |
I just found your project and I too am interested in the development of the sabre part. I have all the sabre gear available including 2 different FIE approved scoring equipment : Leon Paul and favero. I don't have good knowledge in programing except for scripting. I just ordered a Arduino starting kit to start the same project before finding yours.... So I am very happy to have found it. I will build it and test the saber part. By the way you don’t need to worry about the whip over anymore. It was removed from spec, In the early saber period there was an accelerometer inside the guard that would register a parry. It never worked well so it was removed in favor or a stiffer blade with the S2000 standard. Did you implement the double touch lockout (acceptable delay) with all three weapons ? I don’t have the exact delay for all weapons in mind but I can provide you with saber : 120ms +- 10ms Also, could you provide some picture this would speed up my building time. I am a fencing coach, if you have any questions about the gear or the sport, feel free to ask. |
Actually - Current FIE timings for Sabre lockout is set at 170ms. This was changed, I believe in the Fall of 2016, and all manufacturers of scoring boxes have upgraded chips available. Changing on the arduino project simply involves changing the lockout timing in the code. |
Are you in fact M. C Dodier, from Quebec, Canada, also a sabreur. I am Doug McLean from Ontario. If so we haven't met, but I see your name atop the rankings list..... Nice! I have completed the project once, and almost finished my second box. My experience was that the circuits were very good for foil and epee, but that Sabre doesn't register hits accurately at all. If you can code the Sabre part, I'd be very interested in hearing about this. |
@cdodier Thanks for the interest in the project. I would be grateful for any help getting the sabre implementation up and running. Please contact me if I can be of assistance. I would like to get this project to a point where it is fully FIE compliant but dont have a lot of time to put into it at the moment. I would be happy to do the coding if you could provide the specifications and do some testing for me. Lets chat. Great news on the whipover. I was unaware of this. Yes, the double hit is implemented. You can see the timings (in micro seconds) in the allweaponsbox.ino file: You can see https://github.com/wnew/fencing_scoring_box/blob/master/hardware/circuit for the circuit diagram. Please let me know if you have any questions. |
@mcleadou Thanks for your input. Can you provide a link to the documentation with the new timings in it? Then I can update the code. Thanks |
I need to experiment with capacitors between the ground and the long lines to the fencers. This would remove any unexpected spikes on the lines. |
About the whipover part : in 2000, blades were required to be stiffer in order to reduce the whipover possibilities. |
@Solexis2001 Thanks for the info. It seems at thought there is enough interest in Sabre for me to put some time into it. Ill try and do this in the next month and keep everyone posted. If anyone does some work on Sabre in the meantime. Please let me know. |
For the start of the 2016-2017 season the FIE made two adjustments for Sabre. One change which has since been abandoned was to alter the en garden position of fencers from front foot 4 metres apart to back foot 4 metres apart. This setup was casually known as the Russian Box of Death. As mentioned this change has been revoked. The other change was an adjustment of the lockout timing from 120ms (p/m 10ms) to 170 ms (p/m 10ms). This change has not been revoked and clubs are all over the map when it comes to replacing the chips made available for commercially sold machines. The scoring box changes are described in an FIE bulletin here: http://static.fie.org/uploads/9/49267-NEW%20RULES%20FOR%20THE%20SABER.pdf I hope the issues with Sabre can be sorted. Sadly I'm not really much help with the electronics issues. |
I just received my Arduino kit. It may take a while for me to build it I am kind of a self learner. My interest in electronic and programing will drive this project. I will test the whip over with both of my scoring system and let you know what I find. I’m pretty sure they register as a hit even with FIE approved scoring device. |
Sabre is totally untested, it has come to my attention that it is more complex then just foil without the off-target. A hit needs to be able to register while in contact with the opponents blade. This makes it quite tricky to implement. Hopefully Ill have some time to look at this in the new year. I also need to get hold of sabre equipment to test it.
The text was updated successfully, but these errors were encountered: