After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705214 - Encoders selection and management
Encoders selection and management
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
1.3.x
Other All
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2013-07-31 22:10 UTC by Xavier de Blas
Modified: 2015-06-16 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2013-07-31 22:10:24 UTC
Change notebook to have a third horizontal tab

Inertial machines has to be always using the axis:
1. if it's rotatory (friction): in contact with axis
2. if it's rotatory (axis): connected to axis
3. if it's linear (string): rolled at the axis

in all need to provide the inertia momentum, body weight and extra weight (if any)

in the 2. and 3. need to provide the diameter of the axis 

In all the cases, need to convert data using fixRawdataInertial
because we need to know the change of direction

also preselect con-ecc when inertial machine is selected. Put in the same tab

Need also to save encoder type and load encoder type. This has to be useful to have data introduced always and have different encoders.


Finally need to add the code and explanation for the calculation of the inertia momentum:

    ----------
   /          \
  /         W  \
 /         /    \
|         /      |
|        o       |
|                |
 \              /
  \            /  
   \          /
     --------

Weight has not to be on the top of the axis (has to be "sided")
Measure weight
Measure distance between centre of axis and centre of weight
Comment 1 Xavier de Blas 2013-08-02 15:41:36 UTC
GUI done