Jump to content

Goghie

MrPLC Member
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    10

Goghie last won the day on March 14

Goghie had the most liked content!

About Goghie

  • Birthday 05/14/1977

Profile Information

  • Gender
    Male
  • Country
    Yugoslavia

Recent Profile Visitors

3,472 profile views

Goghie's Achievements

Enthusiast

Enthusiast (6/14)

  • Dedicated Rare
  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later

Recent Badges

20

Reputation

  1. Just to note that RS232 is limited to 15m, when the speed is 19.2Kbps. For higher speeds it is even shorter.
  2. H0U, H1U and H2U are not Mitsubishi, it is Inovance, also as USB cable.
  3. As I understood, OP used only serial to ethernet converter that is connected on ethernet side directly from output of the converter to the FX5U ethernet port. When PC is used there is the Virtual Serial Port software as middleware, with PLC there is no additional driver that will convert from RTU to TCP, so this configuration is not applicable.
  4. You can post file here, and I will restore it and export it to GxWorks.
  5. .ASC file is way to do it, if you want to convert from GX IEC to GX Works.
  6. Modbus RTU and Modbus TCP/IP are different protocols., so if you are using Serial to Ethernet converter and connecting RTU devices to Mitsubishi Ethernet port, you are doing it wrong. FX5U has both serial and Ethernet ports, and supports both RTU and TCP/IP. Modbus supports multidrop (many slave devices).
  7. RS232 on got has standard pinout: 1-CD, 2-RD, 3-SD, 4-ER, 5-SG, 6-DR, 7-RS, 8-CS, 9 - not connected. It is important also to configure GOT so you can use Barcode function.
  8. Try 6969. For some strange reason on many Altivars it is default password 🙂
  9. Even if you wrote that battery is ok, I think that most likely low battery caused problem and now you are without program.
  10. Have you checked if the "Host Station Port No." is HEX or DEC. Also, on many SCADA you need to specify PLC address also (for example, with Kepware it is: 192.168.0.10:255). I never used Fernhill, but I would try to change "Station number" from 0 to 255.
  11. Even relatively newer E series does not communicate with FX5U and iQR, using FX serial communication through FX5-422-BD-GOT(I've personally tested it). Change it to standard RS485 port and Modbus communication, and make changes to PLC and HMI, and it will work, or buy new HMI (GOT).
  12. @Crossbow, some inverters have "PLC inside" - for example A800. But with A500 you are right, as it does not have it. Also for A500 parametrisation you need VFD Setup Software (FR-SW1-SETUP-WE), not FR Configurator.
  13. Both POW and EXP can work for that, and also the simple bit logic always works. If base is 2, exponent is always number with only one bit High. 2^0 = DEC 1 = BIN 0001 2^1 = DEC 2 = BIN 0010 2^2 = DEC 4= BIN 0100 2^3 = DEC 8 = BIN 1000 And so on...
  14. You need to find where is GxWorks3 installed - usually it is C:\Program Files (x86)\MELSOFT\GPPW3\GXW3.exe. Then you need to click on right mouse button and select Properties and after that adjust it according to picture below:
  15. In manual there is chapter APPENDICES> 4. Initial process -> Reinitialization process, where is that procedure explained.
×
×
  • Create New...