MrAutomation

MrPLC Member
  • Content count

    212
  • Joined

  • Last visited

Posts posted by MrAutomation


  1. I see you already put a question on the Schneider SCADAForum. Here's another thread from the same forum that answers your question. http://telemetry.schneider-electric.com/id3/forum/messageview.cfm?catid=33&threadid=1619&highlight_key=y&keyword1=counter%20digital%20input

    The short answer is no. The best you could do is use it for rising edge detection (so you could use if for something like a start button, where the count increments every time the button is pressed).

    You can use any of the Expansion I/O modules, which are connected using a (provided) ribbon cable. If you want to conserve panel space, the 5414 Compact Digital Input Module would be a good choice.


  2. http://www.hardysolutions.com/tenants/hardy/documents/HI1769-WS_User_T.pdf

     

    Here's the manual for this unit. I've never used the module before, but it has a "Wavesaver" function that filters out noise. What is the current setting (see page  4-11 in the manual)? Try turning it all the way to 0.25 Hz and see if this helps. You will likely see a slower response time in measurement changes.


  3. How long are your cables? Is there any other cables nearby? Are you using shielded twisted pair for these cables? Is the shielding terminated correctly (isolated at the device side and grounded at the PLC side. If there is a junction box, the shield has to be connected through at the junction box but not grounded).

    Using a millivolt output over any measurable length is highly susceptible to noise. Take a voltmeter and measure the DC voltage between any 2 arbitrary points and you'll most likely find there is measurable ambient noise in the millivolts. If your cabling is good as per above and you are still have noise issues, you should consider either a digital load cell, or install a transmitter that converts the millivolt signal to a much more reliable 4-20 mA signal as close as possible to the load cell.


  4. Go with a VM. It's incredibly useful, in more ways than one. First, build a clean Windows (7 most likely) VM, then save a backup of it. Next use that clean VM and install all your required AB/Rockwell software. Save a backup of it in that clean, fresh state. Next, do the same with whatever other type of machine you may be working on (Siemens, whatever). Keep a separate backup of each VM setup you build.

     

    I keep a bunch of "purpose built" VMs for whatever I may be working on, so each Windows setup is not loaded down and bloated with millions of installs. Also, whenever one of the Windows environments starts to slow down and feel sluggish (as Windows in prone to do), or if Rockwell starts spitting up some weird errors (as it is prone to do), I just throw out the VM and go back to the backup I saved of the clean setup. Total time to refresh your development environment, 5 minutes.

    The last benefit of keeping everything on VMs is the portability. I can buy a brand new laptop and be ready for site in 15 minutes (total number of steps required: Install VMWare Workstation, then copy my VM backups onto the new computer)

    It's definitely worth the additional complication factor. Learn VMs and use em!


  5. I'm not 100% sure, but I think that when you made you MER runtime you had PV6 as the target build. You can select what device and firmware you will be building the MER file for. Take a closer look when you are in the save dialog for the MER and be sure that you are building for the latest firmware for your PV7.


  6. On 23/03/2016 at 0:25 PM, Cyber Gar said:

    May be due to an old article, but I don't see the settings your are referring to.  We are seeing a 3 minute wait to open Activation Manager (and programs like RSLinx).  Some other issues with memory errors, too, but maybe not relate (maybe are)...  If you are still monitoring this thread, can you refresh the info that solved it for you?  -Thanks!

    Hi sorry, I never did notice this! Yes the picture must have disappeared when some updates were done on the servers. I've updated the post to include the picture again.


  7. FactoryTalk attaches the license to the hard drive 99% of the time. It can be specified to attach the license to the MAC address of the computer though. This is very unlikely to be the case, though, so you should be able to fire up your backup drive with no issues.   Also, you can use something like VMWare converter to converter your physical computer to a VM. This allows you to have a quick VM backup you can run on any computer in an emergency and it should also work with no issues.

  8. If you have an RSLogix 5000 license you can run any version, all the way up to the latest (V29?). You are correct about Studio 5000 automatically opening up RSLogix 5000 on older versions. Also, I would recommend skipping right past V21, as it has known issues and going straight to V24 or higher. I haven't had much opportunity to use the higher versions so I can't speak for them myself.

  9. It's a bit late, and I don't know if you fixed it, but it looks like it's sending a high value of 32500 instead of 32767 for full scale. What type of transmitters are these? Try changing the Raw (Integer) Max to 32500 and test. If you can't change the raw max because other values are linked to it, change the scaled Max to 2016.

  10. Here's a tool I wrote in batch file using the netsh instructions above. I wrote it to scan your computer and find all the available network adapters. It works on Windows XP, Windows 7, Windows 8.1. It should work on Windows 10 as well. I've tried the software tools, but I never found anything as quick, simple or effective as the batch file I wrote. (Maybe I'm just biased because I wrote it ) Give it a try! There's a readme with a few instructions. UPDATE (8/25): I revised the file a bit. For my personal use, I found that a subnet mask of 255.0.0.0 always worked for my needs, so it would always use that automatically. However that's not the case for everyone, so now it asks the user for a subnet mask. IP ADDRESS.zip

  11. Arduino might be perfect for this project, but what about Raspberry Pi? It's a full blown Linux (or Windows 10, when it comes out) computer, will built in IO for the lights. It should handle the task quite easily. Just connect a speaker and some lights and a serial display. Best of luck!

  12. I depends on what you mean by repeatable. From my experience, a task set up to scan every 5 mS will usually scan between 4-6 mS, and a task set up to scan every 20 mS will scan every 18-22 mS. That is close, but you're right, not exactly repeatable. It's always been acceptable for my needs (and I've had some high speed prox/encoder applications). There will always be some sort of error as the processor has to deal with overhead such as IO and other stuff, as well as all the tasks. I don't argue that your special application required what you describe (I'm sure it did!), but saying that "one cannot force the Logix platform to scan any task at a repeatable schedule" is misleading. For most applications, the repeatability of scheduled tasks is perfectly acceptable.

  13. This product here is exactly what you're looking for. You design the HMI using HTML5. It's also 100% free for small projects. I've never used it, and wouldn't recommend it for any sort of implementation that needs to be worked on by maintenance personnel, as it would be too complex. It supports OPC, so you can use RSLinx, Kepserver, etc to communicate with the PLC. It also natively supports Modbus and BACnet to communicate directly with PLCs/Devices. http://www.controlsystemworks.com/

  14. Is the "Old Grey Box" that you mention still connected to the network when you test with the new card? If it is, I would guess that it has the same node address as your 1756-DH485 card. Try changing the node address on your DH485 card to something like 10. If you can, disconnect the old interface and see if your problems go away. If that isn't the problem, let us know.

  15. Ignition SCADA offers a free OPC server that will communicate with ControlLogix PLCs. It's OPC-UA, not OPC-DA. Hopefully that will work for you. If that won't work, just get RSLinx Classic (OEM most likely - See details about different versions here). You don't need RSView/FactoryTalk view, just RSLinx and set it up as an OPC server. Or use Kepware or Makitron OPC servers. Hopefully this is helpful.

  16. The cables and parts mentioned above are great. However, standard cat 6 cable run in conduit, or inside of Teck cable will work fine in most circumstances. Use shielded when you're running it in MCCs. Standard RJ45 connectors work as well, although there is one industrial RJ45 from Pheonix Contact I like to use. They are $15 each though, while standard RJ45s are $0.10-0.50 each, so it depends on customer requirements.