Crossbow

MrPLC Admin
  • Content count

    5779
  • Joined

  • Last visited

Everything posted by Crossbow

  1. Unknown F1 Functions ( Can you help Rodney?)

    The big problem with handhelds is so many people understand the ladder logic but not nearly as many understand the instruction list code the PLC actually operates on. When you write ladder in GX-Developer, the program is still downloaded to the PLC as instruction list. That's the language it understands. And some people who are comfortable with the ladder and how it operates are confused when they see the instruction list. Handhelds typically only deal (especially on the older models) with instruction list. So it's a bit of a challenge for some people to write code that way when they are used to the graphical display of ladder.
  2. Unknown F1 Functions ( Can you help Rodney?)

    funfrok, Actually that PLC is from the early 1980s, so if that was easy, life must be a piece of cake now...
  3. Change IC eprom ON FX Eprom-8 at PLC FX1

    That is the part number, FX-EEPROM-8.
  4. PPI and MPI differences

    S7-200 can only be a slave device on a Profibus network. S7-300 or another PLC is required to master the network. Only brick I've ever seen that can master Profibus is the Mitsubishi FX3U.
  5. Usefull stuff?

    The MDFolder allows you to just right click on a folder and create a new subdirectory and it asks for the name. Microsoft requires you click IN the folder, pick New, then rename it.
  6. Check for the manuals on www.telemecanique.com. I think you should be able to select Unitelway for this connection, not Modbus.
  7. Reading I/O

    So what exactly are you asking? You can upload data values (D registers) from the PLC into GX-Developer. But I am not sure what you mean by AB data files?
  8. Switch on FX0S

    The programming manuals are all available on www.meau.com in the Downloads section.
  9. Change IC eprom ON FX Eprom-8 at PLC FX1

    You do not change the chip on the memory module, you buy an EEPROM memory module.
  10. Fiber Optic Melsecnet /H Module

    As was mentioned above, there are two models with two different fiber connectors. One does use the more expensive connectors, and the other a more standard connector. One uses 125 micron fiber and the other 62.5. I would search out the manuals at www.meau.com in the Downloads section and see which is which.
  11. Usefull stuff?

    Two utilities I can't do without for the right click menu are FastEdit and MDFolder. FastEdit will open any file (regardless of extension) in Notepad. MDFolder is a quick way to right click and create a new folder, just right click, pick New Folder, then type in the name. As for sync utils to keep my home laptop, work laptop, and external hard drive backups all the same, I use the Microsoft SyncToy power toy. Does a good job for what I need. Used to use SynchronX. FastEdit.zip MDFolder.zip
  12. S7-200 Move Byte Question

    I placed the S7-200 programming manual in the Siemens download section a long time ago.
  13. Modicon's upgrades are never free. But they may offer a discounted package for existing owners. Check with a local distributor.
  14. Change IC eprom ON FX Eprom-8 at PLC FX1

    If you want EEPROM memory, don't buy the FX-EPROM-8, get the FX-EEPROM-8.
  15. I'm not sure, but I think they required at least version 4.1.
  16. IDEC FA-2Junior

    Last I knew Idec did demos that were fully functional offline but would not have comunication capabilities so they could not be used to actually talk to a PLC. The manuals for the PLCs should be in the same website where you found the software, but since the FA2 is obsolete, they may have removed the manual.
  17. On the TSX Micro, you only get to install one card, and I'm pretty sure there is a Modbus Plus card available. But then for your RS232 you're stuck. TSX premium has serial modules available, as well as modbus Plus or Interbus. TSX Micro is not designed for that kind of expandability.
  18. Programming language

    I don't know about GX IEC Developer, but in regular GX Developer there is no way to set the font size. There were some print size issues with the software, and most of them centered around a font file. After some testing I found that PCs with Microsoft Office printed fine, while PCs without Office (or even with Works) did not print right. Version 8.32 no longer exhibits this problem. But the font size is fixed to fit the width of the screen in ladder printouts.
  19. Programming port on FX!N PLC

    The 8 pin port on the PLC is the same as a Macintosh serial cable. I had one customer who bought a Mac serial extension cable and cut one end off. The Q series uses a 6 pin which is the same as the PS/2 mouse and keyboard.
  20. FXoS PLC

    The FX Programming manuals are in the downloads section here.
  21. BCD thumbwheel switches

    If your thumbwheels are X0-X7, you can use [bIN K2X0 D0] and you'll get the BCD number from those 8 inputs in a binary format in D0. The K2 means 2 nibbles (2 digits).
  22. F1-30MR - kit for programing

    Steve, the F2-20GF1 is obsolete and no longer sold. Mitsubishi (at least in the US) cannot get the unit anymore, so unless an office has one, they're out of luck. Paul, I've seen the PLCs and some handhelds on Ebay, but not the F2-20GF1. They are very hard to find.
  23. Programming language

    If you have GX IEC Developer, you should consider the SFC (Sequential Function Chart) programming language, as it is similar to a flowchart. But I typically write primarily in ladder logic.
  24. Which Mitsubishi PLC should I use?

    In the US, Alpha XL is called Alpha 2, and I mentioned that solution before. The IP55 mounting kit is also not available here.
  25. Working with GX

    The cables don't change with the software. Which PLC are you looking to connect to?