nbergeron

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About nbergeron

  • Rank
    Hi, I am New!

Profile Information

  • Country Canada
  1. FactoryTalk View Studio

    Just to let anyone know who may be curious about this, there is NO way to do this. After messing around for a bit and a direct call to Rockwell technical support, I've found it's impossible to have a tag placeholder directly followed by a number. So the only solution - at least the only solution I could use for my actual purposes - to the above basic example is to replace each item with a unique tag placeholder, ie: #1 = 1000 #2 = 1001 #3 = 1002 #4 = 1003 #5 = 1004 This is much more cumbersome when dealing with long lists of tags, but at least I can use the same page 10 times instead of making 10 indiviual pages.
  2. Hi, I've looked around for an answer to this, and it's probably a very easy solution but here goes, Using FactoryTalk View, I'm trying to have a list of variables with incrementing numbers but having each number being with a tag placeholer. Here's a simplified example: Say I have a list of 5 numeric displays: 1000 1001 1002 1003 1004 1005 And I want to replace the first three digits with the placeholder #1. I'm unsure of the correct syntax for this because if I do a direct replacement of the numbers it looks like this: #10 #11 #12 #13 #14 #15 This won't work at all as it will just end up looking for the wrong tag placeholders. Anyone know the correct syntax for this? Thanks in advance
  3. Thanks for the reply, but I also map my I/O to internal tags using an I/O routine, however that doesn't solve the answer of renaming each and every single physical I/O point when I try to use the emulator. It really isn't the end of the world, but it sure would be nice to find an easier alternative.
  4. Hi all, I've looked around and haven't found an answer to this question specificaly so here goes: When I develop a project on RSLogix 5000 and it comes time to test, I like to use RSLogix 5000 Emulate. However, it is a pretty cumbersome task because I have to rebuild all the I/O configuration using 1756 generic modules (which is a bother but not that bad really). The even worse part is that the tagging is changed on each and every I/O point, so there I am doing find and replaces. It really becomes a PITA. Does anyone have any smoother, seamless suggestions? Any ideas at all would be appreciated. Thanks in advance!