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 > CamSoft Products


CamSoft Products Discuss Camsoft PC based CNC controller products here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-05-2010, 01:01 AM
 
Join Date: Dec 2009
Location: INDIA
Posts: 9
Arul prakash is on a distinguished road
Exclamation Camsoft with Galil Basic Configuration Settings for 3 axes servo set up

I'm new to Camsoft. I have installed CNC professional software, AS3000, softwares. I have Galil card DMC-1866.

Right now i have connected the Galil card to my 3 servo drives (in torque mode) to XYZ axes.

I first developed the cnc settings with camsoft setup wizard giving the motor setup to servo. axes=3; card = galil; 7= 1866 card; Then I have saved the setup and opened the CNC control.

Whenever i opened cnc control with servo motors and drives on with amp enable. The software takes huge time to get loaded. In othercase, if the system is off, the software loads very fastly.

Next upon loading, the software gives up the pop-up message motor 3 is off.

No jogging can be performed from the software, no tuning is happening,

Whenever i go into diagnostic window, and do the why i'm not moving, in the status bar i'm getting the response as motor off. Then i gave the command MOTOR ON; from the command bar. then also the motor is not moving....

BUT, if i use galil DMCSmartterm software; and give SERVO HERE XYZ; and jog command the motion starts and stops whenever i stop.

Somebody Kindly give me a solution for this.....
Reply With Quote

  #2   Ban this user!
Old 02-05-2010, 09:57 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Your galil card is set to start with the servos in the motor off state. Good thing. Prevents nasty things from happening while the computer is loading.

Find the file startup.fil and add this line:

COMMAND SH

This will turn the sevos on.


I have no clue why your computer would have trouble loading the software. But I do think you should always force everything to stay off until your control is fully loaded and operational. I just covered this in a recent thread, don't enable your Estop circuit until the control is up and running.

Karl
Reply With Quote

  #3   Ban this user!
Old 02-09-2010, 07:48 AM
 
Join Date: Dec 2009
Location: INDIA
Posts: 9
Arul prakash is on a distinguished road
Smile Thanking you

Thank you Mr.karl, your advice works great.....

But, now i held in other problem.. where the amplifier tuning test in diagnostic screen...

i have tuned my servo through autotuning procedure with my PANASONIC servo drive... and have adjusted the voltage offset also to avoid drift... whatever i do there is a slight oscilation is been observed in the motor.... and with that when i do my AMP TUNING TEST with camsoft... it is giving the following error" basic amplifier tuning failed..." look for the logfile....

Can you suggest me to solve this issue... to proceed further...

Thank you once again... for you kindly help!!!!
Reply With Quote

  #4   Ban this user!
Old 02-09-2010, 10:55 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Servo amp tuning is not my expertise...

That said, I've had better luck working with servo tuning by going directly to the Galil software and using their servo tuning package. My version is called WSDK. I think they have a new one out. The Galil bulletin board on their web site is a great source of info for servo tuning.

Karl
Reply With Quote

  #5   Ban this user!
Old 03-19-2010, 05:55 AM
 
Join Date: Dec 2009
Location: INDIA
Posts: 9
Arul prakash is on a distinguished road
Smile Encoder ratio value changing in due course of working

Dear karl,
Thank you for suggesting me the WSDK, it was working really well. Now, i stuck with the encoder ratio value changing during the execution of my cnc setup.
When i saw the command list of CAMSOFT, i got two ways in which i can change my encoder ratio values, 1.SETUP command(but can be used only once) 2. RATIO variable;varb;varb (but this is not working out for me)



For my application the encoder pulse for 1 mm will be changing from part to part, so, i require to change before the execution of the G CODE PROGRAM

Kindly give me a suitable solution for doing this.....
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-19-2010, 06:56 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Originally Posted by Arul prakash View Post
For my application the encoder pulse for 1 mm will be changing from part to part, so, i require to change before the execution of the G CODE PROGRAM

Kindly give me a suitable solution for doing this.....

Most unusual application... That's the beauty of Camsoft, you can easily customise for special needs. How about a custom Gcode? Use any unused code, say G102 and an unused parameter, say E. Then to change to encoder of 4000:

G102 E4000 (in your gcode program)



Here's the idea for G102

SETUP 7;0;e;0;10;0;64;N
----G102

Or do it with an M code, user button, and QUESTION command. Lots a ways.

Karl



SETUP
Enables you to define the parameters of an axis beyond the six that can be defined through the DESIGN.INI file using the CNCSETUP program. It also enables you to redefine axes 1 through 8. There is no need to use the SETUP program on axes 1 through 8 unless you have a specific need to change it after the program begins. You may individually define any axis from 1 through 8 with this command. The SETUP command only needs to be issued once. Its function is to define an axis for use with the POSITION command or to define how the spindle works. The last parameter in this command is either a Y or an N. The Y parameter defines axis coordination among all the original axes and the N parameter disables axis coordination among all the original axes. Refer to the explanations described in the On-line Help for details relating to the legal parameter values given here. The information is the same. The example below sets up the 7th axis as a servo motor type (0) with a ratio of 4000 counts per inch, a standard quadrature encoder type (0) using the proportional gain of 10, integral constant of 0 and then a derivative gain of 64. (Refer to the SERVOSTEP, RATIO, PROPRO, INTEG and DERIV settings in the CARD.INI file for other options.)
EXAMPLE: SETUP 7;0;4000;0;10;0;64;N
Reply With Quote

  #7   Ban this user!
Old 03-22-2010, 09:18 PM
 
Join Date: Jan 2007
Location: USA
Age: 51
Posts: 156
Farmers Machine is on a distinguished road

Are you using windows XP, or Vista or new windows 7?
I switched my gantry torch from pos Vista to XP and all of the stupid stuff you are describing went away. was able to cut 180 parts with no glitch or re boot. My 2 cents worth, IF YOU DONT HAVE XP, THEN GET XP AND QUIT PULLING YOUR HAIR OUT!!!!!!!
Good luck
The Farmer
PS:
Ernie at CamSoft said to do this last year. I should have listened a little beter.
Reply With Quote

  #8   Ban this user!
Old 03-23-2010, 05:38 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Originally Posted by Farmers Machine View Post
Are you using windows XP, or Vista or new windows 7?
I switched my gantry torch from pos Vista to XP and all of the stupid stuff you are describing went away. was able to cut 180 parts with no glitch or re boot. My 2 cents worth, IF YOU DONT HAVE XP, THEN GET XP AND QUIT PULLING YOUR HAIR OUT!!!!!!!
Good luck
The Farmer
PS:
Ernie at CamSoft said to do this last year. I should have listened a little beter.
I'll go a step further and recommend XP SP1 (service pack 1) The SP2 and SP3 just add bloatware to slow your machine down. Don't install much other software on your control computer, especially NO VIRUS software. Because of this, don't connect directly to the internet. My machines are networked so I use something called MAC ID filtering on the router.

I've got superstitious on computers. I now only use HP / Compact with a P4 running about 2.4 to 3.0 MHz (cheap on eBay). Had trouble with an old AMD box and again with a quad core cpu. I'm sure others work but I'm not experimenting.

Karl
Reply With Quote

  #9   Ban this user!
Old 04-07-2010, 07:03 AM
 
Join Date: Dec 2009
Location: INDIA
Posts: 9
Arul prakash is on a distinguished road
Smile need help for carring out interpolation

your idea was helpfull, but the same this I tried earlier also, it didn;t work, later in the setup command the last letter i changed to Y inspite of N, then it got worked...

Thank you very much...

Now, i have an other problem, where i have opened a sample job file, it is a square of 50X50, I'm right now using a xyz gantry type system, when i execute the cycle, i could see that my x axis is moving to 50 mm and stops then y is moving to 50mm then both the axes stalls there itself and no further motion..... If i press ESC key, it is asking for a question where you cancel the path/ continue / go back...

I have checked my G code.FIL; where G01 --- it is GO x;y;z
Destination control setting like the slowdown - 100%, Nextmove - 5 , blend - 0









Originally Posted by Karl_T View Post
Most unusual application... That's the beauty of Camsoft, you can easily customise for special needs. How about a custom Gcode? Use any unused code, say G102 and an unused parameter, say E. Then to change to encoder of 4000:

G102 E4000 (in your gcode program)



Here's the idea for G102

SETUP 7;0;e;0;10;0;64;N
----G102

Or do it with an M code, user button, and QUESTION command. Lots a ways.

Karl



SETUP
Enables you to define the parameters of an axis beyond the six that can be defined through the DESIGN.INI file using the CNCSETUP program. It also enables you to redefine axes 1 through 8. There is no need to use the SETUP program on axes 1 through 8 unless you have a specific need to change it after the program begins. You may individually define any axis from 1 through 8 with this command. The SETUP command only needs to be issued once. Its function is to define an axis for use with the POSITION command or to define how the spindle works. The last parameter in this command is either a Y or an N. The Y parameter defines axis coordination among all the original axes and the N parameter disables axis coordination among all the original axes. Refer to the explanations described in the On-line Help for details relating to the legal parameter values given here. The information is the same. The example below sets up the 7th axis as a servo motor type (0) with a ratio of 4000 counts per inch, a standard quadrature encoder type (0) using the proportional gain of 10, integral constant of 0 and then a derivative gain of 64. (Refer to the SERVOSTEP, RATIO, PROPRO, INTEG and DERIV settings in the CARD.INI file for other options.)
EXAMPLE: SETUP 7;0;4000;0;10;0;64;N
Reply With Quote

  #10   Ban this user!
Old 05-20-2010, 10:28 AM
davesnd's Avatar  
Join Date: Mar 2008
Location: Canada
Posts: 71
davesnd is on a distinguished road

Sounds to me like you haven't reached target position with the second axis you moved - could there be a mechanical reason for this causing it to jam up? Also you could try entering a larger number in the tolerance box in CNCsetup and see if that solves it. I have the galiltools servo tuning software and that solved all kinds of problems for me using the autotune in galiltools and then entering the values that gives into the P,I&D boxes in CNCsetup.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-23-2010, 10:09 PM
 
Join Date: Dec 2009
Location: INDIA
Posts: 9
Arul prakash is on a distinguished road
Question To enable an output at particular vector position during execution of the program

Originally Posted by Karl_T View Post
I'll go a step further and recommend XP SP1 (service pack 1) The SP2 and SP3 just add bloatware to slow your machine down. Don't install much other software on your control computer, especially NO VIRUS software. Because of this, don't connect directly to the internet. My machines are networked so I use something called MAC ID filtering on the router.

I've got superstitious on computers. I now only use HP / Compact with a P4 running about 2.4 to 3.0 MHz (cheap on eBay). Had trouble with an old AMD box and again with a quad core cpu. I'm sure others work but I'm not experimenting.

Karl
Hello Mr. karl,

With you help i have come a long way with my machine with camsoft, but here i stuck with a problem.
I want to fire my laser beam, while the machine is running, exactly at the position i define.
(i.e) the vector speed will be constant, fire the laser beam exactly at the vector position.
Please help me in achieving it........
Reply With Quote

  #12   Ban this user!
Old 06-24-2010, 06:21 AM
Karl_T's Avatar  
Join Date: Mar 2004
Location: Dassel,MN,USA
Posts: 1,318
Karl_T is on a distinguished road

Originally Posted by Arul prakash View Post
Hello Mr. karl,

With you help i have come a long way with my machine with camsoft, but here i stuck with a problem.
I want to fire my laser beam, while the machine is running, exactly at the position i define.
(i.e) the vector speed will be constant, fire the laser beam exactly at the vector position.
Please help me in achieving it........
If I understand correctly, you want to move a small distance, then turn your laser on while at constant speed. perhaps the easiest way would be to make an Mcode to turn laser on, say M3. Then write Gcode like this to turn on the laser after 1mm on a 5 mm move:

G0 X0 Y0
G1 X1 F1
M3
G1 X5

The first G1 starts motion, the M3 turns on laser, the second G1 will continue motion with the Laser now on.

Or, like always, there are lots of ways in Camsoft. There is a DISTOGO function. We could make a custom Gcode that says turn the laser on U distance from end of move. Replace the first Gcode above with:
G101 X5 U4 F1

In your G101 code have a tight loop checking for DISTOGO. Turn laser on when its under the u value (NOTE small u is not a typo. U specifies the value of variable u)

Karl
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
Galil & Camsoft RAP CamSoft Products 2 08-04-2010 04:39 AM
Galil & Camsoft RAP CamSoft Products 14 04-22-2010 09:14 AM
Need Help!- Camsoft \ Galil johnwaa CamSoft Products 3 09-11-2009 03:45 AM
Need Help!- Camsoft / Galil johnwaa CamSoft Products 3 08-07-2009 06:28 AM
Camsoft and Galil DMC-1841 mzartop6 CamSoft Products 5 01-31-2006 10:10 AM




All times are GMT -5. The time now is 05:12 PM.





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