rdrast

MrPLC Member
  • Content count

    83
  • Joined

  • Last visited

Everything posted by rdrast

  1. Automation Direct ViewMarq and Control Logix

    I've done it, just using an RTAutomation Ethernet/IP to Serial gateway in between usually, or direct serial from an old 1756-L55 CPU I toss in the rack.
  2. I use Ignition, a cheap "HDMI Stick" PC, and a cheap Large Screen TV here for the big display boards.  I already have the Ignition Unlimited License, so there is really no cost, but in your case, you could get away with a lower-cost, stand-alone license.  Probably still less than FTView SE.
  3. Try running RSLinx on the server as an application rather then a service. By default, DDE is deprecated, and there is isolation between user applications (Access) and services (RSLinx) on all OS's past Windows 7.  
  4. POE din rail switch

    Second for Red-Lion N-Trons. I've had too many failures of the Stratix Switches, and they are significantly more expensive and quirky then the N-Tron's, so I've been swapping out the Stratix we have for N-Trons, and haven't had any issues.  Bonus is that the NTron switches boot up Much much faster than the Stratix switches, eliminating a lot of problems with system power cycles. N-Tron has medium power direct POE switches, but for higher power devices, or just plain lots of them (PTZ Cameras for example), I do go ahead and just use the pass through injectors.  
  5. Upgrade the PV Firmware?  
  6. Debugging Local O: Data

    Usually, a simple cross reference will show all usages of any location in a PLC, start there if you have problems like this.
  7. Yes, as long as they are reading the same state flag from the PLC. I'd stay away from using "Smart" controls on HMI's though, especially if you are going to have multiple HMI's.  Smart controls are the types of controls ON THE HMI that include steering logic, or specialty logic; like multi-state buttons that index through a bunch of states.
  8. Dumb SCP numbers

    Most AB thermocouple input modules don't need any scaling, or simply need the direct reading to be divided by 10. What module is the IT2C?  If you mean the IT2I, it doesn't require any scaling at all.  If the readings are off, are you certain you are using the TBC terminal base? You need the base with the cold-junction compensation built in.
  9. Rsview 32 data display

    Is this a floating point number? Is the result actually zero? Or very very close. My first guess, is that it is something like 1.02E5 or similar, and there isn't enough room in the display to show it.  
  10. Cant install FTView Studio

    FTView, and it's install are about 100% broken.  Your best bet is to MANUALLY install SQL Express, and all of the .Net / VB libraries before starting the View installation.   Rockwell had their install scripts written by a senile raccoon with rabies (ironically, one of their top developers), so you can't expect much.  
  11. I can't imagine why you would need this, but the VBA Application property "Application.ConfigurationFileName" will give the full path to the server's project file. It won't do anything to find the client file location, but again, that is rather pointless to know.  FTView is basically just a glorified, and poorly implemented web server/dedicated browser system.  Your actual project will ALWAYS reside where Rockwell wants it.  Moving it will completely break the FT Directory and your project.
  12. If you have installed a new version of RSLogix, er, excuse me, Studio 5000 for a new firmware processor, it will completely break alarms and events in a totally unrelated FTView installation if you ever touch it again. If you did install Logix, er, Studio, go ahead and install the exact same version on the HMI server and client computers.  No need to license it, just go through the hour long install process so it can fix the totally unrelated View installation that it broke. Or do yourself one better, and switch to ignition.
  13. I'd suggest you just use the "Logix 5000 Clock Update Tool" to set a schedule, and sync the PLC's to a computer that updates from the GPS.  Much simpler, and no program changes required.
  14. 94 times out of 100, that error is caused by the FTView install incorrectly trying to launch an external install program. 98 times out of 100 from there, the installer it has issues with is the .Net runtime (since Rockwell calls it with incorrect installation parameters, but they are too stupid to fix the issue). First solution to try, before frustrating yourself with FactoryTalk Non-Support, is to manually install VB.Net, directly from Microsoft.  FT*^&&* version 8 probably requires .Net version 3 or 4, so install both.  Also, install IIS manually on windows, then run the FT&**^ installer again.
  15. Yes, the EP24DC is used to provide another voltage source to the devices downstream from it (to the right).  You don't want to pass too much current through the buss, so adding a separate distribution module shares the load.  You can add another if you need.  These are similar to the FPD module, which allows providing 120VAC downstream to 120VAC modules. If I recall correctly, the AENT can support up to 63 modules.  The buss limits are a maximum of 10Amps per group, so for every expected 10A load, you need an EP24DC.  Rockwell specifies (without doing a current calculation) a maximum of 13 modules between power sources, either the adapter, or EP24DC's. See Here  
  16. I have both a Hitachi, and a Tektronix, both are excellent. If you are looking on a budget, this is a great place for used/reconditioned gear. I'm older, and MUCH prefer a CRT scope to the digital ones, at least until you get into the $2500 range. If you plan on looking at high voltage (drive outputs for example), be prepared to spend some money on a decent differential isolation probe.
  17. The XIO instruction is essentially a bitwise NOT. Branches with XIO/XIC instructions are bitwise OR's. You are thinking from a computer programming paradigm, not from discrete logic programming.
  18. Add another rack. Racks are linked with communication modules in each. Ethernet I/P, ControlNet, DeviceNet all work.
  19. Have you checked Windows Event Viewer? That is the first place to look for application errors. I'm running Studio 24 on windows 10 with no issues, and Logix up to 19 with no issues. Did you try the usual uninstall/reinstall?
  20. Even if it were possible, nobody here is going to give you such a tool. Contact the vendor of the AOI, or Rockwell.
  21. PLC vs PAC

    A PAC is a PLC. Plain and simple. Time marches forward, and the power of our varioius toys increases, but the essential function remains the same. Yes, there is now integrated motion, and various languages, and multitasking, but that is only a result of better processors and cheap silicon. Going by BIN95's description, we should be calling our PC's something else today, since they are so totally unrelated to the IBM-XT running DOS. A LOT changed since moving from the 8 and 16 bit processors.
  22. There is no equivilant in 5000.
  23. Allen-Bradley 9300-ENA

    I believe setting dip switch 1 and 2 on, and cycling power will restore the factory defaults.
  24. RS5000

    First of all, don't use Excel to edit XML. it's kind of like using a table saw to pound in a nail. Totally wrong tool. Use any decent code editor that handles XML nicely. The visual studio editor can do that, but I prefer by a longshot a real source editor like Ultraedit, which can handle anything imaginable. Your problem is that the XML exports are just plain decorated text. Excel isn't designed to handle text. Using a real editor, yes, it isn't a big deal to do search/replace operations on a section or entire file, or copy code multiple times. Ultraedit also allows me to write scripting programs to automate a lot of the functionality of extracting tags from Logix 5000 programs and creating importable tags to FTView.