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 > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-20-2007, 08:53 PM
 
Join Date: Nov 2006
Location: USA
Posts: 20
RogerN is on a distinguished road
Spindle Encoder to Mesa 5i20

I have my encoder connected and it shows counts on the Axis HAL configuration window. I took the info from nist-lathe and pluto-lathe and added the lines to the end of my m5i20 motion hal file. When I run the application, I get:
hal error signal 'spindle-index-enable' already has output or I/O pin(s)

From nist-lathe:
# hook up motion controller's spindle indexing pin
newsig spindle-index-enable bit
linkps motion.spindle-index-enable <=> spindle-index-enable
linksp spindle-index-enable <=> counter.0.index-enable

From lathe-pluto:
newsig spindle-index-enable bit
linkps motion.spindle-index-enable <=> spindle-index-enable
linksp spindle-index-enable <=> pluto-servo.encoder-2-index-enable

My m5i20 motion addition:
newsig spindle-index-enable bit
linkps motion.spindle-index-enable <=> spindle-index-enable
linksp spindle-index-enable <=> m5i20.0.enc-03-index


Any ideas on what I'm doing wrong?


Thanks!
Roger Neal
Reply With Quote

  #2   Ban this user!
Old 06-21-2007, 09:43 AM
 
Join Date: Jul 2003
Location: Holmen, WI
Posts: 1,081
samco is on a distinguished road

did you see this on the user list?

RogerN wrote:

> My m5i20 motion addition:
>
> newsig spindle-index-enable bit
> linkps motion.spindle-index-enable <=> spindle-index-enable
> linksp spindle-index-enable <=> m5i20.0.enc-03-index

The last line should be:

linksp spindle-index-enable <=> m5i20.0.enc-03-latch-index

Its confusing that the 2.1.x version of the 5i20 driver doesn't
use the same naming convention as the other drivers. What
most drivers call "index-enable", it calls "latch-index".

I'm not 100% sure that indexing works correctly in the 2.1.x
version of the 5i20 driver. But "halcmd show pin *index*" shows
"latch-index" as the only bidirectional pin on the 5i20 encoder.

Regards,

John Kasunich
Reply With Quote

  #3   Ban this user!
Old 06-21-2007, 11:24 AM
 
Join Date: Nov 2006
Location: USA
Posts: 20
RogerN is on a distinguished road

John, I used the latch-index instead of index and it did get rid of the error in trying to run emc2. I tried the G76 canned threading cycle in the example files. The cycle ran cutting air but the z speed didn't slow down or speed up with the spindle. I think the example program was set for 20tpi, I was probably cutting 1 to 5 tpi (guess, my air thread guage isn't real accurate :-). I actually stopped the spindle and it still threaded at the same speed.

Since the index works on other hardware, could I just use a m5i20 spare input for the index pulse?

Or could this be configured for a unidirectional spindle index pulse? (I don't understand how EMC2 uses the spindle-index-enable bidirectionaly.

Thanks!
Roger
Reply With Quote

  #4   Ban this user!
Old 10-17-2008, 07:55 AM
 
Join Date: Jan 2007
Location: Slovenia
Posts: 71
visky is on a distinguished road

newsig spindle-index-enable bit
linkps motion.spindle-index-enable <=> spindle-index-enable
linksp spindle-index-enable <=> m5i20.0.enc-05-latch-index

I wrote this into 5i20_motion.hal file and get error message:
Can not link"m5i20.0.enc-05"

What i am doing wrong? Do i have to write any additional code for spindle index?

I would like to use input pins for Y axis-> 05,06,07 input pins from P3 conector.

Also, if i add this code ( from ninst-lathe ) for spindle feedback :

# I/O thru the parport
loadrt hal_parport cfg="0x0378"
# counting the spindle counter in software
loadrt counter num_chan=1
# misc blocks needed to do fun things
loadrt ddt count=6
# spindle speed feedback
loadrt lowpass count=1
loadrt mult2 count=1
loadrt scale count=1
# first we read parport inputs
addf parport.0.read base-thread
# update counter
addf counter.update-counters base-thread

# differentiators to make vel and acc signals
addf ddt.0 servo-thread
addf ddt.1 servo-thread
addf ddt.2 servo-thread
addf ddt.3 servo-thread
addf ddt.4 servo-thread
addf ddt.5 servo-thread

addf lowpass.0 servo-thread
addf mult2.0 servo-thread

# Spindle speed feedback -- spindle-speed-fb-rpm can be metered or scoped
# but beware that at the highest speeds the software-based counter cannot
# keep up, and the speed is estimated incorrectly
newsig spindle-speed-fb-raw float
newsig spindle-speed-fb-filtered float
newsig spindle-speed-fb-rpm float

# The gain of the lowpass filter is a trade-off: Higher numbers track spindle
# speed better when the speed changes. Lower numbers give a more steady
# estimate of average spindle speed when the speed is nominally constant
setp lowpass.0.gain 0.01
linkps counter.0.velocity => spindle-speed-fb-raw
linksp spindle-speed-fb-raw => lowpass.0.in
linkps lowpass.0.out => spindle-speed-fb-filtered

setp mult2.0.in0 60
linksp spindle-speed-fb-filtered mult2.0.in1
linkps mult2.0.out spindle-speed-fb-rpm

newsig spindle-phase-Z bit
linksp spindle-phase-Z => counter.0.phase-Z
linkps parport.0.pin-13-in => spindle-phase-Z
setp counter.0.position-scale 1024

# hook up motion controller's spindle indexing pin
newsig spindle-index-enable bit
linkps motion.spindle-index-enable <=> spindle-index-enable
linksp spindle-index-enable <=> counter.0.index-enable

# report our revolution count to the motion controller
newsig spindle-pos float
linkps counter.0.position => spindle-pos
linksp spindle-pos => motion.spindle-revs

will it count?

I will run my VFD with 0-10Volt .

How can i solve my problem?
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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bridgeport Torq Cut 22 - Spindle/encoder problems, bad? vettespeed Bridgeport and Hardinge Mills 11 07-28-2011 04:16 AM
How do I orient spindle after encoder replacement? Torq Cut 22 vettespeed Bridgeport and Hardinge Mills 8 01-22-2007 01:39 PM
Spindle speed controler and encoder Parameter Mach Software (ArtSoft software) 1 12-10-2005 06:30 PM




All times are GMT -5. The time now is 02:53 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