AJZ

MrPLC Member
  • Content count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About AJZ

  • Rank
    Sparky
  • Birthday 08/23/70

Contact Methods

  • ICQ 0

Profile Information

  • Gender Male
  • Country Canada

Recent Profile Visitors

2296 profile views
  1. Are you trying to write directly to the physical outputs (Words IR10 and IR11) from IWS? That will not work. IWS need to write to addresses that the PLC does not write to. For example, IWS writes to adresses IR02000, IR 02001 and IR 02002. Then in the PLC, logic takes these addresses and output the, to the physical outputs. For example LD IR 02000 OUT IR 01000
  2. You need to synchronize the blinking routine with the clock bit. Only start and stop when the clock bit is off.
  3. Force a timer to Done

    On a CQM1H, how do I write logic to force a timer to the done state (Timed out). With Allen Bradley, I just move the timer preset into the accumulator. I tried to move a #0 into the timer but that logic is not accepted.
  4. It can be done. I am working on an application that is doing it but I copied the screens from somebody else. I think you have to create 20 HMI string memory tags. The tags name should be the same as the data of a parameter. In your example the tag name should be 11. And enter initial data for the string tag. Now you can use #2 in your text box. FactoryTalk View 5.1 added some additional features regarding parameter lists: support for parameter lists in selected graphic objects, project settings, startup and logout; parameter passing using parameter lists.
  5. The 4M is cheaper and a little smaller if I remember right. Th4 4M measures the motor current differently than the 4. All parameters are renumbered. Make sure you use V2 firmware with 4M or you may have many false overload faults.
  6. As soon as you select 'On top', the screen number dissappears. Therefore, this is not possible
  7. Kinetix2000, 6000 and 7000 servo systems require a SERCOS card which requires a ControLogix or CompacLogix L4x based system. The Ultra3000 comes in three flavours: Basic, Indexing and SERCOS.
  8. Can you expand on these instructions? And can you do this with RSView ME or a PanelView Plus panel?
  9. I had it happen once. On the AB Knowledgebase I found the solution and it worked. I just do not remember the solution
  10. An array made of SINT. Start with a 200 element array.
  11. Allen Bradley's Knowledgebase has some articles about the 'DeviceWho' service type. See TN 55301 and 55305
  12. Looking at the selection guide, a 1734-TB or 1734-TBS is required with the 1734-IB8. The TB3 is only used with the 4point DC input modules
  13. What version of RSLogix500 are you try to install. V8.00 is Vista compatible and will require RSLinx 2.53 if I am not mistaken