{"id":19135,"date":"2021-08-26T13:23:56","date_gmt":"2021-08-26T13:23:56","guid":{"rendered":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/"},"modified":"2025-12-23T09:50:51","modified_gmt":"2025-12-23T14:50:51","slug":"creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms","status":"publish","type":"post","link":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/","title":{"rendered":"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms"},"content":{"rendered":"\n<p>One of the fastest-growing SCADA\/HMI platforms today is Inductive Automation&#8217;s&nbsp;<a href=\"https:\/\/inductiveautomation.com\/ignition\/\" target=\"_blank\">Ignition<\/a>. In addition to the well-known&nbsp;<a href=\"https:\/\/inductiveautomation.com\/ignition\/modules\/vision\" target=\"_blank\">Vision<\/a> visualization module, Ignition also contains&nbsp;<a href=\"https:\/\/inductiveautomation.com\/ignition\/modules\/perspective\" target=\"_blank\">Perspective<\/a>, a web-friendly visualization module&nbsp;that&nbsp;works in any web browser\u2014even on mobile!<\/p>\n\n\n\n<p>Although most Ignition functions work the same across Perspective or Vision, there are some necessary adjustments to work better in a web-friendly environment. This multi-part blog will serve as a guide to setting up dynamic Perspective screens that take full advantage of its&nbsp;new powerful features.<\/p>\n\n\n\n<p>To begin this series, we&#8217;ll&nbsp;focus on starting a Perspective view and creating bindings to tags and properties.&nbsp;We will then&nbsp;use&nbsp;binding transforms to display that information in the correct format.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-creating-a-perspective-view-and-label-object\">Creating a Perspective View and Label Object<\/h2>\n\n\n\n<p>The first step of working with Perspective is creating a view. Views serve the same purpose as Vision windows, but they can also be embedded in other views to act like Vision templates. In the project browser, find Perspective\/Views and select <strong>New View<\/strong>. Give your view a name and keep the container type as a <strong>Coordinate Container<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>When you open your view, the screen layout will switch to the Perspective view layout. The menu toolbar (1), project browser tree (2), and tag browser (3) are in their usual&nbsp;positions&nbsp;and the central designer panel shows the current view (4). However, the right side of the layout is a bit different. Instead of the Vision property editor in the bottom left, there is the Perspective property editor on the right side. There is also the Perspective component toolbox, which may need to be unhidden by pressing its button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162730\/3_perspective_layout_marked.png\" alt=\"Perspective designer layout\"\/><\/figure>\n\n\n\n<p>First, create&nbsp;three&nbsp;label objects by dragging them&nbsp;from the toolbox to the view window. When you click on a label, the property editor will show all the properties of that object.&nbsp;Nearly all the properties can be edited, but for now,&nbsp;note the object name in the meta category&nbsp;and&nbsp;the text property that determines what text is displayed.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162730\/4_label_props.png\" alt=\"Label object properties\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-creating-a-property-binding\">Creating a Property Binding<\/h2>\n\n\n\n<p><strong>Tag Binding<\/strong><br>\nOn the first label, we will create a tag binding to map the &#8220;text&#8221; property to a numeric tag.<\/p>\n\n\n\n<p>To create a binding, hover your mouse over the left side of the property, then click when you see the greyed-out chain symbol. This will open the Edit Binding Popup.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162730\/5_add_label_binding.png\" alt=\"Add binding to label object\"\/><\/figure>\n\n\n\n<p>To create a tag binding, select <strong>Tag<\/strong> as the binding type, then click the tag button to the right of the Tag Path input box. This will open a list of tags on the current gateway. I have configured a few sample tags already, but you can use any tags available on your gateway. Find the desired tag in the tag tree and click Ok to bind to that tag.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162729\/6_config_label_binding.png\" alt=\"Configure label binding\"\/><\/figure>\n\n\n\n<p><strong>Property Binding<\/strong><br>\nOn our second label, we will create a custom boolean property then bind the &#8220;text&#8221; attribute to that property.<\/p>\n\n\n\n<p>Select the second label and add a custom property&nbsp;with the blue <strong>Add Custom Property<\/strong>&nbsp;button in the property editor. Name it &#8220;enabled&#8221; and&nbsp;set its value to true.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162729\/7_add_custom_prop.png\" alt=\"Add a custom property to the label\"\/><\/figure>\n\n\n\n<p>You can bind to this custom property just as easily as a tag binding. Add a binding to the text property, then select <strong>Property<\/strong> as the binding type and click the button to the right of the input box to open the property tree. Find your custom prop in<strong> view &gt; root &gt; {label name} &gt; custom &gt; enabled<\/strong>, then click Ok to add the property binding.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162728\/8_property_binding.png\" alt=\"Bind the text to the new custom property\"\/><\/figure>\n\n\n\n<p><strong>Expression Binding<\/strong><br> On our third label, we will create an expression binding, which can use\u00a0Ignition&#8217;s <a href=\"https:\/\/docs.inductiveautomation.com\/docs\/8.1\/platform\/expression-language-and-syntax\" target=\"_blank\" rel=\"noreferrer noopener\">Expression language<\/a> to accomplish a wide variety of calculations.<\/p>\n\n\n\n<p>Create another label and add another binding to the text property. Select the <strong>Expression<\/strong> binding type.&nbsp;Type &#8220;now()&#8221; to return the current date and time, then click Ok to apply the binding to the label.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162728\/9_expression_binding.png\" alt=\"Create an expression binding to show the current date\"\/><\/figure>\n\n\n\n<p>The three labels you&#8217;ve created are now bound to a tag, a property, and an expression. However, these raw values (shown below) are not always what you want to display on your&nbsp;screen. To turn these bindings into more human-readable text, you can use binding transforms.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162728\/10_untransformed.png\" alt=\"The direct bindings are not always formatted as you wish\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-using-binding-transforms\">Using Binding Transforms<\/h2>\n\n\n\n<p>Binding transforms take the results of a binding, then manipulate the value to become more useful for your application. This section will show you how to use expression, map, and format transforms.<\/p>\n\n\n\n<p><strong>Expression Transform<\/strong><br>\nOpen the binding on the first label&#8217;s tag transform and click&nbsp;<strong>Add Transform<\/strong>, then select an expression transform. This transform lets you use the binding value as the input to an expression function. Type<\/p>\n\n\n<pre>\r\n<strong>&#39;Temperature: &#39; round({value}) + &#39; F&#39;<\/strong>\r\n<\/pre>\n\n\n<p>to round the value to the nearest integer and add the label before and after it. You can look at the binding preview at the bottom of the popup to see how your value will be transformed.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162727\/12_expression_transform.png\" alt=\"Add an expression transform\"\/><\/figure>\n\n\n\n<p><strong>Map Transform<\/strong><br>\nWe will use a map transform to change the enable\/disable boolean to show enabled\/disabled as text. Open the boolean property binding and add a Map Transform. Click the plus icon to add new maps for &#8220;true&#8221; and &#8220;false&#8221;, then type in the desired text for true and false. The map transform also works for integers&nbsp;and even ranges of numbers!<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162727\/13_map_transform.png\" alt=\"Add a map transform\"\/><\/figure>\n\n\n\n<p><strong>Format Transform<\/strong><br>\nThe format transform is used to display numbers and dates in your&nbsp;desired format. Open the datetime expression binding and add a Format Transform. Select the datetime type and choose your desired datetime format. The preview will show how the date will be displayed on the label.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162727\/14_format_transform.png\" alt=\"Add a format transform\"\/><\/figure>\n\n\n\n<p>After we have applied our bindings and transforms, the labels now show tag data in an&nbsp;easy-to-read format.<\/p>\n\n\n\n<p><br>\n<br>\n<strong>Learn more about DMC&#8217;s&nbsp;<a href=\"https:\/\/www.dmcinfo.com\/services\/manufacturing-automation-and-intelligence\/hmi-and-scada-programming\/ignition-designer-programming\">Ignition expertise<\/a>.&nbsp;&nbsp;<a href=\"https:\/\/www.dmcinfo.com\/contact\">Contact us<\/a>&nbsp;to get started on your next HMI, SCADA, or MES project.<\/strong><br>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the fastest-growing SCADA\/HMI platforms today is Inductive Automation&#8217;s&nbsp;Ignition. In addition to the well-known&nbsp;Vision visualization module, Ignition also contains&nbsp;Perspective, a web-friendly visualization module&nbsp;that&nbsp;works in any web browser\u2014even on mobile! Although most Ignition functions work the same across Perspective or Vision, there are some necessary adjustments to work better in a web-friendly environment. This multi-part [&hellip;]<\/p>\n","protected":false},"author":79,"featured_media":19136,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[756,731,782],"tags":[1022,795,1023],"class_list":["post-19135","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hmi-and-scada","category-manufacturing-automation-intelligence","category-mes","tag-binding","tag-ignition","tag-transform"],"yoast_head":"<title>Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms | DMC, Inc.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms\" \/>\n<meta property=\"og:description\" content=\"One of the fastest-growing SCADA\/HMI platforms today is Inductive Automation&#8217;s&nbsp;Ignition. In addition to the well-known&nbsp;Vision visualization module, Ignition also contains&nbsp;Perspective, a web-friendly visualization module&nbsp;that&nbsp;works in any web browser\u2014even on mobile! Although most Ignition functions work the same across Perspective or Vision, there are some necessary adjustments to work better in a web-friendly environment. This multi-part [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\" \/>\n<meta property=\"og:site_name\" content=\"DMC, Inc.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-26T13:23:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-23T14:50:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"925\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Casimir Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Casimir Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\"},\"author\":{\"name\":\"Casimir Smith\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/18f836a33f0d791dee373b4813b09b1a\"},\"headline\":\"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms\",\"datePublished\":\"2021-08-26T13:23:56+00:00\",\"dateModified\":\"2025-12-23T14:50:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\"},\"wordCount\":981,\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png\",\"keywords\":[\"binding\",\"ignition\",\"transform\"],\"articleSection\":[\"HMI and SCADA\",\"Manufacturing Automation &amp; Intelligence\",\"MES\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\",\"url\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\",\"name\":\"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms | DMC, Inc.\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png\",\"datePublished\":\"2021-08-26T13:23:56+00:00\",\"dateModified\":\"2025-12-23T14:50:51+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png\",\"width\":925,\"height\":400,\"caption\":\"Ignition-Perspective-Blog-Banner-Image-01\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dmcinfo.com\/#website\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"name\":\"DMC, Inc.\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dmcinfo.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\",\"name\":\"DMC, Inc.\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"width\":418,\"height\":167,\"caption\":\"DMC, Inc.\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\",\"https:\/\/www.instagram.com\/dmcengineering\",\"https:\/\/www.youtube.com\/DMCEngineering\",\"https:\/\/www.linkedin.com\/company\/dmc-engineering\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/18f836a33f0d791dee373b4813b09b1a\",\"name\":\"Casimir Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/79.png\",\"contentUrl\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/79.png\",\"caption\":\"Casimir Smith\"},\"url\":\"https:\/\/www.dmcinfo.com\/blog\/author\/casimirs\/\"}]}<\/script>","yoast_head_json":{"title":"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms | DMC, Inc.","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:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/","og_locale":"en_US","og_type":"article","og_title":"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms","og_description":"One of the fastest-growing SCADA\/HMI platforms today is Inductive Automation&#8217;s&nbsp;Ignition. In addition to the well-known&nbsp;Vision visualization module, Ignition also contains&nbsp;Perspective, a web-friendly visualization module&nbsp;that&nbsp;works in any web browser\u2014even on mobile! Although most Ignition functions work the same across Perspective or Vision, there are some necessary adjustments to work better in a web-friendly environment. This multi-part [&hellip;]","og_url":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/","og_site_name":"DMC, Inc.","article_publisher":"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","article_published_time":"2021-08-26T13:23:56+00:00","article_modified_time":"2025-12-23T14:50:51+00:00","og_image":[{"width":925,"height":400,"url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png","type":"image\/png"}],"author":"Casimir Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Casimir Smith","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#article","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/"},"author":{"name":"Casimir Smith","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/18f836a33f0d791dee373b4813b09b1a"},"headline":"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms","datePublished":"2021-08-26T13:23:56+00:00","dateModified":"2025-12-23T14:50:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/"},"wordCount":981,"publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png","keywords":["binding","ignition","transform"],"articleSection":["HMI and SCADA","Manufacturing Automation &amp; Intelligence","MES"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/","url":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/","name":"Creating Dynamic Ignition Perspective Projects, Part One: Bindings and Transforms | DMC, Inc.","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png","datePublished":"2021-08-26T13:23:56+00:00","dateModified":"2025-12-23T14:50:51+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/blog\/19135\/creating-dynamic-ignition-perspective-projects-part-one-bindings-and-transforms\/#primaryimage","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27162726\/Ignition-Perspective-Blog-Banner-Image-01.png","width":925,"height":400,"caption":"Ignition-Perspective-Blog-Banner-Image-01"},{"@type":"WebSite","@id":"https:\/\/www.dmcinfo.com\/#website","url":"https:\/\/www.dmcinfo.com\/","name":"DMC, Inc.","description":"","publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dmcinfo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dmcinfo.com\/#organization","name":"DMC, Inc.","url":"https:\/\/www.dmcinfo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","width":418,"height":167,"caption":"DMC, Inc."},"image":{"@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","https:\/\/www.instagram.com\/dmcengineering","https:\/\/www.youtube.com\/DMCEngineering","https:\/\/www.linkedin.com\/company\/dmc-engineering"]},{"@type":"Person","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/18f836a33f0d791dee373b4813b09b1a","name":"Casimir Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/","url":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/79.png","contentUrl":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/79.png","caption":"Casimir Smith"},"url":"https:\/\/www.dmcinfo.com\/blog\/author\/casimirs\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/19135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/users\/79"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/comments?post=19135"}],"version-history":[{"count":2,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/19135\/revisions"}],"predecessor-version":[{"id":33541,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/19135\/revisions\/33541"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media\/19136"}],"wp:attachment":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media?parent=19135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/categories?post=19135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/tags?post=19135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}