-
Posts
212 -
Joined
-
Last visited
-
Days Won
10
Content Type
Forums
Downloads
Events
Store
Everything posted by MrAutomation
-
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.
-
Change of Controller in rslogix 5000 V20.01
MrAutomation replied to engratif's topic in Allen Bradley / Rockwell Automation
It would be extra work, but you could export the routines as L5X exports and import them into a new project using the correct controller. From there you would have to do some validation to make sure everything is working correctly afterwards. -
sp4m-7kg load cell SP4M-7Kg
MrAutomation replied to marckTony's topic in Allen Bradley / Rockwell Automation
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.- 6 replies
-
- load cell
- allen bradley
-
(and 1 more)
Tagged with:
-
Contact your ABB vendor with the details of your project, I'm sure they will be happy to assist you with your specifications.
-
sp4m-7kg load cell SP4M-7Kg
MrAutomation replied to marckTony's topic in Allen Bradley / Rockwell Automation
Also, what module are you using to measure the load cells? You must be using a custom module such as this one?- 6 replies
-
- load cell
- allen bradley
-
(and 1 more)
Tagged with:
-
sp4m-7kg load cell SP4M-7Kg
MrAutomation replied to marckTony's topic in Allen Bradley / Rockwell Automation
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.- 6 replies
-
- load cell
- allen bradley
-
(and 1 more)
Tagged with:
-
Finding a Panelview Tag in the PLC
MrAutomation replied to OwensRyan's topic in Allen Bradley / Rockwell Automation
You should be able to restore your .mer file in FT View Studio and look at the tag being used. Here's a youtube video showing the procedure: https://www.youtube.com/watch?v=Bj2Mwe5eebo -
New Laptop for PLC's and control works
MrAutomation replied to RobertL's topic in Allen Bradley / Rockwell Automation
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! -
Gradient Fill on PV7
MrAutomation replied to ad.dueringer's topic in Allen Bradley / Rockwell Automation
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. -
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.
- 6 replies
-
- FactoryTalk Activation
- Network
-
(and 1 more)
Tagged with:
-
Cloning a hard drive with licensed software on it
MrAutomation replied to mjrx's topic in Computer Help and Networking
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. -
Visibility Expressions - FactoryTalk View SE
MrAutomation replied to JJH's topic in Allen Bradley / Rockwell Automation
Also, instead of using {[Program]VAR1} = 0, just use a NOT instead.- 2 replies
-
- FactoryTalk
- Animation
-
(and 2 more)
Tagged with:
-
RSLogix 5000: Upgrade from v20 to v21
MrAutomation replied to chantecler's topic in Allen Bradley / Rockwell Automation
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. -
Can you put up a couple pictures?
-
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.
-
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
-
I'm assuming you are using FT View Studio ME. I don't have version 8.0 running at the moment, but on my version 7.0, you need to hit the checkbox in the Goto button options called "Use Variable Display". Then, in the connections tab, put your parameter # in the DisplayName box. That should work for you. Best of luck!
-
Play Music with PLC? or what else?
MrAutomation replied to asteroidehk's topic in General Topics - The Lounge
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! -
Logix5000 Processors Memory and Scan Time
MrAutomation replied to jstalman's topic in Allen Bradley / Rockwell Automation
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. -
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/
- 1 reply
-
- HTML
- JavaScript
-
(and 3 more)
Tagged with:
-
RSLinx Comm Error On Eth-485 Gateway
MrAutomation replied to METSYSTEM's topic in Allen Bradley / Rockwell Automation
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. -
MES implementation without RSView
MrAutomation replied to aikorob's topic in Allen Bradley / Rockwell Automation
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. -
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.