AMOS Basic: Every and Wait #24

Open
opened 2023-03-25 15:44:15 +00:00 by john · 0 comments
Owner

Ref 2.15

Every TimeInterval Proc Procname
Every On
Every Off
Wait TimeInterval
If you use the interrupt system to call a procedure, turning it off using Every Off stops
the Wait instruction working. The program will wait indefiinitely - i.e. it looks like it's
locked up. It hasn't crashed, it's just that the TimeInterval will never get counted
down.
I haven't looked at the way AMOS handles these interrupts yet. So this may be
something that can be solved (i.e. a bug) or may just be something to be aware of (i.e.
unusual behaviour).

Ref 2.15 Every TimeInterval Proc Procname Every On Every Off Wait TimeInterval If you use the interrupt system to call a procedure, turning it off using Every Off stops the Wait instruction working. The program will wait indefiinitely - i.e. it looks like it's locked up. It hasn't crashed, it's just that the TimeInterval will never get counted down. I haven't looked at the way AMOS handles these interrupts yet. So this may be something that can be solved (i.e. a bug) or may just be something to be aware of (i.e. unusual behaviour).
john added the
AMOS Pro Bugs List
label 2023-03-25 15:46:04 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheIndustriousRabbit/amos-professional#24
No description provided.