login about faq

Is it possible to integrate Parameters into FactoryTalk View ME & SE global objects?

asked Oct 04 '10 at 14:46

Gabe's gravatar image

Gabe
368114

edited Oct 04 '10 at 15:10


Yes, this is possible and it can be very helpful when there are many objects needed on various screens that are the same, but link to different devices.

When creating a new object or groups of objects in a global object window, right click the item and select 'Global Object Parameter Definitions'. This will bring up a dialog box with the following headings: Name, Description.

Under Name, list the parameters and under Description Give a brief explanation. See example below (you must have the # symbol before a number):

 Name             Description
 #1               PLC Pointer
 #2               Device Type
 #3              Device Number

Ensure that all linked tags and expressions in the global object contain the generic parameter names. A search and replace can be helpful (CTRL-R) to complete this task.

Example of a tag with parameters: ::[#1]Device_#2_#3.Current_Position

Save you global object with a descriptive name. Copy the new global object and paste it into a Graphics Display. Right click on the object and select Global Object Parameter Values. When this window opens up, under the Value column, enter the required information (eg. #1 = MCP, #2 = Valve, #3 = 023.

This will now point the tag above to;

::[MCP]Device_Valve_023.Current_Position

link

answered Oct 04 '10 at 15:03

Gabe's gravatar image

Gabe
368114

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6

Asked: Oct 04 '10 at 14:46

Seen: 692 times

Last updated: Oct 04 '10 at 15:10