jhonansaro

MrPLC Member
  • Content count

    16
  • Joined

  • Last visited

Community Reputation

0 Neutral

About jhonansaro

  • Rank
    Sparky

Profile Information

  • Country United Arab Emirates
  1. Turning CW and CCw after a delay

    Hi IO_Rack Thanks a lot for the help, But that did not do the job, since I had my previous problem. It seems like in order to loop, one must create a Flip Flop of some sort, therefore the following code did the Job If you know of any other way to start the Loop without Flip flop please let me know
  2. Turning CW and CCw after a delay

    With the PLC powered up and in Run mode and not pushing any buttons, what are the states of the LEDs X0 and X1 (ON or OFF)?  Like th X0 is off X1 is on
  3. Turning CW and CCw after a delay

    Attached are the actual WPLSoft Codes ToggleDelay2.dvp
  4. Turning CW and CCw after a delay

    Hi IO_Rack I tried your codes, again It Works Fine in OFF Line mode in Simulator and it Cycles, But in On Line mode It Runs Once and then Stops. Attached are your code
  5. Turning CW and CCw after a delay

    Hi Io_Rack What I want to do is simple 1: Run motor CW for 3 Sec 2: Wait- No action for 1 Sec 3: Run motor CCW for 3 Sec 4: Wait-No action for 3 Sec 5: Run the above 4 steps over and over again(cycle through) Until I press my X1 PB Stop button in order to terminate the program. My last given code does exactly, as I want in off line simulation Run, But after I Upload it in my PLC It runs once Once and the stops, It doesn't Cycle over and over again as I want it. Regards
  6. Turning CW and CCw after a delay

    Hi Yes off course it has one. I tried to upload the app. but as you know I am limited to about 3 mb. if you require the app is available free of charge in net, just search for WPLSoft from Delta PLC.    
  7. Turning CW and CCw after a delay

    Hi IO_Rack I should say that my last Code works in simulator, and every thing is as I want it including the X1 button. But It does not work in Actual PLC, It runs only once, and it doesn't Cycle over and over again as I want it, till I use PB x1 button.  Regarding the Panic mode code, I just do not what is going on there with that language
  8. Hi there I wonder what is going on the following codes works (I mean runs in cycles until I press PB x1 button in order  to stop the program) during a simulation Run, But It does not Run in Cycles in Actual PLC it runs only once and the program Stops/Terminate. Regards
  9. Turning CW and CCw after a delay

    Hi there I wonder what is going on the following codes works (I mean runs and cycles until I press x1 button) in simulator, But It does not Cycles in Actual PLC it runs only once. Regards  
  10. Turning CW and CCw after a delay

    Hi there The following codes work exactly what I want in the simulator, but it is not working in my actual PLC. I should say it works once, but it doesn't Loop. What could be the problem?   Regards  
  11. Turning CW and CCw after a delay

     
  12. Turning CW and CCw after a delay

    Hi there I managed to do the Job Following codes are the ones.( I basically added a Toggle  Circuit to my Program) But I have another issue at the Moment, and that is: My PB Button now starts the program(even after releasing the PB Button), and It can stop it as well. I do not want it to stop it, I know I should be able to do it using some kind of IF Commands, Basically If it is in On Position then bypassing  any other Push Action.   Any Help would be greatly appreciated   regards jhonansaro
  13. Turning CW and CCw after a delay

    Hi IO_RackThanks for the reply.Attached are two versions of my code, that basically they do what I want them to do, Except that as soon as I release my finger from the PB ( In case I use PB), They stop working. I want them to go on like I am using a Switch. Or As you say I want to latch them. Please provide a sample similar to my scenario, I know how to do it for simple scenarios like starting a simple motor and so, but apparently with timers are a little different.I using Delta 14ss2 PLC, and I am familiar with WPLSoft.Also  I am trying to run a 3 Phase AC Elector motor CW and CCW, Is there a problem? please explain.  
  14. Turning CW and CCw after a delay

    Hi panic mode Thanks for the reply, I am new to plc programming, please bare with me. Attached are my codes, My PLC is Delta Model 14ss2 My codes do what I want them to do, but as soon as I release my finger form the NO start button, the program stops. (I tried the NC Push Button in X0, but again no success) I know I can use on and off switch to solve the problem, But I like to know if I could do it using the NO Push Button and modify my codes In order to do the same job? Regards Jhonansaro Delay.pdf
  15. Turning CW and CCw after a delay

    Hi panic mode Thanks for the reply, I am new to plc programming, please bare with me. Attached are my codes, My PLC is Delta Model 14ss2 My codes do what I want them to do, but as soon as I release my finger form the NO start button, the program stops. (I tried the NC Push Button in X0, but again no success) I know I can use on and off switch to solve the problem, But I like to know if I could do it using the NO Push Button and modify my codes In order to do the same job? Regards Jhonansaro Delay.pdf