pcmccartney1

MrPLC Member
  • Content count

    905
  • Joined

  • Last visited

Everything posted by pcmccartney1

  1. I did a quick Google and found the attached document. It doesn't really speak to the Rockwell side of the configuration. It would seem that you if you configure your Generic Ethernet template correctly regarding instance, data type and size....then test forcing bits on/off on each side to see that the signal exchange occurs as expected. This is the implicit messaging. Additionally, you might be able to "open" or "view" the eds file in Notepad or Wordpad applications and possible get a better understanding of the mapping. Follow this link My link
  2. Look at Red Lion and wire out the Analog Output to the Display
  3. Fatal Error when going online

    This is a bit of a shot in the dark. Close out or exit your RSLogix5000. Open up a file manager and find the folder that contains the ACD. Check to see if extra files for the project are present. Specifically, YouProjectName.Sem and/or a SQL Server Log Shipping Work File with your project name. These files appear when ever you open a project and sometimes, during a crash of RSL5K they don't get removing and act like a lock file. Consider moving these files out of this folder to a temp holding folder. Do not delete them! You might need these later. Restart RSL5K with your project open and attempt to go online, hopefully the RSL5K will correlate any changes between the offline and online copies and then allow you to continue your work.
  4. Two choices - Option 1 - Purchase, Install and Configure a Prosoft Technology's MVI69E-MBTCP Option 2 - Purchase, Install and Configure a Red Lion DSP
  5. By any chance, do you have a memory module and S:5/8 set to "1"? Or is S:1/11 set? LOL! Mickey beat me to it.
  6. Analysis of P&ID

    Tom, Your question is not really easily answered in a chat topic in a forum. Might I suggest you locate a purchase a book called "The Control of Boilers", 2nd Edition or later, by Sam G. Dukelow. You will find this on Amazon or ISA websites. Also consider purchasing a reference book for understanding and reading of SAMA logic diagrams.
  7. analog filtering

    I just created a new project using the 1100 Series B. In the I/O Configuration, select on the part number in slot 0. The Adv Config button lights up, select that nad navigate to the Embedded IO Configuration tab. From that spot you have some selection for filtering.
  8. PanelView Plus 1000

    My best guess is that you would want to remove any acknowledgement buttons form the displays. Create a pushbutton that has visibility based upon correct login level. This could be used to do "Remote Acknowledgement" of alarms via the Alarm Setup. I'm not sure that you access this tag directly or you might have to bring this tag into the PLC and with additional conditional logic, trigger the another tag to be referenced in the "Remote Acknowledgement" field.
  9. Consider a product called eWon Cozy. I've seen a demo talking to an older SLC via the series port. Goto their website www.ewon.biz
  10. C-More with S7-1200

    Have need to convert an existing application using C-More and an AB ML1100 to Siemens S7-1200. While looking into the driver capabilities, I see serial and Ethernet drivers for S7-200, S7-300/400, but nothing for S7-1200. A quick talk with AD tech support says no specific drive has been added for the S7-1200. Question, does anyone know if the 1200 talks like the 200 or 300/400 platforms? Can I force the 1200 to talk in a Modbus TCP/IP protocol (without additional hardware)? Thank, Rick
  11. PVP and Modbus RTU Serial

    I may be telling you something you already know. I had to configure the Serial Port, can't remember if I did this on the PV+ or in the project. Setting up all the serial port parameters. Next I had to configure a tag database in the kepware server on my PC. Then I had to point to the tag database from within the project. I think I had to change a path setting in the kepware server regarding the default location. Not much help, I know. But I did this almost three years ago, so I'm writing from memory.
  12. Panelview Plus Compact

    I used several PV+ Compacts with no loss of functionality. Your app sounds rather simplistic and should be no problem for the units specified. The only drawback is 25 screen limit, so if you need more screens you have to consider "unitizing" screens and doing parameter passing. This allows you to have one screen that acts like many, when called with specific parameters.
  13. Outputs in different tasks

    There is a difference between "Not Running" and "Not Scanned". Just because a rung's conditional logic is not true, doesn't mean that the entire rung is not being evaluated and generating a logical conclusion to the final output element in the rung. This is particularly true for OTE's and gotcha. First, you should consider using Latch and Unlatched Coils rather than OTE. Second, from your main routine, you should use conditional logic to "skip" subroutines, i.e. excluding them from "scan" and therefore evaluation. Consider use of MCR or JMP/LBL elements to avoid re-evaluation (scan) of duplicate OTE's.
  14. Tag Naming Conventions

    First of all, Congrats on the new gig! Coincidentally, my company is now having conversations on "standardization", including tag naming conventions. You'll find that any RA sample project tends to have pretty recognizable tagging conventions. Some of the conventions we are considering include the following: "rtn_Routine" or "Rxx_Routine" - helps organize routines in the RSL5K tree and at a quick glance see the program order of execution/scan "diTagname" or "aiTagname" - for hard/soft wired inputs "doTagname" or "aoTagname- for hard/soft wired outputs "bTagname" - for internal or logic generated flags dxHMITagname" - for digital inputs/outputs to from HMI objects like pushbuttons and/or status etc..... Just a serving suggestion. Like the strawberries on the box of Wheaties, but I never read the fine print. Still haven't found a single strawberry in that box yet!
  15. SLC 500 Program Help

    Two different things you can do. Option 1 - In the project tree, you will find in the Data Files section, an icon called "Cross Refernence" which will display all addresses and their usage throughout the entire program. Option 2 - From "File Menu", select "Report Options" to configure report including the Cross Refernence". At this point you can print it.
  16. SLC 5/05 Remote IO Issue

    I googled and downloaded a manual for the 1747-ASB with error codes. Error 333 indicates a "Watchdog Reset Detected". Cycle the power on the module to see if the error goes away. If the problem is persistant, replace the module.
  17. RFID Logon

    I'm sure others have better, more informed answers. My experience has shown that connection of a USB RFID/Barcode devices can only be setup that way. You might be able to use a KEPWare driver and the RS-232 port or USB port and gain some additional control with out the need to selection of the object and/or enter key to accept entry. What type of PLC? You could use the serial port and write code that would accomplish this task also.
  18. Compactlogix 1768-L45

    What you have selected is acceptable. You could save some money by selecting the L43. The L45 can have four comms modules on the 1768 bus, while the L43 can have two comms modules on the 1768 bus. If you have no plas for adding a motion controller in the future, then go with the L43.
  19. Adding EDS File

    I would appear to me that the module is compatible with RSLogix 5000 v20.
  20. Is this what you are lloking at? My link If so, it looks like between the AOI and web based configuration, you will have access to everything and more than in the Dnet version.
  21. Count 'Lines of Code'

    The quick answer is from within RSLogix5000, simply right click on each subroutine and select properties. The number of rungs for the subroutine is listed at the bottom.
  22. RsLogix 500 version?

    I think you answered your own question. If the program controller type is set for an ML1000, it will not download to a ML1500. CHanging the controller type might result in changes in i/o that would require reprogramming. As for the version, I'm at v8.40.00 (CPR 9) and see all the ML1500 LSP's and LRP's One other thing to look at, maybe everything is correct in the program, but your RSLinx just doesn't have the correct EDS files. You might be able to upload from the device or get it from AB's site.
  23. Control Flash help

    My experience has been that the only way to flash the firmware is over DF1 and that RSLinx has to be shutdown. Upon completion of upgrade, quite often the static IP is gone. You knuckle your IP in again and download your program and run. Seems that the majority of the firmware upgrades with specifically to fix problems in the comms driver of the ethernet port.
  24. Recently had to show pictures from PPT Vision system in PV+6. We installed a VNC Client and called the VNC via the ME AppLauncher. So the front end GUI developed inside the PPT Vision M40 Controller was then shown on the PV+6. Found little or no latency issues.
  25. Technote ID18056 makes it sound like you want even numbered multiples of NUT. With a NUT of 5ms they recommend an RPI of 20ms so as to not burden the comms and the bandwidth. With a NUT of 2ms, I would think you should be able to select 8ms on RPI. Technot ID8479 should scheduling and concets for selecting of NUT and RPI/API. Not much help, but looks like you gotta play with it.