Molded Fiberglass

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Molded Fiberglass

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. UL Inspection

    We were building UL508A control panels. You can look up UL 508A on the internet to get a somewhat general idea of what it is. BEFORE you start building anything get UL involved. Tell them what you want to build so that way you don't build something that will cost you many dollars to re-do to meet UL requirements. We were set up so that once we had a UL approved product we monitored ourselves to make sure we kept built to what we were approved to build. If we were going to build something different or make changes to an existing UL approved product we had them back in to let them know what we were doing and they would advise.
  2. Here is an attached word document with the information I tried to paste but was unable to. macro.doc
  3. I am all new to this but I was not able to write a macro the way the two of you are showing. One thing I ran into was if you wanted to see is two Tags were the same you had to use two ='s instead of one, example: If {Tag1} == {Tag2} Then The other thing was I could not use = to assign a value to a Tag. When I opened a new macro it gave me a type of spread sheet where the left column was for the Tag that you wanted to assign something to and the right column was for the If Then, Else test. There was no: If {Tag1} == {Tag2} Then {Tag3} = 4 It was simply: {Tag3} If {Tag1} == {Tag2} Then 4 Else 0 The Else was mandatory and there was no End If. Both the mandatory Else and not having an End If made it harder to program; and I was not able to do what I needed to do using FactoryTalk's macro editor. I ended up editing the .mcr file that was created using Notepad and writing the macro that way. DiGGy's macro looks much different that what I ended up with, he is using PanelView Plus 400 and I am using a PanelView Plus 1000, maybe that is the difference. I don't seem to be able to paste a screen-shot of my FactoryTalk's macro editor or the .mcr macro file which is plain text. I hope this helps.
  4. FT View - ActiveX - PDF File

    Ken Roach, I just got Foxit to run on a PanelView and display a PDF file. I too find that Foxit seems to lock-up when I try to use the File / Open menu items. You mentioned about disabling those items, but I have not been able to find how to do it on my own. I thought maybe some switch in the Tag string but I can't find such a switch. Can you help? Thank you.