Recent content by regpye

  1. R

    DPScope 1 users - Info for installing & use on Windows 11 (fresh/clean installs)

    Yes you are right, I just installed the software on my new computer and it all works the same as it does on my old computer.
  2. R

    DPScope 1 users - Info for installing & use on Windows 11 (fresh/clean installs)

    Yes I am interested, I just purchased a new notebook and it comes with Windows 11 installed (unfortunately)
  3. R

    I don't know how to do this, please help me work it out.

    I have worked out another approach and am now using a simple switch (keyed) to switch on the positive rails to both C.0 and C.1. By using the switch I can isolate the action of these two functions physically and that meant I had to rewrite the code. One problem that came up was repeating the...
  4. R

    I don't know how to do this, please help me work it out.

    I remmed out that interrupt and it allowed me to still use the toggle as in the code above, I left the routine there, but it is never seen by the code because I didn't use the gosub. I am off the bed now.
  5. R

    I don't know how to do this, please help me work it out.

    I have not had time to think this through clearly yet, but got little sleep during the night because of it. What if I added another physical component, like a double pole relay that has a keyed switch to activate it? That way I could use one pole to disconnect the the PIR which is what the end...
  6. R

    I don't know how to do this, please help me work it out.

    I may have worked it out, please check if you can. In simulation, by pressing the C.1 button, it appears to toggle on and off like it should do, but I am too tired now to think clearly. Armed_status: ; PinC.1 if Armed_state = 0 then gosub armed else gosub disarmed endif return...
  7. R

    I don't know how to do this, please help me work it out.

    Thanks for your input Alan. Unfortunately that doesn't work because there is some other problem that is stopping the value of Armed_state to stay at zero. I think I am trying to do too much with the one variable and it is cancelling itself out each time. I put a few SerTxd in the code to let me...
  8. R

    I don't know how to do this, please help me work it out.

    Yes you are right and that is what is happening. How can I correct it?
  9. R

    I don't know how to do this, please help me work it out.

    I have removed those and also found that I had left off a few pieces of code in the last code I posted, however I am still getting stuck in the waiting for the loop to break here After releasing the C.1 switch, the code continues, but still stays in the same state, does not toggle. This is...
  10. R

    I don't know how to do this, please help me work it out.

    I have removed those lines as I have done before earlier and still the problem persists. On pressing the C.1 trigger, the system goes into disarmed as it is suppose to do, but it then stays there in a loop unable to continue with anything else until pressed again. It never goes back into the...
  11. R

    I don't know how to do this, please help me work it out.

    Thanks for that, I will check it out.
  12. R

    I don't know how to do this, please help me work it out.

    Yes I have a 10K pulldown resistor. I have tried to work out how this works and spent a few hours on it, but I am not getting it. I don't fully understand the process and the more I have worked on it the more confused I have become.
  13. R

    What am I doing wrong here?

    No worries Mate (Aussie lingo)
  14. R

    I don't know how to do this, please help me work it out.

    Okay, I have had a play about with the code, but it is not working properly, maybe because I don't fully understand a few things yet. Most of the code works, the B.3 needs to be activated for testing in simulation (busy signal) or the code will wait for a busy signal from the DFPlayer, shouldn't...
  15. R

    I don't know how to do this, please help me work it out.

    Thank you PhilHornby, I am not sure what this code does yet, it is a new process for me, but I will try and work it out. What I should have also stated is that I intended to use a momentary button switch, although I could use a keyed switch as well. I will have a play around with the code and...
Top