Jump to content

Flex727

MVP 2023
  • Posts

    3,257
  • Joined

  • Last visited

  • Days Won

    236

Everything posted by Flex727

  1. This looks to me like a single device and you choose which scale reading via MODBUS command. I see no reason to close the connection, once established, nor any reason to use two sockets. I'm not familiar with these scales so I may be misinterpreting something. You can choose the timing between commands without closing the socket.
  2. This makes no sense to me. If you were communicating as though it was one device, then why was it necessary to close the connection between MODBUS commands?
  3. That's your problem - you can't have two devices on the same network with the same IP address.
  4. It's telling you what the problem is: "Stop reason ; No Application" This means exactly what it says, there is no application in the PLC. This can be caused by several things, but most likely due to removing power from the PLC with no battery or a dead battery. The solution is to replace the battery and reload the application from VisiLogic.
  5. Why are you trying to communicate with two different devices through the same socket? Use two different sockets, one for each scale - then you don't have to waste time connecting and disconnecting.
  6. This pinned post is where we've been collecting that information. Try Alt-PrtScrn.
  7. And one of the few that doesn't work when spoken aloud.
  8. Have you elevated this to Unitronics Support (support@unitronics.com)? Keep in mind that this is a user forum staffed by volunteer users who for the most part are not Unitronics employees. Most of the people here do not have the type of specialized knowledge you are seeking. In any case, I recommend patience as most forum members likely don't check this board every day.
  9. @Cara Bereck Levy do you by any chance have an update for us?
  10. If instead you are asking if there is some way to download images without VisiLogic, the answer is no.
  11. In most cases, if nothing else is changed except the addition of images for the List of Images by Pointer, it is possible to download the updated VisiLogic file to the PLC without stopping or rebooting the PLC. However, be cautious. Things can go wrong anytime you download a program update to a PLC and if it is running a mission critical application, you might want to think through the ramifications carefully in the event the PLC must be stopped for some reason.
  12. You cannot use your PC as a PLC. As for uploading the project file from the good PLC, that is likely not possible. The programmer must specifically allow that when downloading the project into the PLC. If they did not do that then you can't. No harm in trying though. Just connect VisiLogic to the PLC and select Upload instead of download. It will tell you the answer.
  13. What do you mean "project file from the good screen"? If you have a good PLC with a project file, why are you trying to resurrect the PLC with the bad screen?
  14. You can find the swapper version on the Unitronics website: https://www.unitronicsplc.com/software-visilogic-for-programmable-controllers/ Here's a direct link to the zip file: https://downloads.unitronicsplc.com/Sites/plc/Visilogic/Swapper Versions/Unitronics VisiLogic_9.3.1_Swapper.zip I'm not 100% sure you can do a full install from this version, but You can certainly install any other version and Version Swapper and this swapper version and swap to it. (I know that seems confusing). You can also email support@unitronics.com and they will send you a link to obtain the full install version.
  15. I would think that if the PLC were to be powered down for an extended period of time the smart thing to do would be to replace the battery immediately upon power up. The batteries are cheap, readily available, and extremely easy to replace.
  16. I could be wrong, but I got the impression OP was referring to UniLogic.
  17. It doesn't pause anything. The Timer Out bit just doesn't pass power flow until the timer expires.
  18. Just change the PLC model in the program temporarily to test, then change it back. I don't program UniStream very often, but it seems like I've done this successfully in the past.
×
×
  • Create New...