You are not logged in.

#1 2018-11-17 08:39:36

cholubin
Member
Registered: 2017-06-19
Posts: 47

About 'Delay' command

Can't I use some math expression for delay command's value?
like this... [[Delay {[[ZLiftDistance]] / {[[ZSpeed]] / 60}}]]
I just can see this at log message.. "sysntax error.."
only can use numeric value or vaiable?

Offline

#2 2018-11-17 08:53:04

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: About 'Delay' command

[[Delay {{[[ZLiftDistance]] / [[ZSpeed]] / 60}}]]

Offline

#3 2018-11-17 09:21:37

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: About 'Delay' command

Need  [ZLiftDistance]] / ([[ZSpeed]] / 60).. not [ZLiftDistance]] / [[ZSpeed]] / 60

Offline

#4 2018-11-17 09:24:01

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: About 'Delay' command

and your expression says error!! syntax  in log...

k5uOls0.png

Offline

#5 2018-11-17 13:03:21

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: About 'Delay' command

[[Delay {[[ZLiftDistance]] / [[ZSpeed]] / 60}]]

Will get fixed with the next beta release.

Offline

#6 2018-11-17 13:10:29

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: About 'Delay' command

[[Delay { [[ZLiftDistance]] / { [[ZSpeed]] / 60} }]]
Ok I see ^^

Offline

#7 2018-11-18 18:07:35

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: About 'Delay' command

[[Delay {[[ZLiftDistance]]/([[ZSpeed]]/60)}]]

This expression is correct. ^^

Offline

Board footer

Powered by FluxBB