Jump to content

Cam

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Cam

  1. Same here, large projects or image heavy projects can take a while even over LAN, we have one we use on a regular basis that takes ~42min to download and burn the upload.
  2. Is the F2 fuse for the IO board blown?
  3. You need a program the EX-RC1 is a PLC with limited ability. Send an email to support@unitroincs.com and they will be able to provide the version of the Visilogic required. Then you can try uploading the EX-RC1 program. Also double check that the jumpers for the EX-RC1's unit ID are set correctly on the new unit.
  4. The only 9 pin connector I can think of is a DB9 for serial communication, which would require a USB-RS232 converter. RS232-CB1 is the RJ11 to DB9 cable from Unitronics and then you'd need a USB-RS232 convertor with a prolific chipset
  5. No the PLC doesn't need to be in a specific mode in order to upload, Run mode or Stop mode either is fine. If you know which version of Visilogic the program was originally written in you can try using it, however a newer Visilogic will upload a project written in an older version. As for the run-time errors, I haven't ever had that issue. I'd suggest taking screen shots and sending and email to support@unitroincs.com.
  6. There is no simulation program available for Unitronics OPLC's
  7. The code is basically the same across the entire vision series, the V700 differs in how the Ethernet is configured due to the onboard ports.
  8. Take a look at the UniDownloader software tool. It lets you create compressed download files to send a customer so they can update PLC's with out seeing the ladder code or needing Visilogic. You can even include an O/S update if needed. Download page https://www.unitronicsplc.com/software-visilogic-for-programmable-controllers/ Download link https://downloads.unitronicsplc.com/Sites/plc/Visilogic/Download Software Utilities/UnitronicsUniDownloader_5_0_B29.exe
  9. I’ve seen PLC brick during O/S updates but never during a program down load. A EX-RC1 is basically a stripped down V120. I’d try the following 1) what baud rate is your communication set to? If you communicating with an EX-RC1 it should be 57600 2) If you can’t get communication established with the EX-RC1 via a serial link , yet you are able to communicate with the V280. You should be able to use the V280 as a bridge to talk to the EX-RC1 over the CanBus connection. You would need to look at your communication setting and change from a direct connection to a Within Network. Then select the ID of the node (in your case 2) to communicate with. Try getting the OPLC information. It should come back with the EX-RC1. You should now be able to down load as normal.
  10. I don't believe there's a good way to do that with a V130. Have you looked in to if the devices support RS-485? or a Isolated Addressable RS-422/485 to RS-232 Converter so you can assign the devices an address in a RS-485 network that the PLC would use to communicate with them.
  11. Modbus is always explicit. The master has to issue the read and write commands
  12. More than likely when the power failed there was a surge that damaged something in the controllers power supply stage. I'd contact your distributor and see if they can help you obtain a new unit, return the existing for evaluation to determine what did happen.
  13. As long as they support Modbus RTU (Serial connection) or Modbus TCP(Ethernet connection) then yes once they provide the register map you should be able to establish a connection and pass data.
  14. Do the HMI's show anything on them or is it a black screen? If it's a black screen I suspect the power outage may have taken out the power supply on board. if you remove the back cover check the on board fuse with a multimeter and see if it's blown.
  15. You might be able to get it to connect to the IP address, however you not going to be establish an IO connection to pass data with explicit or implicit messaging as the Vision series doesn't support Ethernet/IP protocol. It supports Ethernet TCP/IP (which is something entirely different), or Modbus TCP as Ethernet communication protocols. Unitronics built Ethernet/IP communication into the UniStream series of controllers, I'd recommend contacting your local distributor and seeing about getting one of them to do this as it supports the required protocol.
  16. The manual you provided states that it's for Ethernet/IP communication between a AB unit and the IAI actuator. The V700 doesn't support Ethernet/IP communication protocol. I'd recommend looking at a UniStream(US7 series if you want the same size display) as it supports the required protocol and with the supplied manual you should be able to created the required structs to establish the Ethernet/IP communication.
  17. Project> Properties is were you would go to set/edit the upload password and turn it on with a checkbox Once a programmer has set an upload password on a project you would need the password in order to upload the project from the PLC. It is not visible in the software and will show as *****
  18. As far as I know this isn't possible. Take a look at the HMI Custom Controls in the help file , it would let you make a HMI element that you can put on each HMI in the project from your tool box.
  19. IngitionComm is a FunctionIn Tag which is linked to IgnitionCommunition from the 02_Input Map. The reason you can’t see the IgnitionComm changing state when in online mode during testing is a quirk in the UniLogic programming software. FunctionIn, FunctionOut and Local tags are not monitored by default when you’re in online mode, you need to turn on monitoring function for this UDFB/Subroutines that they are in, so you can see them when online. To do so please do the following: -In 01_Main Function right click on the 06_Ignition Call Func located in net 5 -Select Monitor “06_Ignition” -Select the 06_Ignition subroutine from Module 1 by left clicking -In Net 5 right click on the 06_AOI_TraceTrace_Client_NOAC2 Call Func -Select Monitor “06_AOI_TraceTrace_Client_NOAC2” I did check the logic and when the process value is 2012 and IgnitionComm(passed from Ignition Communction) is active TraceDataRecorded does Set, it's not visibly set as it resets almost instantly due to net three in 06_AOI_TrackTrace_Client_NOAC2. One draw back is turning on monitoring apparently prevents you from editing Tag values in the subroutine your monitoring. I did ask support about it and they are verifying if that's the intended functionality or not.
  20. Mal, V700 handles sockets differently than the V1210. You also mentioned it's in a subroutine, you did remember to call the subroutine in the V1210's logic when you imported the it?(asking cause I've been there and NOT done that)
  21. Hi Victor, You have a power up value set for MI 3 of 30 when ever the PLC goes through a power up cycle MI 30 will be set to 30 regardless of the value that was in that MI when power was removed. The check box to the right of the DEC drop down is controlling this. If you don't want a power up value remove the check mark in the box.
  22. Under the vector menu there should be a bit to num function. It would do this for you.
×
×
  • Create New...