Replies: 4 comments
-
You missed the forcespeed parameter as in my example
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno ven 25 ott 2024 alle 21:51 ed0c ***@***.***> ha
scritto:
… Hello,
I'm trying to make workout programs using xml template for my treadmill
domyos Intense run.
An example:
<?xml version="1.0" encoding="UTF-8"?> <rows> <row duration="00:30:00"
speed="10.5" inclination="0" fanspeed="2"/> <row duration="00:02:00"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:24"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:30"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:00"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:00"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:01:36"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:02:30"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:24"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:30"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:00"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:00"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:01:36"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:02:30"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:24"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:30"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:02:00"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:01:00"
speed="7" inclination="0" fanspeed="2"/> <row duration="00:01:36"
speed="15" inclination="0" fanspeed="2"/> <row duration="00:10:00"
speed="7" inclination="0" fanspeed="2"/> </rows>
Unfortunately, speed is staying at 0kmph with the example above, but the
fan is working..
So, what is the parameter to modify the speed of the treadmill ?
—
Reply to this email directly, view it on GitHub
<#2698>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWHQLN7NFTJBIDWP7P3Z5KOMBAVCNFSM6AAAAABQT5YXNKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGM3DSNJVGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Like this ?
Or this ?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Likes this
<row duration="00:30:00" speed="10.5" inclination="0" fanspeed="2"
forcespeed="1"/>
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno ven 25 ott 2024 alle 21:58 ed0c ***@***.***> ha
scritto:
… Like this ?
<row duration="00:30:00" speed="10.5" inclination="0" fanspeed="2" forcespeed="10.5"/>
Or this ?
<row duration="00:30:00" forcespeed="10.5" inclination="0" fanspeed="2"/>
—
Reply to this email directly, view it on GitHub
<#2698 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWEQ43PHFEE7ARVPIH3Z5KPFHAVCNFSM6AAAAABQT5YXNKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMBVGY2TEMQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ed0c
-
OK!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to make workout programs using xml template for my treadmill domyos Intense run.
An example:
Unfortunately, speed is staying at 0kmph with the example above, but the fan is working..
So, what is the parameter to modify the speed of the treadmill ?
Beta Was this translation helpful? Give feedback.
All reactions