Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 04:56:37 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  General Mach Discussion
| | |-+  engraver control
Pages: « 1 2   Go Down
Print
Author Topic: engraver control  (Read 832 times)
0 Members and 2 Guests are viewing this topic.
BR549
Active Member

Offline Offline

Posts: 2,551


View Profile
« Reply #10 on: June 13, 2010, 08:39:37 PM »

DID you put in the offsets here? 

--Scriber X,Y,Z offsets
   scriberX = -4.803
   scriberY = -.250
   scriberZ = 2.


If those are the correct offsets DID you use a tool# greater than 100 ?? The post will only add the offset values IF the tool#>100 SO IT HAS TO BE AT LEAST 101 or greater.


THe M8 delay(;-) HUM This is the section that deals with that part, but I am not fluent in SC post speak. You may have to ask that on the Sheetcam forum. ALSO it depends on how you have the G4 setup,as sec or Msec??

function OnPenDown()
   if(tool > 100) then
      post.Text(" M08\n")           
      return
   end
Logged
unixadm
Active Member

Offline Offline

Posts: 3


View Profile
« Reply #11 on: June 19, 2010, 11:47:04 PM »

Just for reference, the values you need to enter are in MM, not inches.  I just got my scribe operational today using the scriber post, and it works fine.  However it didn't at first until I realized that it wanted metric values. 

In my case if you're looking at the torch head on, my scribe is to the left (2.316 Y+, .077 X-.  My values are those numbers converted over to MM, and then reversed from positive to negative.

So my Y number is negative in the post and my X is positive.

--Scriber X,Y,Z offsets
  scriberX = 1.195
  scriberY = -59.85
  scriberZ = 0

Use a tool of 101 and above in Sheetcam.  I set my engraver kerf to around .021 using a carbide tip.
Logged
Pages: « 1 2   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!