"Internal Error: Timout on utility timer" #211
Replies: 3 comments
-
Posted at 2014-02-17 by randunel I'm not sure what the default value is for time or if you want
And make sure that The official reference lists the format as
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-18 by DrAzzy Oh, duh. I was omitting the second argument, and meant that 0.1 to be the time, no wonder it wasn't working. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-18 by @gfwilliams Glad you got this sorted. I'll look into why it didn't just give you an error - it should do... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-17 by DrAzzy
It seems that digitalPulse() will give errors on subsequent attempts to call it. It works normally the first time only.
digitalPulse(C7,0.1);
=undefined
digitalPulse(C7,0.1);
INTERNAL ERROR: Timeout on Utility Timer
=undefined
Happens in both v50 and the v51 github version.
Beta Was this translation helpful? Give feedback.
All reactions