WattUp

MrPLC Member
  • Content count

    141
  • Joined

  • Last visited

Everything posted by WattUp

  1. That's great!  What was the missing detail that got the connection to work?   [ Posting the answer might help others who find this thread in the future ]
  2. Yeah i haven't used them in years either, i thought it was ~$600, but I still think its a solid turn key solution to offer up.  I know there are other options similar but I have only used them before and know they were reliable. 
  3. VPN is a software used to establish secure connections between two computers.  I HIGHLY recommend buying a commercial solution, as setting up a proper secure VPN may require some IT knowledge and insecure setup would put your systems at risk.  Reach out to your PLC supplier and ask what systems they have.    EWON is one example of these systems, the hardware installs in your machine, and they have a website based service that will access all of your connected systems https://www.ewon.biz/solutions/machine-connectivity/plc-connectivity https://www.digikey.com/en/products/detail/hms-networks/FLEXY20100-00MA/21407502 For a ~$1000 it gets you a secure solution. 
  4. I would recommend getting EWON or similar industrial VPN device.  These are dedicated VPN systems for your exact purpose.   
  5. Q03UDE- CPU Built in Ethernet error

    I have not used that HMI brand before, but Modbus setup on the MB91 is pretty easy.  It will show up as an intelligent function module and have several setting windows.    Switch settings is for IP setup and pointing device assignment to the user settings Modbus device assignment tab will be how you set up blocks of addresses to be shared by the HMI and PLC 
  6. PLC Ladder change

    you can pull the file last modified date from the pc itself. depending how your system is setup, you might find some previous files info under the right-click menu. 
  7. Q03UDE- CPU Built in Ethernet error

    How about an ethernet card, do you have a spare QJ71E71-100 laying around? 
  8. Q03UDE- CPU Built in Ethernet error

    Any luck?    Do you have a spare CPU that you can load up the program and trial? 
  9. Q03UDE- CPU Built in Ethernet error

    Chelton might be on to something . that should not be FFFFFFFFFFFFF just another thought.. when you wrote those ethernet settings, did you do a hard reset? [ Hold run swtich to left until rebooted ]  
  10. Q03UDE- CPU Built in Ethernet error

    try to take a ethernet cable from a known good PLC connection and connect it to the troublesome one.  Could be a bad port in the switch.  I dont see anything in the configuration that looks wrong.    Im pretty sure the crossover thing is taken care by the ethernet port on the PC..  unless your PC is pretty old
  11. Q03UDE- CPU Built in Ethernet error

    are you connected to wifi ?  It might be trying to ping over your active internet connected device instead of the ethernet port.  And check your Ethernet cables to/from that hub. A bad cable is a great way to beat your head against a wall for a few hours. 
  12. GT Designer3 How to draw overlaying objects

    OOOOOO  your rectangle was just a shape and not a lamp so it was drawing it behind your lamp to try and be helpful. 
  13. GX Works3 Forcing Analog IO

    Shift+Enter will bring up the "Modify Value" dialog box. 
  14. HMI Mounting Hardware

    I can't be certain, but i think these would fit. https://www.automationdirect.com/adc/shopping/catalog/hmi_(human_machine_interface)/graphical_hmi_devices/hmi_accessories/ea-mg-bz2-brk
  15. Real Time Timer on FX5U

    Somehow i never knew about THS option. Good to know! 
  16. Voltage Measure

    If you can make due with 4 voltage level triggers, this might work for you.  https://www.automationdirect.com/adc/shopping/catalog/process_control_-a-_measurement/signal_conditioners/limit_alarms_(analog_input,_relay_output)/fc-3rly4  
  17. PLC QCPU exceeds program memory

    you can also uncheck the comments from your write dialog. Often times that will save tons of space. 
  18. Corrupt program?? GX works2

    try to reformat the USB drive and start fresh.  I have one flash drive that always tells me to repair or fix but i just ignore it. 
  19. When you do a read / write select "Device Data"  This will backup any data that is setup under 'Detail' option. 
  20. Short way to write contacts in OR gate ?

    I call this the not-not in my head.   
  21. That's why I love forums. 5 year old posts still help people. 
  22. I am trying to setup a CC Link between two machines. I have done this before without issue, but for some reason this is not going well.. I added a second CC link card to CPU2 and set it as ST 24 for the CPU1 network.  CPU 1 : Master.   cc0.jpg.   The original machine was setup using TO/From for each station, so i couldn't add this new link through the GUI.  CPU 2: Local cc1.jpg  When i try to use the GUI to setup this side the buffer stops working. but if i activate any TO/From instruction here i get a system fault with a 2110 SP. Unit Error CPU2 buffer cc2.jpg. But when i block the TO/From you can see the buffer is working at that exact same location specified.    2110 error says I am addressing the wrong card but the buffer proves that I am not. 
  23. Shifting data by bytes

    Im trying to picture it, but what exactly do you want the final string to be? Currently it looks like this:  R10700     2  0  R10701     .  j R10702     o b   What your describing sounds something like this:  R10700     [ ]  2   (thats a blank space) R10701     0  .  R10702     j   o R10703    b   In which case just adjust your $MOV to be " 20.job" then AND H00FF With the D10700
  24. PLC built in ethernet vs Ethernet module (QJ71E71-100)

    One thing I had discovered was using a built in port, with a heavy load process, and running several ethernet connections to trace database, HMIs, other PLC etc.. was when monitoring the code, it would overwhelm the built in port and shut down connections.  We switched the external traffic to a -100 card, and all communication issues were resolved. 
  25. String Compare Issues

    OOOOOOOO I didn't realize the 00h was required, i thought it was showing that as a place holder like a string did not need to fill both Bytes.