-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Power not stable on i-Magic & T1904 #128
Comments
Hi @Mk2mark welcome! Just for my curiosity: where are you from? For the powercurve, please check the manual where is explained how the imagic formulas were created. With your pwr mtr you can reproduce Suc6 |
Hi, Thanks for the very prompt response. |
I have just tried running the system with your GUI. Whether or not i set -m flag the trainer does not force a constant power. is this a clue? |
2.6 Power curve validation 12 Please provide a result-table as in the manual, which saves me debugging the logfiles. Thanks |
Thanks - and sorry for wasting time - I had an older version of the manual with no section 2.6! |
See related issue. |
Attached xls file with power data. |
Updated file - there was one data entry error (highlighted). |
My trainer does not have a cadence sensor - could that explain anything? |
A Tacx Fortius does not work (well) without cadence sensor. Will look into the file shortly |
Hi all. Version 3.6 has a new logging feature -d32 to create a JSON file for this kind of analysis. |
I suppose it is likely that my problems with the power is that I don't get the cadence sensors to work. However, now I think it works fine with zwift when I run with the -d127 flag. But today something strange happend. I think that my Garmin watch picked up the powersignal from Fortius and not from the vector. Zwift gave the corret power but my watch gave a value significatly lower until I reconnected the vector pedals... |
FortiusANT does not use the cadence, only displays it. The point is that it seems (I do not have the specs) that the Tacx Fortius (iMagic) does not work well without cadence sensor. Reading the cadence from an ANT+ sensor would not change that.
|
Ok. That I understand. That is however the "state" I have tested that works fine. I tried using the GUI yesterday and got the impression zwift did not work ok. I had a restday and did only test in short set's. I will do some more tests. Good to know cadens is not involved. I'm struggling with the code since I am a novice. |
No problem, if you invest the time to understand the code - I will support if I can; not having the i-Magic for doing tests myself. |
Great! Let me know if you want me to conduct any specific testing.
BR Morgan
Den sön 15 nov. 2020 22:29WouterJD <notifications@github.com> skrev:
… No problem, if you invest the time to understand the code - I will support
if I can; not having the i-Magic for doing tests myself.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJLCTALF3BIQKCUPC6MOZ3SQBB2XANCNFSM4TNZBSCA>
.
|
Sorry for not responding for so long. If the wheelspeeds differs from the rotation of the brake-spindle, this would indicate that the tire is slipping. As you may have read in the manual, the power calculation for the "Legacy USB trainer" is 100% empirically, based on one measurement (i-Magic, 1902 headunit): Note however that ONLY the 1902 is considered a legacy headunit. Perhaps also the 1904 should be considered "Legacy" (although the description is quite different); the different calculations are found here: So what I understand the only headunit that should use the legacy calculation is the 1902. Please consider this |
@M2Mark I have been thinking about this and returned to the excel sheet supplied. What you do is:
I have put it in a graph attached #128 T1904.power2.xlsx to detect some logic: If I look at the figures for 10km/hr, with an incrementing resistance (2100-14605) the power is almost stable (even decreasing)
at 20 and 30km/hr, the graph has some logic:
What I would do, is repeat the test as described in the manual and see what happens then |
To do the test:
In this way you can set the Resistance manually (up/down by 500) and see what happens. Perhaps it turns out that the i-Magic allows a maximum value for Resistance of 8000 |
Could you tell me how your configuration is setup:
|
Hi, I will try. But maybe not before the weekend.
Br Morgan
Den mån 16 nov. 2020 22:33Wouter Dubbeldam <notifications@github.com> skrev:
… To do the test:
- Use the python version, so you can modify the code
- Modify the function "TargetPower2Resistance" at
https://github.com/WouterJD/FortiusANT/blob/master/pythoncode/usbTrainer.py#L1636
- Replace rtn = self.TargetPower * self.PowerResistanceFactor /
self.WheelSpeed
by rtn = self.TargetPower * 10
In this way you can set the Resistance manually (up/down by 500) and see
what happens.
It will NOT provide a solution, but gives you control to generate a
usefull table.
Perhaps it turns out that the i-Magic allows a maximum value for
Resistance of 8000
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#128 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJLCTGTJDSWXLPZUASJAM3SQGLB5ANCNFSM4TNZBSCA>
.
|
I'm digging into this "Power curve" subject and get the following impression: headunit/brake combinations T1932/T1941 and T1902/T1901 work, but the others don't. Please respond to this post: what bundle did you buy, and what brake and what head unit do you use?
|
Hi, sorry for being slow to respond and thanks for your continued work on this. Even as it is this is a great step forward for me and Zwift works fine in normal use - just ERG mode is difficult with the screwy power numbers. I am taking in stages. I have resolved my Ant issues - moving both dongles to the end of a 1m extension to get away from WiFi interference helped, but still got dropouts. Switched from Anself to using two garmin dongles and everything is perfect. Next I have procured a cadence sensor (from Slovakia!) and hope to have it by the weekend when I will fit it and redo the power tests as you suggest. Logically the cadence should be irrelevant but it's possible the head unit tries to do something clever with the information and that interferes with the power numbers. I have a T1904 head unit and a T1901 brake unit. Thanks for all the info and the links - very interesting and helpful. I will get back to you when I have some more numbers. |
This seems the same as #143 and I will proceed from there |
Hi and thanks for this great bit of code. Installed easily and worked first time! I am running the windows executable version.
I have an i-Magic with green/white controller (1901?)and have used it with your GUI and with Zwift. I just have one small issue.
When i compare power numbers on your GUi with the power on my bike power meter they are very different and the difference is not a linear %age so i can't fix it with the -p flag.
I can still run the TACX TTS software and that matches my bike power meter closely so the trainer is obviously sending good data.
The number on your GUI matches the number on the scrolling display of data in the terminal window and also gets passed through to zwift correctly, so everything from that point on is fine.
I assume this is a problem with the mapping of i-magic data to power numbers - is it driven by a table of some sort?
Is there some way to correct this?
Thanks, Mark.
The text was updated successfully, but these errors were encountered: