{"id":3816,"date":"2025-04-21T11:50:32","date_gmt":"2025-04-21T11:50:32","guid":{"rendered":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?post_type=spl_knowledgebase&#038;p=3816"},"modified":"2025-06-10T06:10:15","modified_gmt":"2025-06-10T06:10:15","slug":"hbaroldrow-col-height-fswidth-farg-hash-function","status":"publish","type":"spl_knowledgebase","link":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/","title":{"rendered":"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function"},"content":{"rendered":"\n<p>This was originally named&nbsp;<code>HBar<\/code>. It has been re-named&nbsp;<code>HBarOld<\/code>&nbsp;to make room for a&nbsp;<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/\">shiny newer version<\/a>. Deprecated: DO NOT USE FOR NEW PROGRAMS<\/p>\n\n\n\n<p>Valid for use with hash command:&nbsp;<code><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/\">HMI<\/a><\/code><\/p>\n\n\n\n<p>This function will draw one bar of a horizontal bar graph. This is useful for indicating analog values graphically.<\/p>\n\n\n\n<p>The parameters are:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><code>Row<\/code><\/td><td>The screen row where the top of the bar is to be positioned. This refers to character rows in the default font size. Row numbers are 0 based, so the top row is row 0.<\/td><\/tr><tr><td><code>Col<\/code><\/td><td>The screen position where the left of the bar is to be positioned. This refers to character columns in the default font size. Column numbers are 0 based, so the start of each line is 0. See the table below for more detail.<\/td><\/tr><tr><td><code>Height<\/code><\/td><td>The height of the bar. See the table below for more detail.<\/td><\/tr><tr><td><code>FSWidth<\/code><\/td><td>The full scale width of the bar. This is the screen width that will be occupied by the maximum&nbsp;<code>fArg<\/code>&nbsp;value&#8217;<\/td><\/tr><tr><td><code>fArg<\/code><\/td><td>The name of a floating point variable containing the value to be plotted. Must be between 0.0 and 1.0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The bar is drawn by drawing a rectangle in the current background colour, then on top of that drawing a left-justified rectangle in the current foreground colour whose horizontal length is&nbsp;<code>FSWidth<\/code>&nbsp;<code>*<\/code>&nbsp;<code>fArg<\/code>.&nbsp;<code>fArg<\/code>&nbsp;should lie in the range 0.0 to 1.0.<\/p>\n\n\n\n<p>In addition to being simple numbers, the row\/column coordinates may also be specified in relative or proportional terms. The following table illustrates the possibilities.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Format (example)<\/th><th>As a row specifier<\/th><th>As a column specifier<\/th><\/tr><tr><td><code>5<\/code><\/td><td>Row number 5 from the top, counting from 0. This can be a fractional number such as 5.5<\/td><td>Column number 5 from the left, counting from 0<\/td><\/tr><tr><td><code>-5<\/code><\/td><td>Row 5 from the bottom, counting from 0. This can be a fractional number such as -5.25<\/td><td>Column 5 from the right, counting from 0<\/td><\/tr><tr><td><code>0<\/code><\/td><td>The top character row<\/td><td>The left-most character column<\/td><\/tr><tr><td><code>-0<\/code><\/td><td>The bottom character row<\/td><td>The right-most character column<\/td><\/tr><tr><td><code>0.25<\/code><\/td><td>One quarter of (0.25 times) the screen height from the top. Fractional number between -1 and +1 are interpreted as a fraction of the screen.<\/td><td>One quarter of the screen width from the left.<\/td><\/tr><tr><td><code>-0.25<\/code><\/td><td>One quarter of the screen height from the bottom.<\/td><td>One quarter of the screen width from the right.<\/td><\/tr><tr><td><code>C<\/code><\/td><td>The top-bottom centre of the screen.<\/td><td>The left-right centre of the screen.<\/td><\/tr><tr><td><code>C+5<\/code><\/td><td>Five character rows down from the centre<\/td><td>Five character widths right from the centre.<\/td><\/tr><tr><td><code>C-5<\/code><\/td><td>Five character rows up from the centre<\/td><td>Five character width left from the centre.<\/td><\/tr><tr><td><code>C+.25<\/code><\/td><td>One quarter character row down from the centre. After a &#8220;C&#8221; all numbers are interpreted as multiples of the character pitch.<\/td><td>One quarter character width right from the centre.<\/td><\/tr><tr><td><code>C-3.25<\/code><\/td><td>Three and a quarter character rows up from the centre. After a &#8220;C&#8221; all numbers are interpreted as multiples of the character pitch.<\/td><td>Three and a quarter character widths left from the centre.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>In addition to being simple numbers, the width and height coordinates may also be specified in relative or proportional terms. The following table illustrates the possibilities.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Format (example)<\/th><th>As a height specifier<\/th><th>As a width specifier<\/th><\/tr><tr><td><code>5<\/code><\/td><td>5 character rows in height<\/td><td>5 character rows in width<\/td><\/tr><tr><td><code>0.25<\/code><\/td><td>One quarter of (0.25 times) the screen height. Always calculated as a full number of rows, always rounded down, but forced to be at least 1.<\/td><td>One quarter of (0.25 times) the screen width. Always calculated as a full number of columns, always rounded down, but forced to be at least 1.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Example. The following program will produce the result shown below. The bar is drawn with a red foreground and white background. The buttons can be used to change the bar length:<\/p>\n\n\n\n<p><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/tutorials-application-notes-and-white-papers\/cutting-and-pasting-code-from-the-splat-knowledge-base\/\">(Click here<\/a>&nbsp;for some tips for working around problems with copy and paste out of Internet Explorer and HTML-help&nbsp;<code>(.chm)<\/code>&nbsp;files)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">;Demonstrate HbarOld hash function<br>#       Open_Serial User(38400,8,N) <br># <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/glossary-of-terms\/#o5243\">HMI<\/a> ConnectEvent(HMI_Connected) <br>        GoSub           HMI_Connected <br>        fLoadW          0.4            ;An initial value for the bar<br>        fStore          fHValue  <br>        LaunchTask      Test     <br>        RunTasksForever<br><br>fHValue defFLOAT    <br>;---------------------------------------------------------------<br>Test:<br>        Pause           20<br># HMI SetBGColour(255,255,255) SetFGColour(255,0,0)<br># HMI HBarOld(3,4,2,32,fHValue)<br># HMI SetFGColour(0,0,0) Cursor(1,1) floatVar(fHvalue,7,6)<br>        GoTo            Test     <br>;---------------------------------------------------------------<br>;Button <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/glossary-of-terms\/#o4952\">Event<\/a> handlers. Let the user change the value plotted        <br>EvMinusP01:<br>        fLoadQ          -0.01 <br>        GoTo            ChangeVal<br>EvPlusP01:<br>        fLoadQ          0.01 <br>        GoTo            ChangeVal<br>EvPlusP1:<br>        fLoadQ          0.1 <br>        GoTo            ChangeVal<br>EvMinusP1:<br>        fLoadQ          -0.1<br>ChangeVal:<br>        fRecallW        fHValue<br>        fAdd<br>        fStore          fHValue<br>        Return      <br>;---------------------------------------------------------------<br>;Connect Event (and startup)<br>HMI_Connected:        <br># HMI Reset() HideAllButtons() SetBGColour(100,100,150) Cls()    ;Blue screen<br># HMI ButtonEvent(,10,5,3,10,\"-0.1\",EvMinusP1)         ;Buttons to alter value<br># HMI ButtonEvent(,10,25,3,10,\"+0.1\",EvPlusP1)<br># HMI ButtonEvent(,14,5,3,10,\"-0.01\",EvMinusP01)<br># HMI ButtonEvent(,14,25,3,10,\"+0.01\",EvPlusP01)<br>         Return<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"336\" height=\"434\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png\" alt=\"\" class=\"wp-image-3817\" srcset=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png 336w, https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld-232x300.png 232w, https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld-64x83.png 64w\" sizes=\"auto, (max-width: 336px) 100vw, 336px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>This was originally named&nbsp;HBar. It has been re-named&nbsp;HBarOld&nbsp;to make room for a&nbsp;shiny newer version. Deprecated: DO NOT USE FOR NEW PROGRAMS Valid for use with&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3808,"menu_order":2,"template":"","class_list":["post-3816","spl_knowledgebase","type-spl_knowledgebase","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title># HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls\" \/>\n<meta property=\"og:description\" content=\"This was originally named&nbsp;HBar. It has been re-named&nbsp;HBarOld&nbsp;to make room for a&nbsp;shiny newer version. Deprecated: DO NOT USE FOR NEW PROGRAMS Valid for use with...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/\" \/>\n<meta property=\"og:site_name\" content=\"SPLat Controls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-10T06:10:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png\" \/>\n\t<meta property=\"og:image:width\" content=\"336\" \/>\n\t<meta property=\"og:image:height\" content=\"434\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/\",\"name\":\"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls\",\"isPartOf\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png\",\"datePublished\":\"2025-04-21T11:50:32+00:00\",\"dateModified\":\"2025-06-10T06:10:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png\",\"width\":336,\"height\":434},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deprecated\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"# HMI Android &#038; Windows\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"HMI Deprecated Functions\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"name\":\"SPLat Controls\",\"description\":\"OEM Embedded Machine Controllers\",\"publisher\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization\",\"name\":\"SPLat Controls\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg\",\"caption\":\"SPLat Controls\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls","og_description":"This was originally named&nbsp;HBar. It has been re-named&nbsp;HBarOld&nbsp;to make room for a&nbsp;shiny newer version. Deprecated: DO NOT USE FOR NEW PROGRAMS Valid for use with...","og_url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/","og_site_name":"SPLat Controls","article_modified_time":"2025-06-10T06:10:15+00:00","og_image":[{"width":336,"height":434,"url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/","name":"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function - SPLat Controls","isPartOf":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage"},"thumbnailUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png","datePublished":"2025-04-21T11:50:32+00:00","dateModified":"2025-06-10T06:10:15+00:00","breadcrumb":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#primaryimage","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBarOld.png","width":336,"height":434},{"@type":"BreadcrumbList","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/"},{"@type":"ListItem","position":2,"name":"Deprecated","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/"},{"@type":"ListItem","position":3,"name":"# HMI Android &#038; Windows","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/"},{"@type":"ListItem","position":4,"name":"HMI Deprecated Functions","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/"},{"@type":"ListItem","position":5,"name":"# HBarOld(Row, Col, Height, FSWidth, fArg) hash function"}]},{"@type":"WebSite","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","name":"SPLat Controls","description":"OEM Embedded Machine Controllers","publisher":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#organization","name":"SPLat Controls","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2024\/10\/logo.svg","caption":"SPLat Controls"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/spl_knowledgebase\/3816","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/spl_knowledgebase"}],"about":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/types\/spl_knowledgebase"}],"author":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/users\/1"}],"up":[{"embeddable":true,"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/spl_knowledgebase\/3808"}],"wp:attachment":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/media?parent=3816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}