{"id":3138,"date":"2025-04-17T09:08:17","date_gmt":"2025-04-17T09:08:17","guid":{"rendered":"https:\/\/webprojects.cloud\/wordpress\/splatco\/?post_type=spl_knowledgebase&#038;p=3138"},"modified":"2025-06-10T12:20:28","modified_gmt":"2025-06-10T12:20:28","slug":"xwire-oblcd","status":"publish","type":"spl_knowledgebase","link":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/","title":{"rendered":"Xwire OBLCD"},"content":{"rendered":"\n<p>Any SPLat controller with a character LCD (not touchscreen) can act as a Xwire Slave user interface.&nbsp; In this mode, text on the Slave&#8217;s LCD actually comes from the Xwire Master regardless of whether the master has an LCD or not.&nbsp; This is the key ingredient for the UI216 &amp; UI420 whereby they could be connected to a CC18 Xwire Master to act as displays with buttons.<\/p>\n\n\n\n<p>How does this magic work?&nbsp; It&#8217;s all done via Xwire address&nbsp;<strong>249<\/strong>.&nbsp; OBLCD text is broadcast to address 249 and every Xwire slave will always receive LCD data at this address, even though the real slave address will be different.&nbsp; So you could have multiple Xwire Slaves, all will display the same OBLCD text.&nbsp; Button presses are reported individually by each Slave.<\/p>\n\n\n\n<p>Nothing is ever received from address 249 as it&#8217;s one direction, Master to Slave(s) only.&nbsp; Other I\/O points on the slave may be handled via SEXI if your master controller is a 32 bit model.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">Cursor Control<\/h6>\n\n\n\n<p>The master is able to send cursor control and position to the slave using addresses 80 thru 83.&nbsp; The meaning of these is as follows:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Address<\/th><th>Function<\/th><\/tr><tr><td>80<\/td><td><a href=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/product-documentation\/product-documentation-onboard-peripherals\/onboard-lcd\/oblcd-programming\/oblcd-initializing-the-lcd\/oblcd_type-tt\/\">LCD type<\/a><\/td><\/tr><tr><td>81<\/td><td>Cursor control, ie, on or blinking<\/td><\/tr><tr><td>82<\/td><td>Row<\/td><\/tr><tr><td>83<\/td><td>Column<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h6 class=\"wp-block-heading\">Programming<\/h6>\n\n\n\n<h6 class=\"wp-block-heading\">Xwire Master<\/h6>\n\n\n\n<p>To your Xwire Master table, you only need to add entries for the LCD buffer as follows:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">XwireMster   pXwireMaster20x4<br>   .. more code ..<br><br>   NVEM0<br><br>pXwireMaster20x4<br>   .. other slave buffers ..<br><br>                  ;LCD=249, FirstChar, NofChars (max 32), Zero, Zero<br>   NV0Byte        249,      0,         32,                0,    0                ;LCD chars 0 thru 31<br>   NV0Byte        249,      32,        32,                0,    0                ;LCD chars 32 thru 63<br>   NV0Byte        249,      64,        16,                0,    0                ;LCD chars 64 thru 79<br>   NV0Byte        249,      81,        3,                 0,    0                ;LCD cursor info<br><br>                  ;EndOfTable=255<br>   NV0Byte        255                                                            ;End of Master Xwire table<br> <\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">pXwireMaster16x2<br>   .. other slave buffers ..<br><br>                  ;LCD=249, FirstChar, NofChars (max 32), Zero, Zero<br>   NV0Byte        249,      0,         32,                0,    0                ;LCD chars 0 thru 31<br>   NV0Byte        249,      81,        3,                 0,    0                ;LCD cursor info<br>                  ;EndOfTable=255<br>   NV0Byte        255                                                            ;End of Master Xwire table<br><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">&nbsp;<\/h3>\n\n\n\n<h6 class=\"wp-block-heading\">Xwire Slave<\/h6>\n\n\n\n<p>Just start Xwire.&nbsp; Any LCD text will automatically appear.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Any SPLat controller with a character LCD (not touchscreen) can act as a Xwire Slave user interface.&nbsp; In this mode, text on the Slave&#8217;s LCD&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3134,"menu_order":1,"template":"","class_list":["post-3138","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>Xwire OBLCD - 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=\"Xwire OBLCD - SPLat Controls\" \/>\n<meta property=\"og:description\" content=\"Any SPLat controller with a character LCD (not touchscreen) can act as a Xwire Slave user interface.&nbsp; In this mode, text on the Slave&#8217;s LCD...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/\" \/>\n<meta property=\"og:site_name\" content=\"SPLat Controls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-10T12:20:28+00:00\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/\",\"url\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/\",\"name\":\"Xwire OBLCD - SPLat Controls\",\"isPartOf\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website\"},\"datePublished\":\"2025-04-17T09:08:17+00:00\",\"dateModified\":\"2025-06-10T12:20:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programming reference\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Instructions arranged by function\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Xwire instructions\",\"item\":\"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Xwire OBLCD\"}]},{\"@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":"Xwire OBLCD - 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":"Xwire OBLCD - SPLat Controls","og_description":"Any SPLat controller with a character LCD (not touchscreen) can act as a Xwire Slave user interface.&nbsp; In this mode, text on the Slave&#8217;s LCD...","og_url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/","og_site_name":"SPLat Controls","article_modified_time":"2025-06-10T12:20:28+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/","url":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/","name":"Xwire OBLCD - SPLat Controls","isPartOf":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/#website"},"datePublished":"2025-04-17T09:08:17+00:00","dateModified":"2025-06-10T12:20:28+00:00","breadcrumb":{"@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/xwire-oblcd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/"},{"@type":"ListItem","position":2,"name":"Programming reference","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/"},{"@type":"ListItem","position":3,"name":"Instructions arranged by function","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/"},{"@type":"ListItem","position":4,"name":"Xwire instructions","item":"https:\/\/webprojects.cloud\/wordpress\/splatco\/knowledgebase\/programming-reference\/instructions-arranged-by-function\/xwire-instructions\/"},{"@type":"ListItem","position":5,"name":"Xwire OBLCD"}]},{"@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\/3138","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\/3134"}],"wp:attachment":[{"href":"https:\/\/webprojects.cloud\/wordpress\/splatco\/wp-json\/wp\/v2\/media?parent=3138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}