CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > Mach Software (ArtSoft software) > Mach Plasma / Laser



This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-04-2011, 09:38 AM
 
Join Date: Jan 2011
Location: Latvia
Posts: 3
fest is on a distinguished road
THC settings confusion

Hi,
I'm new here and just few days ago me and my father assembled all the electronics for plasma sheet cutter for his workshop. Mach3 is running fine, all axis move without problems, and I can even do some basic cutting (when THC is disabled). We use THC301d hardware with their default screens for Mach3.

What is strange though- the THC on/off button in main screen does not respond. The only way to get THC to work is to check 'Enable THC UP/DOWN movements even if not in THC mode'.
This leads to next problem- a preset voltage of 130v is set on THC front panel. When machine starts cutting, actual voltage is lower- let's say 100v. I do see the UP LED flashing on the front panel, and THC Up input is active in Mach3 diagnostics screen- so no problems in Mach3 config, but Z-axis moves down- both on the machine (torch moves closer to material) and in Mach3 - it goes from Z2.5 to Z0.<something> which triggers the limit switch and machine halts. At that time THC DRO reads -2.4. The question is - why does the machine behave this way? Is there an error in my configuration or default screens/macros? Maybe if I just switch up and down inputs in ports&pins config, it would behave correctly, but I think it would be confusing to have THC down input flashing in mach and torch going up?

I have THC Max set to +1 and THC Min to +0.2 - so I assume if cutting height is 2.5 mm, THC could only adjust Z-axis from +2.7 to +3.5? (I just realised the positive-only settings could be causing this problem- I'll try to THC Min to -1 and see what happens.

Z-axis positive direction is up- when jogging machine and in G-code moving in Z+ direction moves torch up, and moving in Z- moves torch down.

Any help or directions would be appreciated
Reply With Quote

  #2   Ban this user!
Old 01-04-2011, 06:29 PM
 
Join Date: Jul 2005
Location: USA
Posts: 1,879
Torchhead is on a distinguished road

Lets start with the THC Button. If it fails to respond then it's probably because you are running a DEMO version of MACH. It disables the THC Logic even though the signals are coming in. Get a licensed version installed

2. If the THC is not working then your voltage preset mean nothing. It's just cutting along at whatever voltage it happens to cut at.

3. if you set your THC Min to .2 that is almost 1/4" above the material so cutting down at .125 or .063 where most torches operate would not work. If the material warps down it makes it even worse. Set you THC Min to either 0 or slightly negative. You just want to keep it from plunging down forever if it sees a voltage spike. That setting is a lot less important if your THC has the anti-dive built it (I think the 301D does).

Make sure you understand where the top of material is (Z 0) and how the automated touch-off works to find the proper height to pierce at.
Reply With Quote

  #3   Ban this user!
Old 01-04-2011, 06:50 PM
 
Join Date: Jan 2011
Location: Latvia
Posts: 3
fest is on a distinguished road

Torchhead, I really appreciate your help.
1) I didn't see this limitation of demo version mentioned anywhere in Mach3 docs. My father still considers alternative options because of ease of use for operators but I'm pushing him to Mach3+Sheetcam- that's why I still run demo.
2) It's weird, but THC does work, kind of. Just works in the opposite direction (but this migh be related to the fact that I have turned THC on in spindle settings).
3) I use metric units everywhere, so 0.2 means 0.2 mm, but will try to set it below zero. THC301d has antidive indeed: http://www.texasmicrocircuits.com/TH...301Dv4back.jpg (carefully, heavy file).

The machine uses capacitative sensor for touchless initial-height sensing, and I use SheetCAM which generates the required g-codes for homing Z axis and setting the offset.
Reply With Quote

  #4   Ban this user!
Old 04-24-2011, 05:05 AM
 
Join Date: Jan 2011
Location: Latvia
Posts: 3
fest is on a distinguished road

Long time since my last post, but we the problem actually was in old Mach3 version. Purchased & upgraded to the latest one and THC works almost smoothly.

There is now only one problem with homing of Z axis- when the Z axis position is increased by THC (plate warped upwards) and the cut is finished, when the cutter moves to next piercing point, it triggers a limit switch when homing Z axis (I have modified the Sheetcam post processor to home the axis on each cut).
It seems to me that the problem lies in fact, that THC correction value is not added/subtracted from Z axis position in Mach 3. After cutting, the real position of Z axis might be 10mm (from initial plate position), but Mach thinks it's 4mm. Now, if the plate below the next cut has also warped a bit upwards, when homing through 3mm (G28.1 Z3.00) it might trigger the limit switch before the middle point is reached - and that triggers a limit switch instead of home switch (floating head with a single switch). Isn't there a command in Mach3 that will home the axis, regardless where it's located without going through a middle point?
This is the problematic part of generated G-code:
Code:
N0450 (Operation: No Offset, Layer1, T1: Plasma, 3 mm kerf)
N0460 M05
N0470 G00 Z30.0000
N0480 X294.4400 Y59.7263
N0490 Z6.0000
N0500G92 G28.1 Z3.00
N0510 G92 Z0.0
N0520 G00 Z0.0000
N0530 G92 Z0.0
N0540 G00 Z6.0000
This is full code we were running:
spriego207.txt
Reply With Quote

  #5   Ban this user!
Old 04-24-2011, 06:05 AM
 
Join Date: Sep 2005
Location: Indonesia
Age: 53
Posts: 505
asuratman is on a distinguished road

Hello Torchhead,
Is your THC depend on the type of driver? Can I use DMM-Tech in companion with your THC. Thanks.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 04-24-2011, 01:45 PM
 
Join Date: Jul 2005
Location: USA
Posts: 1,879
Torchhead is on a distinguished road

Originally Posted by fest View Post
Long time since my last post, but we the problem actually was in old Mach3 version. Purchased & upgraded to the latest one and THC works almost smoothly.

There is now only one problem with homing of Z axis- when the Z axis position is increased by THC (plate warped upwards) and the cut is finished, when the cutter moves to next piercing point, it triggers a limit switch when homing Z axis (I have modified the Sheetcam post processor to home the axis on each cut).
It seems to me that the problem lies in fact, that THC correction value is not added/subtracted from Z axis position in Mach 3. After cutting, the real position of Z axis might be 10mm (from initial plate position), but Mach thinks it's 4mm. Now, if the plate below the next cut has also warped a bit upwards, when homing through 3mm (G28.1 Z3.00) it might trigger the limit switch before the middle point is reached - and that triggers a limit switch instead of home switch (floating head with a single switch). Isn't there a command in Mach3 that will home the axis, regardless where it's located without going through a middle point?
This is the problematic part of generated G-code:
Code:
N0450 (Operation: No Offset, Layer1, T1: Plasma, 3 mm kerf)
N0460 M05
N0470 G00 Z30.0000
N0480 X294.4400 Y59.7263
N0490 Z6.0000
N0500G92 G28.1 Z3.00
N0510 G92 Z0.0
N0520 G00 Z0.0000
N0530 G92 Z0.0
N0540 G00 Z6.0000
This is full code we were running:
Attachment 132379
You have no value set for a switch offset so when it goes down, touches you zero the Z (proper) but then it just stays there (should lift up the switchoffset distance (download the DTHC manual from Our website and look at page 28. It will explain how to determine the switchoffset value and then where to use it either in MACH or in the SheetCAM post (but NOT both)

During a touch off you are telling MACH where the top of the material is in relation to the end of the torch. Once you get the offset properly working your pierce height should be exactly what the code calls for (6mm) which seems high for most plasma units but you probably have it set that high to get a net distance of about 3 mm.

Once you have the touch-off working properly then the Z will track all of it's movements. but they are relative to the last touch-off. You may want to set a higher rapid height and possibly a higher value for the Homing start. It's currently at 3 mm (which if the material warps or you have the wrong setup mentioned above it will slam down to the material in rapid Z BEFORE it starts a homing move. IF you have the Z home switch setup as a LIMIT too then it will limit before it actually starts a home move.

The rapid height (how far it lifts between cuts is part of the CAM (g-code) and should be about 12mm or more.

TOM caudle
www.CandCNC.com
Reply With Quote

  #7   Ban this user!
Old 04-24-2011, 01:52 PM
 
Join Date: Jul 2005
Location: USA
Posts: 1,879
Torchhead is on a distinguished road

It seems to me that the problem lies in fact, that THC correction value is not added/subtracted from Z axis position in Mach 3. After cutting, the real position of Z axis might be 10mm (from initial plate position), but Mach thinks it's 4mm. Now, if the plate below the next cut has also warped a bit upwards,
THC Corrections are absolute values in MACH the the Z cannot exceed (for mm setups the values should be something like +25 and -2. They have nothing to do where the position of Z is or the DRO value. It's just a safety value that keeps the torch from diving down to the end of its stroke if it runs off the material or into a void. It's less important on a unit that has integrated anti-dive but it has to be set greater than what you would expect the excursion to posssibly be.

TOM caudle
www.CandCNC.com
Reply With Quote

  #8   Ban this user!
Old 04-24-2011, 01:58 PM
 
Join Date: Jul 2005
Location: USA
Posts: 1,879
Torchhead is on a distinguished road

Originally Posted by asuratman View Post
Hello Torchhead,
Is your THC depend on the type of driver? Can I use DMM-Tech in companion with your THC. Thanks.
The subject of this thread is the THC301D and is not our product so the answer to your DMM-Tech compatibility should be derived from the THC301D vendor.

I can tell you the DMM-Tech products use their own BoB and custom interface cables to the drives so It won't work with any of our MP3000 and DTHC based products which have a special BoB with a Port Expander to increase the number of Inputs and outputs in MACH for a single Port.

TOM caudle
www.CandCNC.com
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help!- Mach3 CV settings vs. G-100 Plugin CV settings Bfarn Machines running Mach Software 7 12-17-2008 10:45 AM
Rack Confusion Bugsy36 Linear and Rotary Motion 13 07-09-2008 07:44 PM
G52 confusion davek G-Code Programing 2 09-08-2007 08:01 AM
confusion serry DIY-CNC Router Table Machines 4 04-27-2007 06:40 PM
Multiplier confusion Mike F Servo Motors and Drives 2 01-03-2005 01:36 PM




All times are GMT -5. The time now is 02:22 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361