d4rkm4n

MrPLC Member
  • Content count

    54
  • Joined

  • Last visited

Everything posted by d4rkm4n

  1. Q-Series - Operation Error 4100

    Hi guys. I found error on PLC and from PLC diagnostic I found this Operation Error 4100 as per attach picture. FYI, there is no SD card mount onto this PLC. I wonder what is ATA card. This error wont affect the operation. Any advise on what to check?   This ladder is pop up when I clicked, error jump.   Thanks.
  2. Q-Series - Operation Error 4100

    I will try to disable the error once the process is stopp, btw, how do I permanently ON SM722? Is it back to OFF if I power cycle or restart the PLC. What do you think is the best way to debounce BCD value for weigher? I am afraid they are using the value to stop some sequence, I have not fully study the program yet due the writing looks so complex. =\
  3. Q-Series - Operation Error 4100

    Thanks for your input. I have checked the program and the input is coming from BCD signal from weigher.  I found no abnormality on the weigher side.  I also found as attached in the manual: The error will coming "When values other than 0 to 9 are specified to any digits of (S)", what will causing this? The input 10 will always give numeric right? Btw, also mentioned, error can be suppressed by turning ON SM722, if I turn ON the SM722, will the instruction still works?   EDIT: Just checked, if abnormal inputs from BCD, the (S) will in minus (-). But as per picture, current (S) value is 0.
  4. Q-Series - Operation Error 4100

    Sorry for bumping old thread. I still looking for solution. 
  5. Analog output fail A1S

    Not really familiar with VFD but is whole module fail or just a point? Anything abnormal from 5 of those VFD?  I think isolator is also a solution, your system been running fine for 10 years then not even with new module. Probably something on your VFD. Btw, I always wonder, what is the resistance reading indicate when we measure on intput/output terminal? 
  6. Contact Voltage?

    Hi guys. During trobuleshooting one of our machines, I found that some DI modules give 24VDC when contact is OFF and 0VDC when contact is ON. Is there anywhere I can configure and change that setting? Thanks.
  7. Contact Voltage?

    Digital Output. Is there any where I can study detail on this? I just confused how the whole, output can send 0V.  Btw, I also wondering, how do I know the VDC value should I get at DO point when the signal is ON/OFF? As for DI already clear, need to check which one is connected to S/S.
  8. Contact Voltage?

    Same for DO?
  9. Contact Voltage?

    Hi, sorry takes sometime to reply. Yes, our PLC was FX3U. So meaning the one connected to S/S will be common right? Is 24V is + and 0v is -? Btw, I found the output also act the same way, when DO is ON, it give 0V and 24V when OFF. Is it also based on S/S wiring? One thing I cannot understand, the DO give 0V when DO is ON but when we check contact at contactor (output receiver), it received 24V.
  10. Siemens TIA Portal 16 Graph Language

    You can download S7 Graph from Siemens website.  Edit: Where do you procure the current trial software for SIMATIC S7-GRAPH V5.6? - ID: 109748125 - Industry Support Siemens
  11. Loop Check for Digital Output

    Hi guys, Currently I use MCR to disable program and create a M direct to Y, and online change for each Y It a bit slow for online change to completed. So, I wonder how to do loopcheck for let say 64 points DO? I try to make MOV M100 Y0 K4 but not success. Target to make M directly trigger a Y. Thanks!
  12. QY41P Dry Contact

    Thanks. I thought the common can be separated as we have spare from A20 to A05. End up install interposing relay.
  13. QY41P Dry Contact

    Hi guys. So I have a QY41P, currently signal is wet contact with 24VDC. I would like to use same module but with dry contact 0V, is it possible? I see there are 2 common termination provide but not sure how it was separate, from manual looks like it shared for all output. Thanks!    
  14. FX1N

    What is your input pulse interval? Normal condition, the input will always pulsing? If abnormal input no pulse? During actual test, does Y0 trigger?
  15. Communication timeout Error - GOT2000

    Did you able to read the GOT or do communication test?
  16. Control Melsec-FX-5U over internet in realtime

    Basically, you want a remote access to your PLC through internet? Try go search for MCWorks and MXConfigurator.  
  17. MOV H400 K4M60? Hexadecimal

    Hi guys, I come across a program with instruction MOV H10 K4M60 But I cannot understand how this will turn on M64? Tried to convert from H10 to binary (00010000). Also there is MOV H400 K4M60 and I'm not sure which bit is trigger. I believe it was M65 but the binary is 010000000000. Thanks!  
  18. MOV H400 K4M60? Hexadecimal

    Thanks! How about H400?  Binary is  010000000000 , does it mean it was for M70?
  19. I believe you need to check all PLC/HMI, see if any of them if connected/referring to network #3. If I'm not mistaken, you could check at CC Link configuration, maybe for IO mapping. Btw, which model of PLC?
  20. Error **03 Special Parameter Error

    Looks like something disconnect from the module. Is your ENET module blinking? Try to ping the PLC.
  21. GXWorks2 - K8M300?

    Hi, I found this instruction on this ladder and wondering how it is calculated? From the right, I understand they compare value from M0-M31 to M300-M331 because they started next with M32/M332. I thought it K8 * 8bit = 64 but it is not.      Thanks!
  22. GXWorks2 - K8M300?

    Thank you very much.
  23. I have had an issue with FX5U before. The PLC wont power on. I was told by our contractor, the PSU can be repair (change electronic part). But luckily, the PLC power back on after we dismantle all the part and do air spray cleaning. 
  24. GXWorks2 - K8M300?

    Thanks for your reply. Why x 4? Any reason? Applied to D, X and Y as well?
  25. How to check for spare point from PLC program?

    Thanks a lot!