Jump to content

Flex727

MVP 2023
  • Posts

    3,262
  • Joined

  • Last visited

  • Days Won

    236

Everything posted by Flex727

  1. Worry not. It's almost impossible to brick these PLCs. Software can be irretrievably lost, but the controller will still be serviceable.
  2. You cannot download a .vlp file to the PLC from an SD card. You must install VisiLogic (available free from Unitronics) on your PC or laptop, connect to the PLC using a programming cable or mini-USB (if available on the PLC), then download the program. It is preferable to use the same version of VisiLogic as used to create the .vlp file. There are also a lot of ins & outs to this process and you should probably seek some guidance from an experienced programmer. My recommendation is to send the PLC back to the manufacturer and have them perform the install. Seems pretty lazy to just drop a .vlp file on you and expect this to turn out well. You're welcome to PM me if you decide you would prefer to engage paid professional help.
  3. What I have done when I must use a Vision PLC but need certain communications protocols not available in the vision line is use a UniStream USC-B3-R20 and communicate the information to the Vision PLC via MODBUS TCP, as Dan is suggesting. It's a little more expensive than a Raspberry Pi, but if you already know how to program the UniStream then it's really convenient. It will just sit on the DIN Rail alongside other components and works like a champ.
  4. You cannot upload the program from the PLC to your PC unless the program was downloaded with the "Burn Upload Project" option. Without that, the program cannot be retrieved from the PLC. You can try by "Upload" from the Connection menu while connected to the PLC and it will tell you.
  5. I don't know what Unitronics does in this regard, but @Cara Bereck Levy can answer this, I'm sure. Which PLC model are you using?
  6. This is a problem with no good answer. I've struggled with this since the beginning of my time working with VisiLogic.
  7. In all my years of programming PLCs I have never used a conditional return from a subroutine, therefore I have no idea what will happen. I strongly advise against it as you are just asking for a Watchdog Timer fail.
  8. Yes, you can use that modified for your needs.
  9. Example programs came with your VisiLogic installation. Look under Help/Examples... Drill down and you'll find what you need.
  10. The name of the service I have used in the past escapes me at the moment, but I'll post if it comes to mind. There are a lot of paid graphics services available - just search. The SM70 HMI is 800x480 resolution. You can use most common graphics formats, but I tend to stay with Windows Bitmaps for the Vision Line.
  11. No, the issue is the HMI display resolution on this particular PLC is 320x240. Unitronics makes higher resolution HMI screens on other PLC models that might suit you better. Further, The graphics and the programming software are both free. There is nothing preventing you from buying graphics from another source, or even creating your own. I do that frequently. Nothing forces you to use graphics that Unitronics supplies as a courtesy.
  12. One way would be to open the EMF images with Paint and save them as a BMP.
  13. Ctrl+Shift+click, as Joe suggested, doesn't work for you?
  14. I'm no expert on MODBUS, but I've found that the Slave ID usually only has significance if there is a conversion to serial somewhere in the pathway. If everything stays purely in the Ethernet (TCP, as opposed to RTU) domain then it can be ignored. However, there are a myriad of MODBUS slave implementations by various manufacturers and obviously their recommendations should be followed. I would say that in no case should multiple MODBUS TCP slaves have the same IP address. It looks to me, in your implementation, that you think that you can distinguish between MODBUS TCP slaves merely by Slave ID. You cannot do that.
  15. You also have multiple slaves with the same IP address. I would expect that to be a problem.
  16. Search on SD in the help file. All the information you need is there. You will need a Set SD Password FB in your program before you can download to the SD card. With that in place, you can download to the SD card from either ladder or INFO Mode. You will also need the SD card to be formatted using the Unitronics SD Card Suite.
  17. By the way, @vpotanka, there is a first scan bit built into UniLogic. It's called "Ladder Initial Cycle" and can be found in the system "General" struct.
  18. Moved to the UniLogic Software forum. What do you mean by this?
  19. You have lost the program in your V700. Re-download the program from VisiLogic. You can avoid this issue by performing a "Download All & Burn". Many different things can cause the PLC to lose the program, including battery fail, power spikes, electronic noise, and sometimes from the V200 Snap-In module being disturbed. If your battery is good and your PLC is not in an electrically noisy environment, try removing the V200 module and carefully and firmly re-seating it. Then place a bit of duct tape, or similar, around the edges to help keep it from moving with respect to the PLC.
  20. @Cara Bereck Levycould you take a look at this?
×
×
  • Create New...