Jump to content

kratmel

MVP 2023
  • Posts

    1,146
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by kratmel

  1. After looking at your first photo, I can say that your controller is damaged. It is unlikely that you will be able to restore it to working condition. I posted a photo similar to your first one on the forum. In my case, there was a problem with the flash memory - the controller did not start and I failed to flash the operating system in it. There was no image on the screen either. But for checking, you should take a computer with a RS232 hardware port and use the RS232 to RJ11 cable wiring recommended by the manufacturer.
  2. maybe this topic can be useful
  3. Unfortunately, I did not find a complete manual for this device on the quick link, but for practical advice, I would recommend checking the transmission TX and reception RX conductors between the adapter and the router. It very often happens that when trying to connect with the wrong cable, a direct connection is used instead of a crossed one or vice versa (TX-RX, RX-TX connection). It should also be noted that connecting an additional power supply with a voltage higher than that recommended by the manufacturer will damage the adapter MJ20-PRG.
  4. PLC program in memory run after power on. For understand - program running or not without display you must test volage on PLC power terminal +24V, 0V. If power voltage (approx +24V) present - you must test all digital outputs - is it some of them active. If some output active - PLC program in RUN condition. If not - you must send input signal (operate via some switch or sensor conected to PLC inputs) and test is it any outputs active. If no signal on output - you must test PLC power current - if it is zero - some fuse or power supply IC inside PLC is broken. PLC must be repaired.
  5. Hi, If V350 installed on OEM machine - in most case it is not possible to upload project from PLC. Possible solution: 1) Contact with machine manufaturer for project download to new PLC or get new PLC with preinstalled project. 2) Find new PLC with the same model # and install mainboard and I/O board from old PLC to new PLC. 3) Find V350 with working screen and use only screen as replacment. If only screen (not touch) is in bad condition - and machine program is operational - solution 2 and 3 - is reasonable. P/S. You do not specify V350 model #. You can use solutions 2 and 3 only at your own risk. You must understand that solution 1 is correct. However, if it is not possible to implement it, you must involve a specialist with appropriate qualifications to implement solution 2 or 3.
  6. Please try to set PLC to STOP mode via PLC INFO Mode screen. Please post PLC model #, used USB cable and (or if used ) USB to RS232 dongle type.
  7. Hi, you must enable modbus on this sensor before try to read it via PLC. Original software do not use Modbus for talk with sensor. This text from your manual. 1) Under RS-485 serial link mode, enable Modbus protocol: 5A 05 15 01 75 // Enable Modbus protocol 5A 04 11 6F // Save setting
  8. Please use Modbus master software for PC, USB to RS485 dongle and test sensor connection. In your R.H.R config i see strange start address 10. Maybe 0 (or 1) is correct for read sensor distance.
  9. Please post your sensor model # or pdf manual (modbus communication manual). Please post your com port configuration. Please note some sensor provide non standard modbus
  10. Hi, unitronics forum is not official support. Please send message to support@unitronics.com If it is new panel - it covered by the warranty. Please note V700 spec below: Power Supply Input voltage 12 or 24VDC Permissible range 10.2-28.8VDC Max. current consumption 630mA@12V 320mA@24V Exceeding the upper voltage limit can cause critical permanent damage. No fuse and user servisable parts inside. All actions related to examination and diagnosis should be performed only by qualified specialists.
  11. In my opinion, such a connection is possible. After considering the scheme of the input circuits of the VFD, we can come to the conclusion that the output current of the PNP is sufficient to turn on the IF inputs. However, you should understand that the VFD is a source of interference. Therefore, you must pay attention to grounding the VFD and minimizing the length of conductors that can cause interference. If the distance from the PLC to the VFD is significant, then you should use the relay circuit and isolate the PLC from interference that can come through the long cable to the VFD.
  12. Please describe how you check the connection. V350 has only one RS232 port, which is also RS485 and is used to communicate with Visilogic. If Visilogic is connected, the modbus is physically disabled (PCOM protocol used). You need, at least temporarily, an additional RS232 card or ethernet card. Accordingly, as I wrote above, by adding an ethernet card, you can connect to unistream via an ethernet cable.
  13. I recommend that you take a PLC that has a communication problem with the new firmware and downgrade the firmware version to the previous one for the test. Use an older program accordingly. If everything works properly, you need to contact support to identify problems in the environment or new firmware. If problems in the controller with a reduced version of the firmware remain, the problem is in the PLC and you should contact the distributor about the warranty. P.S. The only question is whether your machine has any new sources of electromagnetic noise, grounding or power issues with the software update. Sometimes an imperceptible design change fuels our desire to wrestle with firmwares and programs.
  14. https://www.unitronicsplc.com/Documents/UniStream/Built-in/IG_US5_7_10-Bx-RA28_TA30.pdf p.14
  15. In this document https://downloads.unitronicsplc.com/Sites/plc/Unilogic/UniLogic_1.34.192_November_2023.pdf on p.5 - info about new firmware and new IO with specific #. Maybe I/O module firmware update needed. Please send request to support@unitronics.com.
  16. Please send message to support@unitronics.com The old firmware needs to be updated step by step, a gradual transition to newer versions is required. Support will provide this information.
  17. Please post display model # or pdf for this display. It is possible that display protocol is not compatible with used PLC.
  18. V280 - standard Vision. This table must be used Then ML9 ----5109 in decimal format
  19. ML0 ----7000hex ML9-----7009hex But you must know about different address table for Standard or Enhanced Vision PLC. Please post your PLC model
  20. Please read Help topic and find PTO function error code. Note error codes is different for different PTO FB. Main problem with PTO - correct configuration. Please select correct Unit and Pulses per Unit numbers. Some combination do not work - play with different numbers and different stepper driver divider (2,4,16,32,64 ...ect). It is good if you try to use the same for both channel for test. Also check Ranges, if it is not in correct ranges - no move possible. Note the minimum and maximum ranges for your motion profile. Range Minimum Maximum 1 5 Hz 15 kHz 2 10 Hz 20 kHz 3 305 Hz 133 kHz 4 610 Hz 200 kHz If it possible post your project with PTO configuration to this topic.
  21. Try simple solution - add net with Compare FB If MI2 < 204 then MI3=0; If MI2 >=204 and MI2<=1023 then use Linearization FB (you use it in net4) ; If MI2>1023 then MI3=200 Last net MI3 stored to DW1
  22. In this screenshot, the ratio of the number of likes for two messages is interesting. I wonder how many users who liked the first post also liked the second
×
×
  • Create New...