Menu

Complier crash

2016-12-02
2016-12-03
  • Edward LaBudde

    Edward LaBudde - 2016-12-02

    Hi, I am having problems with a program that causes the complier to crash. Does so with the last 2 releases. Evan can you send me a private email to evl@pxbxx.com so I can send you the file to see if you can find out why it is doing this? File may be too big to post. Thanks, Ed.

    Edited to remove email address.

     

    Last edit: Anobium 2016-12-03
  • Edward LaBudde

    Edward LaBudde - 2016-12-02

    Ok I see I can attach so here is the file

     
  • William Roth

    William Roth - 2016-12-03

    Two Things,

    1) You cannot use a # character in a variable name. Remove the "#" from all variable names.
    2) The file you posted was marked read only. Make sure your local copy is not also marked as read only

    Attached is a corrected file. Please test.

     

    Last edit: William Roth 2016-12-03
  • Anobium

    Anobium - 2016-12-03

    3) And, change those calcs to a Function. This will ~600 bytes of code.
    4) And, unless you cannot cannot change the phyical pin - change to hardware serial
    5) And, you do not really need the CALL statements.
    6) And, to complete the use of #. See 'Setting Variables' in the Help. # equates to XOR

    I do hope these thoughts help.

     
  • Marc in the Dark

    Hi.
    Just an observation. LoadMonitor2 has a Do...Loop with nothing inside it. Just before the Start:.

     
    • William Roth

      William Roth - 2016-12-03

      An artifact left over from testing. I will remove

       

      Last edit: William Roth 2016-12-03
  • Edward LaBudde

    Edward LaBudde - 2016-12-03

    Hi all, Thanks, Works fine now after your changes. I like using the call statement. Thanks again. Ed.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.