{"id":2831,"date":"2020-08-23T11:21:32","date_gmt":"2020-08-23T11:21:32","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=2831"},"modified":"2020-11-15T15:03:43","modified_gmt":"2020-11-15T15:03:43","slug":"plantpax-4-1-analog-outputs","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/","title":{"rendered":"PlantPAx 4 Analog Outputs"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction to PlantPAx 4 Analog Outputs<\/h3>\n\n\n\n<p>With PlantPAx 4 Analog Outputs, you will scale analog information back to raw data to send to an Analog Output module.    For example, we have a valve which requires 4-20ma, however the operator interface is set up for percentage.     In this case, we might scale 0 &#8211; 100 percent to 4000 &#8211; 20000 raw data before sending the value to the analog output channel.  Keep in mind, this is just an example, and your actual application may be different.<\/p><div id=\"bryce-2188753403\" 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>To demonstrate, I&#8217;ll use an example of an voltage output channel which requires 0 to 32767 raw data.  This raw data will send 0 to 10 volts to the field device.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Import the Instruction<\/h3>\n\n\n\n<p>To begin, we need be offline to import the P_AOut instruction to our Studio 5000 project.   Right-click &#8220;Add On Instructions&#8221;, and choose &#8220;Import Add On Instruction&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"449\" height=\"71\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/import.png\" alt=\"\" class=\"wp-image-2487 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/import.png 449w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/import-300x47.png 300w\" data-sizes=\"(max-width: 449px) 100vw, 449px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 449px; --smush-placeholder-aspect-ratio: 449\/71;\" \/><\/figure>\n\n\n\n<p>Choose the P_AOut instruction.   We&#8217;ll assume that you have already imported the other<a href=\"https:\/\/bryceautomation.com\/index.php\/2020\/08\/10\/getting-started-with-plantpax-4-1\/\"> objects needed<\/a> to start a basic project.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"738\" height=\"582\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-2.png\" alt=\"\" class=\"wp-image-2833 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-2.png 738w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-2-300x237.png 300w\" data-sizes=\"(max-width: 738px) 100vw, 738px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 738px; --smush-placeholder-aspect-ratio: 738\/582;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Write the Logic<\/h3>\n\n\n\n<p>As soon we have imported the instruction, we are ready to add the instruction to our logic.   Be sure we add this to a function block routine that will be executed by the processor.<\/p>\n\n\n\n<p>To demonstrate, we&#8217;ll add the following logic to a function block routine.  After you have added the logic, click the ellipsis to configure the block.   We will make PSet_CV visible.  This allows the program to control the output of the instruction.  The units of PSet_CV are in EU.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"495\" height=\"427\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/pset_cv.png\" alt=\"\" class=\"wp-image-2834 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/pset_cv.png 495w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/pset_cv-300x259.png 300w\" data-sizes=\"(max-width: 495px) 100vw, 495px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 495px; --smush-placeholder-aspect-ratio: 495\/427;\" \/><\/figure>\n\n\n\n<p>After this, we will add the other logic.   If you need to use Interlocks, be sure to visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/2020\/08\/12\/plantpax-4-1-interlocks\/\">page that explains them.<\/a>  To clarify, OutputRequestEU is the scaled value the program is requesting (to be scaled 0 to 100).  SLCAnalog[0] is the real world output channel of the analog module (to be scaled 0 to 32767).  <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"643\" height=\"423\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutinstruction.png\" alt=\"\" class=\"wp-image-2837 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutinstruction.png 643w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutinstruction-300x197.png 300w\" data-sizes=\"(max-width: 643px) 100vw, 643px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 643px; --smush-placeholder-aspect-ratio: 643\/423;\" \/><\/figure>\n\n\n\n<p>At this time, download your work, and take the processor to run mode.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Add the Faceplates<\/h4>\n\n\n\n<p>Now that you have the logic, you are ready to add the faceplates.  Right click &#8220;Displays&#8221; under &#8220;Graphics&#8221;, and &#8220;Add Component into Application&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"385\" height=\"82\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/importdisplays.png\" alt=\"\" class=\"wp-image-2498 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/importdisplays.png 385w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/importdisplays-300x64.png 300w\" data-sizes=\"(max-width: 385px) 100vw, 385px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 385px; --smush-placeholder-aspect-ratio: 385\/82;\" \/><\/figure>\n\n\n\n<p>Be sure to hold down CTRL, and select the following GFX files:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"942\" height=\"595\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-3.png\" alt=\"\" class=\"wp-image-2839 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-3.png 942w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-3-300x189.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-3-768x485.png 768w\" data-sizes=\"(max-width: 942px) 100vw, 942px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 942px; --smush-placeholder-aspect-ratio: 942\/595;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Create your Display<\/h3>\n\n\n\n<p>Create a new display (or use an existing display).  At this point, you are ready to drag the global Analog Output object onto your display.  Under &#8220;Global Objects&#8221;, open the Process Graphics Library.   Then, you are ready to drag the P_AOut object onto your display.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"922\" height=\"340\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-4.png\" alt=\"\" class=\"wp-image-2841 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-4.png 922w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-4-300x111.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-4-768x283.png 768w\" data-sizes=\"(max-width: 922px) 100vw, 922px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 922px; --smush-placeholder-aspect-ratio: 922\/340;\" \/><\/figure>\n\n\n\n<p>We&#8217;ll add a couple other objects.   The horizontal slider object will simulate a request from the program, and will write to OutputRequestEU.  Also, just to verify the output of the instruction, we&#8217;ll add a numeric display that looks at SLCAnalog[0].   This is the raw value we send to the output module.  Also, be sure that you have provided a way to log into PlatPAx.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"596\" height=\"207\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-5.png\" alt=\"\" class=\"wp-image-2843 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-5.png 596w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-5-300x104.png 300w\" data-sizes=\"(max-width: 596px) 100vw, 596px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 596px; --smush-placeholder-aspect-ratio: 596\/207;\" \/><\/figure>\n\n\n\n<p>Next, right click the P_AOut object and &#8220;Set Global Object Parameters&#8221;.   Select the tag for the instruction in Studio 5000 as parameter #102.  Parameter #103 will be the folder that contains the tag (assuming any Interlocks, etc would be at this same path).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"741\" height=\"181\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-6.png\" alt=\"\" class=\"wp-image-2845 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-6.png 741w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/image-6-300x73.png 300w\" data-sizes=\"(max-width: 741px) 100vw, 741px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 741px; --smush-placeholder-aspect-ratio: 741\/181;\" \/><\/figure>\n\n\n\n<p>At this time, you are ready to launch the client.   Close and save your display.  When launching the client, just to test your work, we&#8217;ll set the current display as the initial display.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"496\" height=\"114\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/clientlaunch.png\" alt=\"\" class=\"wp-image-2804 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/clientlaunch.png 496w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/clientlaunch-300x69.png 300w\" data-sizes=\"(max-width: 496px) 100vw, 496px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/114;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Configure the PlantPAx 4 Analog Outputs<\/h3>\n\n\n\n<p>Once the project is running, you are ready to configure the instruction using the faceplates.<\/p>\n\n\n\n<p>Be sure to login, and click the P_Aout object on your display.   On the Home screen, we&#8217;ll give the program control of the output.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"557\" height=\"355\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutanalogcontrol.png\" alt=\"\" class=\"wp-image-2847 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutanalogcontrol.png 557w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutanalogcontrol-300x191.png 300w\" data-sizes=\"(max-width: 557px) 100vw, 557px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 557px; --smush-placeholder-aspect-ratio: 557\/355;\" \/><\/figure>\n\n\n\n<p>From the Maintenance tab, display advanced properties.   Then on the HMI Configuration tab, set up your description, label, and tag.  If you are using Interlocks, you will see a checkbox to enable navigation to the Interlock object as well.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"494\" height=\"207\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutadvancedconfig.png\" alt=\"\" class=\"wp-image-2848 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutadvancedconfig.png 494w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutadvancedconfig-300x126.png 300w\" data-sizes=\"(max-width: 494px) 100vw, 494px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 494px; --smush-placeholder-aspect-ratio: 494\/207;\" \/><\/figure>\n\n\n\n<p>Then on the Engineering tab, set up your scaling for the output instruction.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"370\" height=\"238\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutengineering.png\" alt=\"\" class=\"wp-image-2849 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutengineering.png 370w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutengineering-300x193.png 300w\" data-sizes=\"(max-width: 370px) 100vw, 370px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 370px; --smush-placeholder-aspect-ratio: 370\/238;\" \/><\/figure>\n\n\n\n<p>On the Maintenance tab, you might want to adjust your rate of change.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"363\" height=\"446\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutrate.png\" alt=\"\" class=\"wp-image-2850 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutrate.png 363w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/aoutrate-244x300.png 244w\" data-sizes=\"(max-width: 363px) 100vw, 363px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 363px; --smush-placeholder-aspect-ratio: 363\/446;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Test Your Work<\/h3>\n\n\n\n<p>At this point, your instruction should be working.   Slide the horizontal slider object to see the CV change to the values we scaled them to.  You will notice the raw output does not change more than 5 EU&#8217;s per second, or in this case, 5%.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"480\" height=\"640\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg\" alt=\"\" class=\"wp-image-2851 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg 480w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-225x300.jpg 225w\" data-sizes=\"(max-width: 480px) 100vw, 480px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 480px; --smush-placeholder-aspect-ratio: 480\/640;\" \/><\/figure>\n\n\n\n<p>For more information, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/plantpax\/\">PlantPAx category page.<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-2292147914\" 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 PlantPAx 4 Analog Outputs With PlantPAx 4 Analog Outputs, you will scale analog information back to raw data to send to an Analog Output module. For example, we have a valve which requires 4-20ma, however the operator interface is set up for percentage. In this case, we might scale 0 &#8211; 100 percent <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":2851,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[195],"tags":[197,221,196],"class_list":{"0":"post-2831","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-plantpax","8":"tag-factorytalk-view-se","9":"tag-p_aout","10":"tag-plantpax","11":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation<\/title>\n<meta name=\"description\" content=\"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.\" \/>\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\/2020\/08\/23\/plantpax-4-1-analog-outputs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/\" \/>\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=\"2020-08-23T11:21:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-15T15:03:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"PlantPAx 4 Analog Outputs\",\"datePublished\":\"2020-08-23T11:21:32+00:00\",\"dateModified\":\"2020-11-15T15:03:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/\"},\"wordCount\":713,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/meter-rotated.jpg\",\"keywords\":[\"FactoryTalk View SE\",\"P_Aout\",\"PlantPAx\"],\"articleSection\":[\"PlantPAx\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/\",\"name\":\"PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/meter-rotated.jpg\",\"datePublished\":\"2020-08-23T11:21:32+00:00\",\"dateModified\":\"2020-11-15T15:03:43+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/meter-rotated.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/meter-rotated.jpg\",\"width\":480,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2020\\\/08\\\/23\\\/plantpax-4-1-analog-outputs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PlantPAx 4 Analog Outputs\"}]},{\"@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":"PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation","description":"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.","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\/2020\/08\/23\/plantpax-4-1-analog-outputs\/","og_locale":"en_US","og_type":"article","og_title":"PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation","og_description":"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.","og_url":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2020-08-23T11:21:32+00:00","article_modified_time":"2020-11-15T15:03:43+00:00","og_image":[{"width":480,"height":640,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg","type":"image\/jpeg"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"PlantPAx 4 Analog Outputs","datePublished":"2020-08-23T11:21:32+00:00","dateModified":"2020-11-15T15:03:43+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/"},"wordCount":713,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg","keywords":["FactoryTalk View SE","P_Aout","PlantPAx"],"articleSection":["PlantPAx"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/","url":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/","name":"PlantPAx 4 Analog Outputs (P_AOut) - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg","datePublished":"2020-08-23T11:21:32+00:00","dateModified":"2020-11-15T15:03:43+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"PlantPAx 4 Analog Outputs -- This instruction will scale your data from engineering units into Raw units for the output module.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2020\/08\/meter-rotated.jpg","width":480,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2020\/08\/23\/plantpax-4-1-analog-outputs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"PlantPAx 4 Analog Outputs"}]},{"@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\/2831","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=2831"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/2831\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/2851"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=2831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=2831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=2831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}