rootboy

MrPLC Member
  • Content count

    11
  • Joined

  • Last visited

Everything posted by rootboy

  1. Get yourself a Modbus monitoring program such as: http://www.simplymodbus.ca/RTUslave.htm or: http://www.modbustools.com/download.asp (or try out one of the free ones) and use that to debug your connection. If you are still having problems, paste a few examples of what you are sending out of the PLC with the coresponding results as seen by your Modbus monitoring program. While working for Schneider I had the opportunity to interface several different devices to our ION meters, and the typical "Failure Mode" was: a) The physical connection (this is where com adapters that have blinky lights are a big help. I recommend this one: http://www.usconverters.com/index.php?main_page=product_info&cPath=75&products_id=280). b) The target's interpretation of the Modbus spec (and arguably Schneider's as well). By breaking the problem down into halves, you get to see what you are transmitting, and if you get the Modbus Master as well as the Slave, you can try out different messages to the GE relay to see what works for it. Here's an article concerning memory mapping (and endianess): http://www.controldesign.com/articles/2010/ModbusDevicesINQ110.html We had problems with a steam meter until we figured out that while the documentation said register 4001, it really wanted 40001. Be sure to try this as well. And don't forget the age-old Modbus conundrum of whether the register 4001 is mapped to 4001, or 4000 (some implementations of Modbus start at one, some at zero). If 4000 is the case, you will have to offset everything down by 1.
  2. We recently switched to using Cognex. You pretty much have to weld a plate of steel over the barcode to get them to fail. :)
  3. Ahh, Schneider comms... I don't miss them. :) Start here, page 39: http://www.global-download.schneider-electric.com/852575A6007E5FD3/all/CC3E185B91158D6A852576C00070C678/$File/35006152_k01_000_10.pdf And I'll try to contact some of my old Schneider buddies to see what it takes to get it going in Win7.
  4. Where To Bay fong's plc 28 module

    Better late than never? http://detail.1688.com/offer/1201539111.html
  5. Series Six Annotations

    we have one series six left, it's on a mold setter I think. Probably not going to need to work on it anytime soon, but it's good to know that it can be done. thanks!
  6. This is probably a bit out of date, but yes you can. Peel the sticker off and get the chip part number, then search for an eprom programmer that supports that chip. I recently bought a GQ-4X Willem Programmer just for this purpose. Worked perfectly!
  7. PLC I/O Recommendations

    I would certainly avoid DeviceNet. It's our number one downtime problem.
  8. Modbus TCP event driven

    Mark's suggestion of building a table of dead connections that you can retry every so often is a good one. I would go that route. Just curious, what brand of PLC? Whose meters?
  9. problems with DEVICENET !

    This question would probably be best asked in the Rockwell section of the forum. Just saying... :)
  10. PLC Clock Timing Problem

    We had this exact same problem with our S6's. Random timers would time out in a fraction of their preset time. The PLC code was stable enough that no one really bothered to look to see if something had ended up being used twice (and we would have caught that sort of mistake in Ladders). What it ended up being was leaky CPUs on the Arithmetic Control Module (according to ATS, who fixed the boards for us). What they did to fix the problem was to replace the four 4-bit CPUs on the board. This did the trick, no more problems. Here is one for sale (I really wanted the link for the photo), the CPUs in question are the four gold-plated ones: http://www.ebay.com/itm/GE-FANUC-IC600CB500A-CONTROL-MODULE-ARITHMETIC-ALU2-SERIES-6-/221045324299 Before you drop $65 bucks on an iffy ACM :) We had a way of determining if the problem was with the CPUs or not. We would cycle power on the PLC and if that cleared up the problem (even temporarily) then the CPUs needed to be replaced. And a further bit of tribal knowledge, never grab the ribbon cable that connects the Arithmetic Control Module to the Logic Control Module by the ribbon to pop it off. They break easily. Always use the pull tab on the connectors.
  11. Series Six Annotations

    Really? We no longer have many S6's, but near the end we tried to get LM6 up and running on XP. It would boot..., but that was about it. Do you still have your setup? Were you using ANSI.COM? (rather than ANSI.SYS) Thanks, John