{"id":10627,"date":"2022-03-16T07:17:44","date_gmt":"2022-03-16T07:17:44","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=10627"},"modified":"2022-03-16T07:17:46","modified_gmt":"2022-03-16T07:17:46","slug":"factorytalk-view-touch-animation","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/","title":{"rendered":"FactoryTalk View Touch Animation"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">FactoryTalk View Touch Animation (Site Edition)<\/h3>\n\n\n\n<p>The FactoryTalk View Touch Animation allows you to turn most any object into a type of push button.   This means that you can animate text or other objects.  Obviously the graphics library will work as well.  The touch animation allows us to run FactoryTalk commands.  This includes changing a display, starting a data log, or toggling a bit in the processor.  Additionally, you can turn on or off the event server, derived tags, or even log in or log out.<\/p><div id=\"bryce-40634433\" 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>In this case, we&#8217;ll walk through a simple example to toggle a bit in the processor&#8217;s memory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Configure Communications<\/h3>\n\n\n\n<p>Before we communicate with the processor, we must have communication configured.  We do this in FactoryTalk Linx.  In older versions, this is called &#8220;RSLinx Enterprise&#8221;.<\/p>\n\n\n\n<p>First, be sure you have a communication server in your project.   If not, right click your project name at the top of the explorer tree.  Choose to add new server.  The server will be FactoryTalk Linx or RSLinx Enterprise.<\/p>\n\n\n\n<p>After that, we&#8217;ll go to &#8220;Communication Setup&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"308\" height=\"145\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-117.png\" alt=\"\" class=\"wp-image-10628 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-117.png 308w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-117-300x141.png 300w\" data-sizes=\"(max-width: 308px) 100vw, 308px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 308px; --smush-placeholder-aspect-ratio: 308\/145;\" \/><\/figure>\n\n\n\n<p>Thirdly, we need to create a shortcut.  Be sure to point the name of this shortcut to your processor.   With the shortcut name and your processor highlighted, press &#8220;Apply&#8221;.  Do not forget to press &#8220;Apply&#8221;.  If you forget this step, FactoryTalk View will not save your shortcut name.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"573\" height=\"212\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-118.png\" alt=\"\" class=\"wp-image-10629 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-118.png 573w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-118-300x111.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-118-570x212.png 570w\" data-sizes=\"(max-width: 573px) 100vw, 573px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 573px; --smush-placeholder-aspect-ratio: 573\/212;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Add an Object to your display for FactoryTalk View Touch Animation (Site Edition)<\/h3>\n\n\n\n<p>At this point, we are ready to create a new display.  On this display, we&#8217;ll add a simple &#8220;Ellipse&#8221; object.  In other words, we&#8217;ll just draw a circle on the screen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"197\" height=\"125\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-119.png\" alt=\"\" class=\"wp-image-10630 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 197px; --smush-placeholder-aspect-ratio: 197\/125;\" \/><\/figure>\n\n\n\n<p>Next, right-click the object, and go to Animation | Touch.<\/p>\n\n\n\n<p>On the release action, we&#8217;ll just run the command &#8220;Toggle MyBit&#8221;.   Out of habit, I like to use the release action.  That way, we&#8217;re sure the operator&#8217;s hand is off the HMI before performing the action. In this case, it probably wouldn&#8217;t matter much.  If it&#8217;s a navigation screen though, Keep in mind that we don&#8217;t want the operator to be touching the screen when the display changes.  Obviously, for the tag, it&#8217;s better to use the command wizard to browse for your tag.  That way, you are sure the syntax and tag name is correct.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"606\" height=\"357\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-121.png\" alt=\"\" class=\"wp-image-10632 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-121.png 606w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-121-300x177.png 300w\" data-sizes=\"(max-width: 606px) 100vw, 606px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 606px; --smush-placeholder-aspect-ratio: 606\/357;\" \/><\/figure>\n\n\n\n<p>Press Apply, and OK<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Test Your Work<\/h3>\n\n\n\n<p>To Test our work, we&#8217;ll simply test this display.   That way, we don&#8217;t have to completely launch the client.  In this case, test display will work well.  However, if you are testing navigation, alarms, or other background features, you should launch the client.<\/p>\n\n\n\n<p>Press the &#8220;Test Display&#8221; button in the standard toolbar.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"67\" height=\"32\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-122.png\" alt=\"\" class=\"wp-image-10633 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 67px; --smush-placeholder-aspect-ratio: 67\/32;\" \/><\/figure>\n\n\n\n<p>As you can see, the toggle bit command is working.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"394\" height=\"63\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-123.png\" alt=\"\" class=\"wp-image-10634 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-123.png 394w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-123-300x48.png 300w\" data-sizes=\"(max-width: 394px) 100vw, 394px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 394px; --smush-placeholder-aspect-ratio: 394\/63;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Animating Library Objects<\/h3>\n\n\n\n<p>FactoryTalk View SE has a library of different graphic objects.  These objects are assembled using groups.  Sometimes, it&#8217;s difficult to find the group that we want to animate.  The object browser makes this easier though.<\/p>\n\n\n\n<p>First open the graphics library in the explorer tree.  We&#8217;ll find an object that we wish to animate.<\/p>\n\n\n\n<p>In this case, I&#8217;ve found a button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"151\" height=\"151\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-124.png\" alt=\"\" class=\"wp-image-10635 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-124.png 151w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-124-144x144.png 144w\" data-sizes=\"(max-width: 151px) 100vw, 151px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 151px; --smush-placeholder-aspect-ratio: 151\/151;\" \/><\/figure>\n\n\n\n<p>To narrow the touch window, we&#8217;ll just add the touch animation to the green part of the button.  That way if the operator clicks an object beside this button, we have less chance of the command executing inadvertently.<\/p>\n\n\n\n<p>I&#8217;ll right click the white background of the display, and choose &#8220;Object Explorer&#8221;.<\/p>\n\n\n\n<p>Our next step is to find which group the green part of the button resides in.  To do this I&#8217;ll click the button first, then see which object highlights in the object explorer.  After that, we can start narrowing down the groups.  We can do this by clicking on the various sub-groups.  When the group you want to animate highlights, you know which group you wish to animate.  In newer versions, you have the option to un-check the visibility as well.  This helps you to verify that you are on the correct group.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"360\" height=\"207\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png\" alt=\"\" class=\"wp-image-10636 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png 360w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125-300x173.png 300w\" data-sizes=\"(max-width: 360px) 100vw, 360px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 360px; --smush-placeholder-aspect-ratio: 360\/207;\" \/><\/figure>\n\n\n\n<p>In this case, I&#8217;ll right click group 34, and go to the touch animation as we did before.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Summary<\/h3>\n\n\n\n<p>To summarize, the FactoryTalk View Touch animation is very easy to set up.  First, be sure you have communication to the processor.  Secondly, add your object.  Thirdly, right click the object or group you wish to animate.  Go to the touch animation and configure your command!<\/p>\n\n\n\n<p>For other FactoryTalk View SE Post, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/factorytalk-view-se\/\">Category page!<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-818036152\" 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>FactoryTalk View Touch Animation (Site Edition) The FactoryTalk View Touch Animation allows you to turn most any object into a type of push button. This means that you can animate text or other objects. Obviously the graphics library will work as well. The touch animation allows us to run FactoryTalk commands. This includes changing a <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":10636,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[205],"tags":[197,471],"class_list":{"0":"post-10627","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-factorytalk-view-se","8":"tag-factorytalk-view-se","9":"tag-touch-animation","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>FactoryTalk View Touch Animation - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Configure the FactoryTalk View Touch Animation with Site Edition. We&#039;ll set up comms, add objects, then configure the touch animation.\" \/>\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\/2022\/03\/16\/factorytalk-view-touch-animation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FactoryTalk View Touch Animation - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Configure the FactoryTalk View Touch Animation with Site Edition. We&#039;ll set up comms, add objects, then configure the touch animation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/\" \/>\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=\"2022-03-16T07:17:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-16T07:17:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png\" \/>\n\t<meta property=\"og:image:width\" content=\"360\" \/>\n\t<meta property=\"og:image:height\" content=\"207\" \/>\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\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"FactoryTalk View Touch Animation\",\"datePublished\":\"2022-03-16T07:17:44+00:00\",\"dateModified\":\"2022-03-16T07:17:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/\"},\"wordCount\":751,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-125.png\",\"keywords\":[\"FactoryTalk View SE\",\"touch animation\"],\"articleSection\":[\"FactoryTalk View SE\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/\",\"name\":\"FactoryTalk View Touch Animation - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-125.png\",\"datePublished\":\"2022-03-16T07:17:44+00:00\",\"dateModified\":\"2022-03-16T07:17:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Configure the FactoryTalk View Touch Animation with Site Edition. We'll set up comms, add objects, then configure the touch animation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-125.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-125.png\",\"width\":360,\"height\":207,\"caption\":\"Touch Animation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/16\\\/factorytalk-view-touch-animation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FactoryTalk View Touch Animation\"}]},{\"@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":"FactoryTalk View Touch Animation - Bryce Automation","description":"Configure the FactoryTalk View Touch Animation with Site Edition. We'll set up comms, add objects, then configure the touch animation.","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\/2022\/03\/16\/factorytalk-view-touch-animation\/","og_locale":"en_US","og_type":"article","og_title":"FactoryTalk View Touch Animation - Bryce Automation","og_description":"Configure the FactoryTalk View Touch Animation with Site Edition. We'll set up comms, add objects, then configure the touch animation.","og_url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2022-03-16T07:17:44+00:00","article_modified_time":"2022-03-16T07:17:46+00:00","og_image":[{"width":360,"height":207,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.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\/2022\/03\/16\/factorytalk-view-touch-animation\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"FactoryTalk View Touch Animation","datePublished":"2022-03-16T07:17:44+00:00","dateModified":"2022-03-16T07:17:46+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/"},"wordCount":751,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png","keywords":["FactoryTalk View SE","touch animation"],"articleSection":["FactoryTalk View SE"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/","url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/","name":"FactoryTalk View Touch Animation - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png","datePublished":"2022-03-16T07:17:44+00:00","dateModified":"2022-03-16T07:17:46+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Configure the FactoryTalk View Touch Animation with Site Edition. We'll set up comms, add objects, then configure the touch animation.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-125.png","width":360,"height":207,"caption":"Touch Animation"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/16\/factorytalk-view-touch-animation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"FactoryTalk View Touch Animation"}]},{"@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\/10627","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=10627"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10627\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/10636"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=10627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=10627"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=10627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}