JiM_cz

MrPLC Member
  • Content count

    42
  • Joined

  • Last visited

Everything posted by JiM_cz

  1. Hello Guys, I'm new to Delta PLC. We have a new machine in our plant with the PLC mentioned in the title. I've downloaded ISPsoft and CommGR but now I'm wondering what kind of cable I need to communicate with the PLC? Could anyone more familiar with Delta advise please?
  2. Could you please advise what software and cable I need to connect with CPU CQM1H-CPU51?
  3. Hello Guys, I have a NB5Q and NB Designer and I would like to erase the whole project and return the HMI into its original state as it was delivered from the manufacture. Is there an "easy" way please?
  4. Hello guys, In the past I was able to connect my laptop to micrologix PLCs. However, I've just found out that I've lost one half of the cable that I used to use. Please see the picture showing what I still have. The missing part is with USB for my laptop on one end and the other end is male (I think it's called RS232?). Could somebody give me a name or a spec of the cable I need to purchase please?
  5. How to connect to CQM1H-CPU51

    Am I correct that to be able to plug the  CS1W-CN226 to the particular PLC  I'll have to unplug the connector at the top left (please see the picture)?
  6. How to connect to CQM1H-CPU51

    Thanks a lot for help gentlemen.
  7. Hello guys, A machinery in my workplace uses  CP1H  with  CP1W-C1F11 card to set a speed via modbus of a VFD (Schneider ATV12). Everything works OK for a while and the Communications Status Indicator on the card flashes with about 1s interval. After a random time (sometimes 15 min, 25min..) the communication freezes up, the indicator stops flashing and the VFD ignores any changes in frequency that are sent to it from the PLC. Any idea what might be the reason for the interrupted communication? 
  8. When I check the error code D32252, the value is 100 (x4) and the manual describes it as: Serial communications mode error The Modbus-RTU Easy Master function was  executed when the serial communications  mode was not the Serial Gateway Mode.  Any idea how I can understand it?
  9. I believe this is the code. The first part is writing the frequency set point into the drive and at the second part is I think just some scaling. (Although not sure what the APR is there for)..  
  10. Thanks guys, the PLF and PLS works. It's a bit more cumbersome but it should do the job.
  11. I need to write a small program for an old FX0S where I wanted to use a rising edge instruction but the GX Works2 doesn't offer me this option. After a quick google search it seems to me that this PLC doesn't have this instruction set. Is there any way around it? I still think that my project can't do without them...
  12. Could someone sum up  for me please the main differences between FX1N and FX0S PLC? Thanks
  13. Main differences between FX1N and FX0S

    Thanks for your reply. Yes, one or two questions please. Can I connect the FX0S to the same HMIs as FX1N? I'm asking because I have both PLC units but the FX1N has insufficient amount of inputs whereas the FX0S has plenty of them that's why I'd like to replace it. I know, they're desperately out of date, both of them. But it's not a complicated application that's why I'd like to use second hand units for a cost saving.
  14. Could someone please help me to understand how this particular SFT works please? (See the pic please). The first 3 parallel contacts ensure that 16.08 will be OFF (for 1 program scan) if there is a NG product that needs to be rejected. I'm confused with the part that follows. If 16.08 is OFF the H2.00 will be set to "1". H2.00 is also the rightmost bit of the shift register. However, at the same time the data input of the SFT is always off. My understanding was that when 16.01 is ON the SFT checks what is on its data input and puts it into its rightmost bit. In this case it should be always zero. But I must be wrong because I saw this code working and there were "1" as well (when the "not good" product needed to be rejected).
  15. "Unusual" use of a shift register

    Thanks. I think I got it. I tried to run that particular part in a simulator as you advise me to but my CX-programmer freezes every time. There is the hourglass icon hanging forever. Do I need to be connected to a physical PLC for the simulator to work?
  16. "Unusual" use of a shift register

    Yeah, you're probably right. That's how it works. But why? The help file describes the SFT function like this: "When the execution condition on the shift input changes from OFF to ON, all the data from St to E is shifted to the left by one bit (from the rightmost bit to the leftmost bit), and the ON/OFF status of the data input is placed in the rightmost bit." According to this, it should place the the status of the Always OFF (0) of the data input line to the the rightmost bit and never "1"
  17. Hello guys. I have just a basic question. What is actually  the difference between Run and Monitor mode of the PLC? I know that when I want to change the mode I get a message informing me that the mode will be changed and I should make sure it's safe. But what an "unsafe" situation might happen? I've changed the mode many times when I needed to do online changes or to force a bit and never had any problems with the running machinery. In the manual I've found many times a note that " When the operating mode is changed between PROGRAM or MONITOR mode and RUN mode" some memory areas will be cleared but again, I've never experienced any strange behavior of the machinery. Last thing. If I leave the PLC in Monitor mode permanently (instead of returning back to Run mode) is there any downside?
  18. First of all, I'm very new with Modbus so please bear with me. I have a PLC program where you can set a VFD speed on HMI. Please see the attached pic. I understand that the values I'm moving into the registers mean: #1 slave no #6 I want to write #4 ??? (not sure what it is for) #2136 Where into the VFD I want to write (frequency) D6200 The set speed from the HMI But what I don't understand is where the addresses D32300 - D32304 come from? Where is it defined that the modbus will be using these particular ones? I went through both the Omron card (CP1W-C1F11) and the VFD documentation but I can't find anything about it.
  19. Modbus RTU communication with Altivar VFD

    Thanks a lot for yr help guys. It's a bit clearer now. Btw, would Modbus with a CP1L processor look different? The provided material says the  Easy Modbus Master is only for CP1H... Can you also tell me what the Function Block might be used for?
  20. Modbus RTU communication with Altivar VFD

    It's CP1H PLC and it's a program in an existing machinery  that I'm trying to understand and modified. There is actually a small portion of FB but I'm not sure what it's doing and if it's related to the modbus frequency command but I don't think so. The code I posted is almost all that is there as far as the VFD communication is concerned. Then there are just zeros moved to 32305 and 32306. See the attached FB please.
  21. Hello Guys, I have an Allen Bradley 1769-OF4VI Isolated Analog Output card 0-10V and I'd like to use it to control speed of an Omron VFD. The VFD has the ordinary frequency analog input where you normally put a potentiometer. Can I connect the +V and -V of the output card to the analog input of the VFD? Please see the attached pics. I'm thinkng about terminals FV and SC.. pic.docx pic.pdf
  22. Hello Guys, sometimes it happens to me that when I'm monitoring PLC with my laptop through a USB cable the connection is cut with the red (or yellow?) flashing message at the bottom of the screen of the cx programmer. I have to unplug and plug in the usb (on laptop side) and press "work online" again. Sometimes it's more often, sometimes less. My USB cable is a new one and good quality (golden plated and shielding) and about 4.5 meters long. I remember I read somewhere in the manual that the max length should be 5m and that's why I'm confused why it's happening.
  23. The card has more output points used. Does it mean I could expect some kind of "unpredictable" behavior? What exactly can happen?