<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Quick Bit App</title>
<description>I installed quick bit this morning and when I push the button the router does not stop it lifts the handibot up. Everything went well with install until it says you must install macro prior to first use push blue button that says install macro, I don&#039;t have a button that says that just two green buttons saying Measure Cutter Fabmo verison 1.5.2 and earlier, and Measure Fabmo version 1.6.0 and later. I pushed 1.6.0 and just keeps going does not stop? How do I install the macro, under macros their is one there but that is the old one with alligator clip.</description><link>https://handibot.com/forum/read.php?2,2899,2899#msg-2899</link><lastBuildDate>Tue, 21 Jul 2026 13:00:00 -0400</lastBuildDate>
<generator>Phorum 5.2.22</generator>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3741#msg-3741</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3741#msg-3741</link><description><![CDATA[ What is the resolution on the &quot;NO INPUT&quot; function being dropped in 1.7.2?<br /><br />My macro I wrote that uses it to sense tool hitting a know thickness block is broken.<br /><br />I noticed even the macro the runs for your pressure sensing Z Quick Bit pad also still uses &quot;ON INPUT&quot; So buying that device seems pointless.<br /><br />The latest &quot;Fire Up&quot; app for the swing out lever still uses &quot;ON INPUT&quot; and of course fails.<br /><br />I also noticed the Input 3 led still comes on and off with cover closed and opened.<br /><br />So what is the detailed resolution for this situation?<br /><br />Keith Bright]]></description>
<dc:creator>Keith Bright</dc:creator>
<category>Handibot Forum</category><pubDate>Fri, 19 Aug 2022 11:11:50 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3073#msg-3073</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3073#msg-3073</link><description><![CDATA[ Thanks for sharing Shopbot plans and your reflections. I think the Handibot Community of users should be a useful way to test concepts to be tryied in a more fail tolerant environment than the Industrial one.<br />I think there are terrific contributors in this community and I’m sure Shopbot can get benefits form the insights, questions, requirements and developments of Handibot users. If the community were more active the feedback would greatly improve.<br />I can’t agree more that the Edison is not the way of the future and I would suggest that you turn to a platform like the Raspberry Pi which apart from the technical advantages, has a huge user base and an a worldwide extended community of users developing, trying and testing the most incredible applications. Although probably the Ethernet thing is not an issue for the Industrial machines, I think the RPi offers the best of both worlds (WiFi and Ethernet) in a simple and inexpensive platform. But I guess this is a subject for another topic.]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 09 Apr 2018 15:07:26 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3072#msg-3072</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3072#msg-3072</link><description><![CDATA[ Oh there is definitely a lot more development to be done on the FabMo software. ShopBot has two developers that work on the project. They&#039;re trying to pull together all of the features necessary for a launch on the larger ShopBot tools (things like automatic tool changing, multiple spindle support...more industrial stuff). I try to just keep pestering them for features that I think would be helpful for my handibot customers. They&#039;re working very hard on it--and there have been some missteps for sure--but I think that we&#039;re making progress.<br /><br />Trying out so much new technology on the Handibot V2 has been more challenging than anyone expected. We&#039;ve been a bit let down by our choice of chip for the FabMo controller--the Intel Edison. Widespread adoption of the Edison never really materialized in the way that it has for other platforms like the raspberry pi or the beagle bone (other chips that we were considering). In fact, Intel has discontinued the Edison and we&#039;ve only managed to continue production by buying up large quantities of their remaining inventory ahead of time.<br /><br />The wifi has been the biggest issue--even with an antenna, the broadcast strength of the Edison is lacking. This becomes really obvious when you run the tool direct through a router (using an ethernet connection). I&#039;ve got a couple of mini wifi routers that I&#039;ve tried out--and when the signal is managed by the superior hardware of the routers, connections become much more reliable. There is the option of a hard connection to the tool over ethernet--but that kind of fails at the initial goal of a wireless tool.<br /><br />My goal is to remind everyone working on the project that these are real tools out in the real world and people are relying on them. I&#039;ll continue to do everything I can to support them and will keep everyone informed about new features and performance improvements that become available.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 09 Apr 2018 10:20:18 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3071#msg-3071</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3071#msg-3071</link><description><![CDATA[ Thanks for the thorough response Brian. It’s good to know that the FabMO SW is continually being developed, even at the cost of some mistakes that may cause some upsets. I appreciate your response and availability to inform the community.<br />For me there is no way back though, so I will wait for the 1.7.0 release to try the “ON INPUT” command.<br />Thanks]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 08 Apr 2018 19:31:48 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3070#msg-3070</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3070#msg-3070</link><description><![CDATA[ Hey,<br /><br />PZ is short for Probe-Z it was a command introduced in the 1.6.0 release of FabMo. The syntax is P(axis), distance to probe, speed to move at, input to look for<br /><br />Unfortunately at the same time that this new command was introduced--the older command &quot;ON INPUT&quot; was eliminated. On input was a very useful logical command in SB3 which allowed you to execute any bit of code after a certain input achieved a certain status.<br /><br />&quot;ON INPUT (1,1) GOTO Finish<br />MZ, -5<br />Finish:<br />ZZ<br /><br />means, run the following code until input #1 is closed (in other words: is set to &quot;1&quot;), then GOTO the &quot;Finish&quot; subroutine. You can also use ON INPUT (1,0) meaning that you&#039;ll be checking for when input #1 opens. A lot of creative stuff can be done this way.<br /><br />The probing routines do not yet allow checking for a switch opening (unless you change the status of the switch to &quot;active high&quot; in config)--and it only appears to work in the X Y and Z axes.<br /><br />After a lot of discussion with our software group, we&#039;ve decided to reintroduce the ON INPUT command in the upcoming 1.7.0 release. The main argument from me was that the original quick-bit app relied on this ON INPUT command to function--and when it unexpectedly stops working, it can be pretty shocking--and there is no harm in having both routines available.<br /><br />If you&#039;re curious to try the On Input command, you can go back to the 1.4.2 release--but of course, this release does not have the Probe commands active...so none of the new macros will work...]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 08 Apr 2018 13:37:47 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3069#msg-3069</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3069#msg-3069</link><description><![CDATA[ Brian,<br />Thanks for providing more background to understand the macro programming tricks for the Handibot. I’m curious about your last statement: “until the PB command is available.”<br />I have been trying to understand how the macros are programmed and the OpenSBP Command language and in macro_2.sbp for the Handibot2 platform, I found a “PZ “ command (PZ, &amp;reapproach, &amp;ZZeroSearchSpeedSlow, $ZZeroInput) of which I have not been able to find any reference to.<br />I reviewed both the ShopBot Control Software Quick Reference Guide and the Command Reference for the ShopBot Control Software and OpenSBP ® Language (SBG00253150707CommandRefV3.doc) and found no “PZ” (nor “PX”,”PY”, “PB”) commands.<br />It will be great if you provide a lead to were is this P command documented?<br />Thanks in advance and best regards]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 08 Apr 2018 10:39:10 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3064#msg-3064</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3064#msg-3064</link><description><![CDATA[ Actually that bit of code should work now--however, it just needs to be tweaked to look for closure on input #5 rather than input #1<br /><br />The system variables for inputs are in the 50s range-- so input #1 is %(51) and input #5 is %(55) and of course closure is indicated by a status of 1 and open is indicated by 0 (you can change the default status of a switch in the inputs section of the configurations menu.<br /><br />Just as a fun aside...I recently put together a routine to home a rotary axis--the &quot;probing&quot; in the rotary axis has not been enabled in fabmo yet...but as a workaround I made an IF THEN loop like this:<br /><br />initializeB:<br />ZB<br />JB,1<br />IF %(55) = 0 THEN GOTO initializeB<br /><br />Kind of a kludge but was pretty helpful in getting the tool to do what I wanted until the PB command is available.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Fri, 06 Apr 2018 10:30:46 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3059#msg-3059</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3059#msg-3059</link><description><![CDATA[ Brian,<br />I reviewed the code and noticed that the second line is commented:<br /><br />&#039; IF %(51) = 1 THEN GOTO Already_Triggered &#039; *not working yet ...<br /><br />Wondering about why this is not working, I compared this code to macro_2.sbp code for the Handibot2 and noticed a different form to check the status of input #1.<br /><br />My question is if there is any special reason not to use it in the code you sent me, like so:<br /><br />&#039; -------- Main Program Section --------<br />GOSUB check_input<br /><br /><br />...<br />&#039; --- Subroutines ---<br /><br /><br />check_input:<br />IF %(51) = 1 THEN GOTO check_input_fail<br />RETURN<br /><br />check_input_fail:<br />END &quot;Input switch is already tripped. Cannot zero the tool. Move Off Switch and Retry.&quot;<br /><br />I don’t have my Handibot available so I will not be able to give it a try.<br />Please your comments.]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Thu, 05 Apr 2018 13:45:44 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3058#msg-3058</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3058#msg-3058</link><description><![CDATA[ Thanks Brian!]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Wed, 04 Apr 2018 16:21:28 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3057#msg-3057</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3057#msg-3057</link><description><![CDATA[ You can use input #1 (handibot v2 has inputs up to 8).<br />You&#039;ll just need to update the macro (code snippet) that runs the routine. I&#039;ll attach the updated routine here.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Wed, 04 Apr 2018 16:01:52 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3055#msg-3055</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3055#msg-3055</link><description><![CDATA[ Quick Bit on Handibot V.1<br />The Quick Bit Pressure sensitive Z Zero Plate User Manual describes the installation of the QB in a Handibot Adventure. In pictures 11 shows the input connections on the interface board and in number 12 tells to connect QB black wire to GND and red wire to IP5.<br />I have a Handibot V.1 with an different interface board. The inputs on my interface board are labeled GND, IP1, IP2...IP4 an +5; no IP5. Only IP1 and +5 are free.<br />Does the Handiboat V1 interface board have an (electronically) equivalent connector to the IP5 on the Handibot Adventure?<br />It’s possible to connect the Quick Bit to either IP1 or +5 in the Handiboartd V1 interface board? Which one is recommended?]]></description>
<dc:creator>mvsepulve</dc:creator>
<category>Handibot Forum</category><pubDate>Wed, 04 Apr 2018 14:02:00 -0400</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3003#msg-3003</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3003#msg-3003</link><description><![CDATA[ Bob,<br /><br />Check out my response in the stop button thread--I think that these two things are related to the same issue of connection latency. I&#039;ve never been happy with the wireless response time on FabMo and I think that direct connectivity is going to be the best way forward here. We&#039;ve been so intent on eliminating the tether but I think that the performance improvements from a direct connection make it absolutely worth the extra effort.<br /><br />Brian]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 05 Mar 2018 11:43:58 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,3000#msg-3000</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,3000#msg-3000</link><description><![CDATA[ As I said in another post Brian did update the app and in trying it worked great. I was cutting yesterday and it would go down and touch, lift up, and touch again and freeze up the machine. This went on and on. I manually set the Z and did some cutting. Before I shut the machine down thought I would give one last try and it worked. Why would it be so spotty? I thought we had it... Bob]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 04 Mar 2018 06:45:26 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2941#msg-2941</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2941#msg-2941</link><description><![CDATA[ rasbldrs—the latest app has correct code for the routine—but I believe that the cause of the hangup on your tool is related to the FabMo control software. I know enough to do a little trouble shooting but my area is the design of the tool...I am equally frustrated with the software and am trying to move work along on correcting these problems. The latest release has proven to be more trouble than it is worth—so I agree with Dan in saying that downgrading to 1.4.2 is the most complete solution we currently have.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 21 Jan 2018 13:46:33 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2940#msg-2940</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2940#msg-2940</link><description><![CDATA[ So this thing is only good for a door stop?<br />for some one who knows programming can it be that hard? just frustrated here.]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Sun, 21 Jan 2018 06:25:39 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2939#msg-2939</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2939#msg-2939</link><description><![CDATA[ Download link worked this morning, but same one that I have already :(]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Fri, 19 Jan 2018 04:38:41 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2938#msg-2938</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2938#msg-2938</link><description><![CDATA[ went to the above link to see if I have the latest download clicked on the down arrow and says download not available?]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Thu, 18 Jan 2018 17:18:57 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2937#msg-2937</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2937#msg-2937</link><description><![CDATA[ So for now I am stuck until you find a software fix?]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Thu, 18 Jan 2018 17:15:02 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2936#msg-2936</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2936#msg-2936</link><description><![CDATA[ Correcting position like that hasn&#039;t been conveniently added to the dashboard yet--but it is actually possible through use of the SB4 app. SB4 is just a port of the old ShopBot software--so it allows you to use the original SB3 commands--one of those commands is VA.<br />Format goes like this: VA, &quot;new X position&quot;, &quot;new Y position&quot;, &quot;new Z position&quot;, &quot;new A position&quot;.<br />So if your position before a crash was X=5, Y=3, Z=0.5 -- you&#039;d go to the command line in SB4 and enter VA, 5, 3, 0.5 and it would set the values in the position readout to 3,5,0.5<br />Super clumsy cludge...but whenever I get a hangup like that I&#039;ll quickly jot down my current position just in case I have to do this.<br /><br />I&#039;ve had to go through a couple of versions of the Quick-Bit app while I adapted it to the new 1.6.0 release and there have been changes as recently as December 26--so it might be good to try installing the latest version for 1.6.0 users: [<a href="https://sites.google.com/site/handibotwiki/products/quick-bit" target="_blank" rel="nofollow">sites.google.com</a>]<br /><br />However--for 1.4.2 users the original app from the webstore will work best.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Thu, 18 Jan 2018 16:59:53 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2935#msg-2935</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2935#msg-2935</link><description><![CDATA[ Yes. This was one of them. I can&#039;t remember if I tried it again on 1.4.2 or not, I&#039;m guessing it would worked--since it worked before.<br /><br />If there was a way I could salvage a job after it freezes, i&#039;d be willing to switch back to 1.6.1. But I can&#039;t think of any fool proof way. Maybe if there was a way to manually enter the current position of a bit. That way, I could just write down where it was and reset the unit, and reenter it.<br /><br />-Dan]]></description>
<dc:creator>Daniel Block</dc:creator>
<category>Handibot Forum</category><pubDate>Thu, 18 Jan 2018 16:22:58 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2934#msg-2934</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2934#msg-2934</link><description><![CDATA[ Dan,<br /><br />Was this one of the problems you had with 1.6.1 that was fixed by reverting to 1.4.2?]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Wed, 17 Jan 2018 09:31:05 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2933#msg-2933</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2933#msg-2933</link><description><![CDATA[ #5 is off until pressure on quick bit puck, freezes as soon as touches puck with #5 lit]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 16 Jan 2018 20:16:10 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2932#msg-2932</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2932#msg-2932</link><description><![CDATA[ I had the same problem]]></description>
<dc:creator>Daniel Block</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 16 Jan 2018 18:10:59 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2931#msg-2931</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2931#msg-2931</link><description><![CDATA[ OK got it. I have attached 3 pictures first one machine on just 3 lit, 2nd picture me holding pressure on quick bit, 3rd when bit hits the puck and freezes I have no idea what do you think... Bob]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 16 Jan 2018 17:29:26 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2928#msg-2928</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2928#msg-2928</link><description><![CDATA[ Oh yea--I&#039;m sorry about that.<br />Here lemme post a screen-cap of where to look for input circuit closure.<br />The status bar highlighted in the screen-cap gives you the status of all inputs on your tool.<br />Input #5 is the input associated with your quick bit and it is set to &quot;normally open&quot; meaning that it only lights up white when the plate is pressed --which closes the circuit--and gives the tool the signal to stop and zero out the z axis.<br />You should be able to press on the quick-bit with your thumb and cause this indicator to light up.<br />If it does not light up--or if it stays lit up when no pressure is applied to the quick-bit...then that could be the source of the problem.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 16 Jan 2018 10:16:03 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2925#msg-2925</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2925#msg-2925</link><description><![CDATA[ On the web interface, aka dashboard. Over near the other controls on the right. I don&#039;t think there are hardware lights for this.]]></description>
<dc:creator>Mark Evans</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 15 Jan 2018 19:55:17 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2924#msg-2924</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2924#msg-2924</link><description><![CDATA[ I don&#039;t have lights change when I push the red button. attached are the only lights I see be sides by the on off switch there are 2 green lights. I have no idea...]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 15 Jan 2018 19:46:57 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2923#msg-2923</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2923#msg-2923</link><description><![CDATA[ Sorry I am not where I can provide a screenshot but over on the right near where you drive the axis around there are some input/output lights. They will be green or red depending on their state. To find them, push the red stop button and one of these will flash red and then go back to green when you release it. So, on that row of red and green lights, if #5 is already red things are not going to work right. It should be green, turn red just as the bit taps off and then go back to green.]]></description>
<dc:creator>Mark Evans</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 15 Jan 2018 18:40:15 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2922#msg-2922</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2922#msg-2922</link><description><![CDATA[ Not sure what you mean by lit I do not see any lights by 5? Can not get it to do anything once it hits the quick bit puck...]]></description>
<dc:creator>rasbldrs</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 15 Jan 2018 17:43:35 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,2899,2920#msg-2920</guid>
<title>Re: Quick Bit App</title><link>https://handibot.com/forum/read.php?2,2899,2920#msg-2920</link><description><![CDATA[ Hmm--have you checked to see if input #5 is lit before the routine starts? The routine should be checking for that...but if for some reason the routine runs and input #5 is already closed...that could cause an error.]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Mon, 15 Jan 2018 14:30:32 -0500</pubDate></item>
</channel>
</rss>