Search found 10 matches

by gearond
Sun Apr 12, 2020 9:38 am
Forum: Buildbotics Tech Support
Topic: MDI input with direct BB connection
Replies: 4
Views: 7744

Re: MDI input with direct BB connection

Never noticed the monitor port. I have my controller permanently mounted on a 26x26x12" NEMA 3 enclosure with a clear plastic insert in door to see display. I haven't seen the back of the controller in 2 years The monitor use without the networking must be very useful. I gotta say, the hardware for ...
by gearond
Fri Apr 10, 2020 7:44 pm
Forum: Buildbotics Tech Support
Topic: MDI input with direct BB connection
Replies: 4
Views: 7744

Re: MDI input with direct BB connection

So how does the video work in that direct interface method? Where would you hook a video display?
by gearond
Fri Apr 10, 2020 7:39 pm
Forum: Buildbotics Tech Support
Topic: End stop kills setup.
Replies: 6
Views: 9734

Re: End stop kills setup.

Yeah it's before it's homed. Trying to move the carriage to a closer location so it home is faster there seems to be an awful lot of either delay or stored integration of the input signal from The controller joystick and so continues moving quite a ways when you let go of the joystick.
by gearond
Fri Apr 03, 2020 4:50 pm
Forum: Buildbotics Tech Support
Topic: Printing parameters on display
Replies: 4
Views: 7223

Re: Printing parameters on display

I don't get any output with the following: (Using version xx.xx.11 firmware, 2 versions back) #4999 = 987654321 (debug, The value of <_x_homed> is #<_x_homed> and the value of var 4999 = #4999) M0 I did read this in linuxcnc manual: "5599 - Flag for controlling the output of (DEBUG,) statements. 1=o...
by gearond
Fri Apr 03, 2020 5:38 am
Forum: Buildbotics Tech Support
Topic: Printing parameters on display
Replies: 4
Views: 7223

Re: Printing parameters on display

So, I tried (debug, print this) and nothing shows on web interface, nor in logs.

This is on version xx.xx.11

Can't use a lsterversion due to this bug: https://github.com/buildbotics/bbctrl-f ... issues/254
by gearond
Thu Apr 02, 2020 3:32 pm
Forum: Buildbotics Tech Support
Topic: Code execution does not seem to follow if else and o numbers
Replies: 1
Views: 4905

Re: Code execution does not seem to follow if else and o numbers

I just put a msg command in every if else endif location, and it DOES just fall thru an ELSE at about 4 levels deep.
by gearond
Thu Apr 02, 2020 3:10 pm
Forum: Buildbotics Tech Support
Topic: Code execution does not seem to follow if else and o numbers
Replies: 1
Views: 4905

Code execution does not seem to follow if else and o numbers

Running firmware: v0.4.11 In the attached pgm, in the subroutine starting at line 215, I get both msgs inside if the o302 if else endif structure in one pass, i.e., it's ignoring the else and falling through. now as I write this this seems to ring a bell as maybe a bug report I submitted earlier for...
by gearond
Mon Mar 16, 2020 5:37 pm
Forum: Buildbotics Tech Support
Topic: Printing parameters on display
Replies: 4
Views: 7223

Re: Printing parameters on display

I completely forgot about debug. I'm pretty sure that messages don't print out the value that is print out the characters that you typed I either name of the variable not the value. But I'll try debugging next time I'm there. If I could just set up a VPN to my brother's Network for his cabinet shop ...
by gearond
Sun Mar 15, 2020 3:30 pm
Forum: Buildbotics Tech Support
Topic: End stop kills setup.
Replies: 6
Views: 9734

Re: End stop kills setup.

I seem to remember that the joystick will go past the end steps. Maybe this is before it's been 0 to start up maybe not
by gearond
Sun Mar 15, 2020 1:37 pm
Forum: Buildbotics Tech Support
Topic: Printing parameters on display
Replies: 4
Views: 7223

Printing parameters on display

I live a long ways from the machine I'm programming for, so I can't test things out quickly and easily. Is it possible to write messages that will display parameters on the screen of the buildbotics controller? I am building some radiases and other cuts that I want to plot by hand before I run it an...