Hello Guest it is April 27, 2024, 05:25:36 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

2291
Hi BR549,


Just a thought, but it may not be a great idea to continously write to the Gcode buffer in that manner ( ten times per sec).  Maybe Maybe not (;-)

I would write directly to the DRO and quaulify it so that IF it is already set to 2000 ignore the write.

If (DRO) <> 2000 then
    Write to the ( DRO,2000)
End if

thank you, did not think about this.

so the code would be:

If GetDRO(18) <> 2000 then
    SetDRO(18,2000)
End if

Thomas


2292
no way to ingnore it.
but if you realy want this, macropump is your friend.

on e single line:

code "S2000"

will always "overwrite" teh spindle speed of GGode.

2293
Share Your GCode / Re: Probe Script
« on: May 21, 2015, 07:02:33 AM »
your code:
Code "G31 F"&Feed & " X"&NegMove
my code:
Code "G31 F" & Feed & " X" & NegMove

i never figured out when you have to make spaces and when not, so i do them allways.

2294
Share Your GCode / Re: Probe Script
« on: May 21, 2015, 06:45:28 AM »
i'm trying to change the feed at the top.
like ;
Feed = 6
then ;
Code "g31 F[Feed] X"&PosMove

that way i can change the feed in one area. is this possible ?

or even have two feeds
Feed1 = 6
Feed2 = 10

Feed1 = 6
Feed2 = 10

Code "G31 F" & Feed1 & " X" & PosMove

Code "G31 F" & Feed2 & " Y" & PosMove


2295
Brains Development / Re: Brain based home switching
« on: May 19, 2015, 04:06:10 PM »
Hi SSPW,

ok i have read Your pots twice.
maybe, depending  on my bad bavrian english, i have no real idea
what you are realy trying to do.

Thomas

2296
i am able to select your driver in my software.
i have put the software in my dropbox.
you should get a email.

Thomas

2297
Hi,
But I'm afraid I must reprogramm the drive to work on -/+10V mode (configured and calibrate) , it is some kind of software Program (named winbass-from OSAI/Baumuller,I guess in fact the drives are manufactured from Baumuller but Osai just name the drives with their name)...

yes controller has to be reconfigured, but you have the others witch are running in the right mode.
had a look on my old laptop, because i have worked with Baumüller drives about 10-15 years ago.
i have a version of winbass installed, an still a install file for this software.
if you give me a serialnumber/type of the controller i can check with Baumüller weather this is the
right version to configure this drive.

Thomas

2298
VB and the development of wizards / Re: Z probe macro with offset
« on: May 18, 2015, 05:03:10 PM »
That is what i try to say in may bad bavarian english,

---With tool setting all values HAVE to be referenced to Something


all the height's are not based to the matierial, they are based to
one paticulare heigt (master tool, ore what ever you want to call it).

so you do not only have to measaure the material, also you have
tho measure your tool hights based to this macic height.

2299
VB and the development of wizards / Re: Z probe macro with offset
« on: May 18, 2015, 04:47:01 PM »
OK,

again try to "play" a little bit with
G43 H??

G43H0 is your master, an then you will understand this
tool hight thing.

Thomas

2300
OK,
i think your B/C axis can work as a "normal" CSMIO-A axis,
so the only little problem witch is left, is to get this C/B axis
controler (Witch is now in a positionig via RS232/mode ore someting like this),
into a -/+10V mode.

Thomas