Recent content by rfeyer

  1. R

    How to copy text into thread

    If I read all comments corectly, your pasting is described as adding pics. The original question was about copy pasting text. Believe it or not, but form on all of my pc's and tablets it does not work. Hmm
  2. R

    How to copy text into thread

    I guess that means no forum administration :)
  3. R

    Help with AND statement

    Holy Molly, I think I figured it out!   The LOOP: command is actually not a command, as I am used to in other languages where you have to actually give a 'exit loop' command, but it is simply a subroutine! I changed the code in the loop: LOOP:  SET OP8 1  TSTEQ OP8[3000]  SET OP8 0  TSTEQ OP8 1...
  4. R

    Help with AND statement

    Can I ask if anyone can tel me how to get out of a loop statement as in my code above? I have tried and tried variations and can't get it Rainer
  5. R

    How to copy text into thread

    Hmm, hoping that forum moderators may jump in at some point to give insight - will try different settings until then. BTW, am using Flash without problems Rainer
  6. R

    How to copy text into thread

    Wow, way strange - I am using Win7, have tried Chrome and Exp11 Will install Firefox just for the heck of it (really don't like Chrome anyways) and see if that makes a difference. Rainer
  7. R

    How to copy text into thread

    Larry,   TY - question - how do you all get CODE into the threads? Do you really type everything?   Rainer
  8. R

    How to copy text into thread

    I have been trying to copy text (PLC example code) into various threads, however, am not able to do so here. I have been trying to copy text from WORD/ EVERNOTE etc either by ctrl-c or using the COPY from it's menus and then inside the thread tried CTRL-V or using either of the 3 PASTE icons...
  9. R

    Help with AND statement

    Hello rossw - TY for example!   So, I don't see any MOD command nor CTS (there is a CS, most likely same thing)? I have WC8 (I have been reading WC32 manual to get extra info and realized it does have more commands in PLC language).   Also, getting something to start and stop between START and...
  10. R

    Help with AND statement

    Very good point I am trying to set op8 to 1 for 3 seconds at 18:27 each day. so, now I have to see how to get out of loop Rainer
  11. R

    Help with AND statement

    Correct, so, would the code #25 above work/ does it make sense, with the correction of the last two lines before the END statement?   Rainer
  12. R

    Help with AND statement

    oops that should have been two lines: TSTEQ CH18 RAM1 1
  13. R

    Help with AND statement

    Excellent!!!!   I do have a sample code I cam up with (a revision of an already existing sample): (For some reason Clipboard text does not copy into this filed): Will this work:   START  TSTEQ RAM1 0  CALLSUB CPSTRT  TSTEQ RAM1 1  CALLSUB COOPTIME  TSTEQ  CH 18 RAM1 1                 at the 18th...
  14. R

    Help with AND statement

    LarrylLix - TY so much - it is making more and more sense! Certainly thinking programming a lot lately :)   So, the two relevations I had last night: 1- the ZeroBit is really ONLY checking on if the LAST interpretable statement is 0 or 1 2 - timed non-blocking commands need to be in a loop so...
  15. R

    Help with AND statement

    I think I got it :)   I am working on a little sample and will post for review when I think I have it correct. THanks for hanging in there with me Rainer
Back
Top