{"id":3779,"date":"2025-04-21T09:44:00","date_gmt":"2025-04-21T09:44:00","guid":{"rendered":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?post_type=spl_knowledgebase&#038;p=3779"},"modified":"2025-06-10T05:48:42","modified_gmt":"2025-06-10T05:48:42","slug":"hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function","status":"publish","type":"spl_knowledgebase","link":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/","title":{"rendered":"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) hash function"},"content":{"rendered":"\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>Arguments may be specified as&nbsp;<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/namevalue-pairs-in-hash-functions\/\">Name:Value Pairs<\/a><\/p>\n\n\n\n<p>Implemented on the following platforms: HMi430, Android, Windows<\/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>Replaces&nbsp;<code><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hmi-deprecated-functions\/hbaroldrow-col-height-fswidth-farg-hash-function\/\">HBarOld<\/a><\/code>, which is deprecated<\/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>Value<\/code><\/td><td>A floating point variable containing the value to be plotted. Must be between 0.0 and 1.0. Generally specified with a&nbsp;<a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/hash-commands-and-functions\/hmi-controller-instructions\/formatting-functions\/floating-point-formatting-function-f\/\">float formatting function<\/a>.<\/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>Value<\/code>.&nbsp;<code>Value<\/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 on an HMI430. 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>(Click here for some tips for working around problems with copy and paste out of Internet Explorer and HTML-help (.chm) files)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">;======= Demonstrate Hbar hash function.  For HMI430 ==================<br>;Lacks serial port assignment\/initialisation required to work on Android or Windows<br>        GoSub           PaintHomeScreen <br>        fLoadW          0.4            ;An initial value for the bar<br>        fStore          fHValue    <br>        GoSub           DrawGraph<br>        RunTasksForever<br><br>fHValue defFLOAT    <br><br>;---------------------------------------------------------------<br>PaintHomeScreen:        <br># <a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/glossary-of-terms\/#o5243\" target=\"_blank\" rel=\"noreferrer noopener\">HMI<\/a> Reset() HideAllButtons() SetColours(f:'FFFFFF, b:'0) Cls()    ;Blue screen    <br># HMI  SetColours(f:'FFFFFF, b:'4040C0)      ;For buttons<br># HMI ButtonEvent2(r:6, c:5, h:3, w:10, t:\"-0.1\", ev:EvMinusP1)         ;Buttons to alter value<br># HMI ButtonEvent2(r:10, c:5, h:3, w:10, t:\"+0.1\", ev:EvPlusP1)         ;Buttons to alter value<br><br># HMI ButtonEvent2(r:6, c:25, h:3, w:10, t:\"-0.01\", ev:EvMinusP01)         ;Buttons to alter value<br># HMI ButtonEvent2(r:10, c:25, h:3, w:10, t:\"+0.01\", ev:EvPlusP01)         ;Buttons to alter value<br>         Return<br><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>;-----------------------------------------------------------------        <br>DrawGraph: <br># HMI SetColours(b:'FFFFFF, f:'FF0000)<br># HMI HBar(r:3, c:4, h:2, w:40, v:f(*fHValue, 4, 2))<br># HMI SetColours(f:'000000, b:'00000000) SetCursor(3, 20) Print(f(*fHvalue, 4, 2))<br>        Return<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"480\" height=\"271\" src=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png\" alt=\"\" class=\"wp-image-3780\" srcset=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png 480w, https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar-300x169.png 300w, https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar-64x36.png 64w\" sizes=\"auto, (max-width: 480px) 100vw, 480px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Valid for use with hash command:&nbsp;HMI. Arguments may be specified as&nbsp;Name:Value Pairs Implemented on the following platforms: HMi430, Android, Windows This function will draw one&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3768,"menu_order":9,"template":"","class_list":["post-3779","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># HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) 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=\"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) hash function - SPLat Controls\" \/>\n<meta property=\"og:description\" content=\"Valid for use with hash command:&nbsp;HMI. Arguments may be specified as&nbsp;Name:Value Pairs Implemented on the following platforms: HMi430, Android, Windows This function will draw one...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/\" \/>\n<meta property=\"og:site_name\" content=\"SPLat Controls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-10T05:48:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"271\" \/>\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\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/\",\"name\":\"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) hash function - SPLat Controls\",\"isPartOf\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png\",\"datePublished\":\"2025-04-21T09:44:00+00:00\",\"dateModified\":\"2025-06-10T05:48:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png\",\"contentUrl\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png\",\"width\":480,\"height\":271},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-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\":\"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) 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":"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) 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":"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) hash function - SPLat Controls","og_description":"Valid for use with hash command:&nbsp;HMI. Arguments may be specified as&nbsp;Name:Value Pairs Implemented on the following platforms: HMi430, Android, Windows This function will draw one...","og_url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/","og_site_name":"SPLat Controls","article_modified_time":"2025-06-10T05:48:42+00:00","og_image":[{"width":480,"height":271,"url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.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\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/","name":"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) hash function - SPLat Controls","isPartOf":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage"},"image":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage"},"thumbnailUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png","datePublished":"2025-04-21T09:44:00+00:00","dateModified":"2025-06-10T05:48:42+00:00","breadcrumb":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-hash-function\/#primaryimage","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png","contentUrl":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-content\/uploads\/2025\/04\/HBar.png","width":480,"height":271},{"@type":"BreadcrumbList","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/deprecated\/hmi-android-windows\/hbarryrow-cxcol-hheight-wfswidth-vvalue-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":"# HBar(r|y:Row, c|x:Col, h:Height, w:FSWidth, v:Value) 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\/3779","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\/3768"}],"wp:attachment":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/media?parent=3779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}