{"id":1270,"date":"2017-10-31T22:33:07","date_gmt":"2017-10-31T22:33:07","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=1270"},"modified":"2022-08-19T23:50:08","modified_gmt":"2022-08-19T23:50:08","slug":"factorytalk-view-parameters","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/","title":{"rendered":"FactoryTalk View Parameters"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction to&nbsp;FactoryTalk View Parameters<\/h2>\n\n\n\n<p>We use FactoryTalk View Parameters to identify placeholders on a screen.&nbsp; &nbsp; For example:&nbsp; If we have 9 tanks in a tank farm, you can just create one tank screen.&nbsp; &nbsp;The objects on the tank screen will use place holders instead of tags.&nbsp; When the operator presses a button for a particular tank, a parameter file is loaded.&nbsp; &nbsp; The parameter file assigns tags to the placeholders on the display screen.&nbsp; &nbsp; Each tank would use a different set of tags.<\/p><div id=\"bryce-2360342059\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>This means you will have 9 navigation buttons that navigate to the same screen.&nbsp; &nbsp;Each navigation button will reference a different parameter file. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Code Example<\/h2>\n\n\n\n<p>Now, we&#8217;ll look at an example of some simple code.&nbsp; &nbsp;This code will have 3 timers.&nbsp; &nbsp;When the operator requests to energize a light, the timer will start.&nbsp; &nbsp; When the timer is finished, the light will energize.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"453\" height=\"481\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png\" alt=\"Timer Code\" class=\"wp-image-1271 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png 453w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode-283x300.png 283w\" data-sizes=\"(max-width: 453px) 100vw, 453px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 453px; --smush-placeholder-aspect-ratio: 453\/481;\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">FactoryTalk View Setup<\/h2>\n\n\n\n<p>In FactoryTalk View, create a new display screen called &#8220;Lights&#8221;.&nbsp; &nbsp;We will add the objects as follows:<\/p>\n\n\n\n<p>First, add a Maintained pushbutton object.&nbsp; &nbsp; The purpose of this button will be to request an output.  In this case, it&#8217;s just a light, but it could be a pump or motor just as well.&nbsp; &nbsp;Instead of a tag, we will just use a place holder (#1 as shown).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"619\" height=\"144\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/requestlight.png\" alt=\"Request Light\" class=\"wp-image-1272 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/requestlight.png 619w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/requestlight-300x70.png 300w\" data-sizes=\"(max-width: 619px) 100vw, 619px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 619px; --smush-placeholder-aspect-ratio: 619\/144;\" \/><\/figure>\n<\/div>\n\n\n<p>Let&#8217;s also add an Ellipse object.&nbsp; &nbsp; In the ellipse, you will choose the color animation.&nbsp; &nbsp; Set this tag to be &#8220;#2&#8221;.<\/p>\n\n\n\n<p>At this point, add a numeric display.&nbsp; &nbsp; This will eventually display the timer accumulator&#8217;s value.&nbsp; &nbsp; The placeholder will be &#8220;#3&#8221; (in place of the tag)<\/p>\n\n\n\n<p>Finally, add a Numeric Entry Cursor Point object.&nbsp; &nbsp; The place holder will be &#8220;#4&#8221; instead of using a tag.&nbsp; &nbsp; Your screen should appear similar to this:&nbsp; Don&#8217;t forget your navigation button to get back to the previous screen.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"645\" height=\"502\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/lightcontrolscreen-1.png\" alt=\"Light Control Screen\" class=\"wp-image-1274 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/lightcontrolscreen-1.png 645w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/lightcontrolscreen-1-300x233.png 300w\" data-sizes=\"(max-width: 645px) 100vw, 645px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 645px; --smush-placeholder-aspect-ratio: 645\/502;\" \/><\/figure>\n<\/div>\n\n\n<p>Exit the display screen, and save your display as &#8220;Lights&#8221;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Creating the Parameter Files<\/h2>\n\n\n\n<p>Next, go to &#8220;Parameters&#8221;.&nbsp; &nbsp;We will set up the first parameter file as follows:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"552\" height=\"411\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/parametersA.png\" alt=\"Parameter file A\" class=\"wp-image-1275 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/parametersA.png 552w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/parametersA-300x223.png 300w\" data-sizes=\"(max-width: 552px) 100vw, 552px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 552px; --smush-placeholder-aspect-ratio: 552\/411;\" \/><\/figure>\n<\/div>\n\n\n<p>Exit the parameter file, and save the file as &#8220;LightAParameters&#8221;.<\/p>\n\n\n\n<p>Create another parameter file with the following information:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"284\" height=\"276\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/BParameters.png\" alt=\"B Parameters\" class=\"wp-image-1276 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 284px; --smush-placeholder-aspect-ratio: 284\/276;\" \/><\/figure>\n<\/div>\n\n\n<p>Let&#8217;s create the last parameter file for controlling Light C as shown:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"276\" height=\"264\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/lightcparams.png\" alt=\"LightC params\" class=\"wp-image-1277 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 276px; --smush-placeholder-aspect-ratio: 276\/264;\" \/><\/figure>\n<\/div>\n\n\n<p>When finished, you should have 3 parameter files as shown:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"220\" height=\"165\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/parameters.png\" alt=\"All Parameters\" class=\"wp-image-1278 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 220px; --smush-placeholder-aspect-ratio: 220\/165;\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Set up the Main Screen<\/h2>\n\n\n\n<p>Now, let&#8217;s go back to our main screen.&nbsp; We will create 3 navigation buttons.&nbsp; &nbsp; The first navigation will pass the parameter file that defines the tags for the placeholders for light A.&nbsp; &nbsp;The second button will pass a different set of tags to use with the objects for light B.&nbsp; &nbsp; Lastly, the third button will define the tags that we use for light C.<\/p>\n\n\n\n<p>Add your first navigation button by going to Objects | Display Navigation | Goto.<\/p>\n\n\n\n<p>Be sure to select &#8220;Lights&#8221; as&nbsp; your display.&nbsp; &nbsp; We will use the parameter file &#8220;LightAParameters&#8221;.&nbsp; While you are here, please also go to the &#8220;Label&#8221; tab, to inform the operator that this button is for light &#8220;A&#8221;.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"443\" height=\"295\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/nava.png\" alt=\"Navigation A\" class=\"wp-image-1279 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/nava.png 443w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/nava-300x200.png 300w\" data-sizes=\"(max-width: 443px) 100vw, 443px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 443px; --smush-placeholder-aspect-ratio: 443\/295;\" \/><\/figure>\n<\/div>\n\n\n<p>Add Two more navigation buttons.&nbsp; &nbsp; All of these navigation buttons will go to the same display, which is &#8220;Lights&#8221;, but the second button will load the &#8220;LightBParameters&#8221; file.&nbsp; &nbsp;The third button will load the &#8220;LightCParameters&#8221; file.&nbsp; &nbsp;When finished your screen should appear similar to the one shown.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"646\" height=\"505\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/mainscreen.png\" alt=\"Main Screen\" class=\"wp-image-1280 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/mainscreen.png 646w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/mainscreen-300x235.png 300w\" data-sizes=\"(max-width: 646px) 100vw, 646px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 646px; --smush-placeholder-aspect-ratio: 646\/505;\" \/><\/figure>\n<\/div>\n\n\n<p>Now do a full test run of your project.&nbsp; &nbsp; When you click the button for &#8220;Light A&#8221;, you are controlling Light A in logic.&nbsp; &nbsp; Return to the main screen, and use the Light B button.&nbsp; &nbsp;You will see that it&#8217;s now light B that you are controlling.&nbsp; &nbsp;Try the same thing with Light C.<\/p>\n\n\n\n<p>Parameters save memory, and time.\u00a0 \u00a0 \u00a0If you decide to make a change later to the screen, you only need to maintain one display screen for all similar objects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary of FactoryTalk View Parameters<\/h2>\n\n\n\n<p>In short, parameters simply allow you to use one display screen for multiple similar devices.  You will have multiple buttons for the operator to navigate to a single screen.  Each of these buttons will pass a different parameter file to the display.  The parameter file tells the display which tags to use instead of placeholders.  This allows you to maintain just one display for all similar devices.  It will also limit the number of displays you use.  This might be important if your license limits the amount of displays.<\/p>\n\n\n\n<p>Although the concept might seem intimidating at first, parameters are very easy to set up and maintain.  <\/p>\n\n\n\n<p>For more information, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/factorytalk-view-me\/\">FactoryTalk View ME<\/a> or <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/factorytalk-view-se\/\">FactoryTalk View SE<\/a> category pages!<\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-4231271050\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to&nbsp;FactoryTalk View Parameters We use FactoryTalk View Parameters to identify placeholders on a screen.&nbsp; &nbsp; For example:&nbsp; If we have 9 tanks in a tank farm, you can just create one tank screen.&nbsp; &nbsp;The objects on the tank screen will use place holders instead of tags.&nbsp; When the operator presses a button for a <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":1271,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[53,14],"class_list":{"0":"post-1270","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-factorytalk-view-me","8":"tag-factorytalk","9":"tag-parameters","10":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using Parameter files in FactoryTalk View Machine Edition.<\/title>\n<meta name=\"description\" content=\"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Parameter files in FactoryTalk View Machine Edition.\" \/>\n<meta property=\"og:description\" content=\"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2017-10-31T22:33:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-19T23:50:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png\" \/>\n\t<meta property=\"og:image:width\" content=\"453\" \/>\n\t<meta property=\"og:image:height\" content=\"481\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"FactoryTalk View Parameters\",\"datePublished\":\"2017-10-31T22:33:07+00:00\",\"dateModified\":\"2022-08-19T23:50:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/\"},\"wordCount\":808,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/timercode.png\",\"keywords\":[\"FactoryTalk\",\"Parameters\"],\"articleSection\":[\"FactoryTalk View ME\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/\",\"name\":\"Using Parameter files in FactoryTalk View Machine Edition.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/timercode.png\",\"datePublished\":\"2017-10-31T22:33:07+00:00\",\"dateModified\":\"2022-08-19T23:50:08+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/timercode.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/10\\\/timercode.png\",\"width\":453,\"height\":481,\"caption\":\"Timer Code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/10\\\/31\\\/factorytalk-view-parameters\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FactoryTalk View Parameters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using Parameter files in FactoryTalk View Machine Edition.","description":"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/","og_locale":"en_US","og_type":"article","og_title":"Using Parameter files in FactoryTalk View Machine Edition.","og_description":"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.","og_url":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2017-10-31T22:33:07+00:00","article_modified_time":"2022-08-19T23:50:08+00:00","og_image":[{"width":453,"height":481,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"FactoryTalk View Parameters","datePublished":"2017-10-31T22:33:07+00:00","dateModified":"2022-08-19T23:50:08+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/"},"wordCount":808,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png","keywords":["FactoryTalk","Parameters"],"articleSection":["FactoryTalk View ME"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/","url":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/","name":"Using Parameter files in FactoryTalk View Machine Edition.","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png","datePublished":"2017-10-31T22:33:07+00:00","dateModified":"2022-08-19T23:50:08+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"How to set up FactoryTalk View Parameters (In ME or SE) to pass a different set of tags to a single graphics display.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/10\/timercode.png","width":453,"height":481,"caption":"Timer Code"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/10\/31\/factorytalk-view-parameters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"FactoryTalk View Parameters"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/1270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=1270"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/1270\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/1271"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=1270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=1270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=1270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}