mikey431

MrPLC Member
  • Content count

    108
  • Joined

  • Last visited

Everything posted by mikey431

  1. in Channel 0, how can you switch between user mode or system mode ?
  2. I wrote some rungs with RsLogix500 and I want to test these . I know someone on this forum mentioned about the built-in emulator but I can't find it. I also try to test it with the PanelBuilder32 but I don't know how to link that my RsLogix 500 program either. Anyhelp will be appreciated.Thank you.
  3. I use PanelBuilder32 (version 3.81.00) and my question what are the diferences between PVB (PanelBuider32 Document ) and the PVA(PanelView Terminal Document ) files. FYI,they have the same names, and when I open each of them ,it opens same project. Thank y'all
  4. Can anyone suggest me any software or technique that can be used so that I can " play" with PLC instructions ? I think I need some kind of software that can simulate the process. I wrote some rungs but I want to make sure it works right first. What I want to see is with providing input will this code give me approriate output without messing my devices.
  5. I just start to learn PLC programming and ladder logic is pretty new to me. Here is my question. If a bit that is energized by OTE command under true input condition, does it still retain the value when the input condition is no longer true ? if it does indeed retain it value, does it retain value when the program terminates assuming the input conditions will never true again? If it does not, is there any way we can do implementing the idea of a output bit will retain its value until the input condition is true again and change that outout bit? Hope this makes sense. Im using Rslogix 500. Thank y'all.
  6. OTE command in RXLogix 500

    in the attachment image, first example, did u use 2 buttons for stop and start or use 1 button for both? I'm confused because you said " As soon as the start button is pressed and the rung becomes false",if it is true then why we need the "pump stop button" XIO condition ? In the last example , as far as i understand the "First Pass" should turn on the fan on first scan since that's whole purpose of using it ? Is there any tricky stuff here that I dont understand? Thanks
  7. Can anyone give me some explaination ( possible an example) of indexed address and indirect address . How they are different and what are the conditions that we choose one over another? Thank y'all
  8. OTE command in RXLogix 500

    I do have 'normal' programming background and to me ladder logic programming is similiar but not the same.Thank you all. I love this forum already !!!