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 11-24-2009, 05:14 PM
 
Join Date: Nov 2009
Location: USA
Age: 41
Posts: 2
Jadecy is on a distinguished road
EMC2/Ubuntu 8.04 - PCI Parallel port - NetMos NM9805CV

I am new to Linux but have a good backround in electronics and MS environment. I have a new Dell Studio PC and have EMC2/Ubuntu 8.04 loaded (it is dual boot with MS Windows 7). This new PC has no parallel port on the motherboard so I purchased a PCI Parallel port - NM9805CV. I cannot find a complete enough write up on this to overcome my ignorance when it comes to Linux. I found the following:

http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?NetMos


======================================================
...

a ribbon cable) uses the first address listed (b800).

You can then open an editor and put the addresses into the appropriate place in your .hal file.

loadrt hal_parport cfg="0x378 0xc000"

...


======================================================

this at first glance looks like a good explanation. My problem is I have no idea where this .hal file is. I've looked in the file system and found some files with .hal as the extension but don't know which one to change. Can someone please enlighten me? I'm sure this can't be too complicated for those familiar with Linux.

Thank you!
Reply With Quote

  #2   Ban this user!
Old 11-24-2009, 08:22 PM
 
Join Date: Nov 2009
Location: USA
Posts: 113
pfred2 is on a distinguished road

Have you read these:

http://linuxcnc.org/docs/2.3/

If you can IRC #emc on irc.us.freenode.net can sometimes be useful too.
Reply With Quote

  #3   Ban this user!
Old 11-24-2009, 10:18 PM
 
Join Date: Nov 2009
Location: USA
Age: 41
Posts: 2
Jadecy is on a distinguished road
Talking

After much frustration and beating my head against the wall I have grown in my linux-foo!

This is specific to several things but may help someone else.

Given:

Dell Studio Desktop PC
- no parallel port on motherboard
- windows 7
- one PCI slot

PCI Parallel Port card
- brand: For best ports connection (approx. $20)
- PCI Multi I/O Controller Card
- NetMos dual ports PCI NM9715CV Parallel SPP/EPP/ECP Mode hi-speed

Sherline CNC package

references and actions:

goto - http://linuxcnc.org/docs/2.3/EMC2_Integrator_Manual.pdf

and refer to page 25 for the explanation of what to do.

The file to modify for the milling machine setup (in particular the Sherline Benchtop Mill (inch)) configuration is /home/sherline/emc2/configs/sherline/standard_pinout.hal

Here is my file as it is now and the control is working properly. If anyone sees an error please let me know.

===================================
# first load the parport driver
loadrt hal_parport cfg="0x0378 0xa800"
addf parport.0.read base-thread 1
addf parport.0.write base-thread -1
addf parport.1.read base-thread 1
addf parport.1.write base-thread -1
net Xstep => parport.1.pin-03-out
net Xdir => parport.1.pin-02-out
net Ystep => parport.1.pin-05-out
net Ydir => parport.1.pin-04-out
net Zstep => parport.1.pin-07-out
net Zdir => parport.1.pin-06-out
net Astep => parport.1.pin-09-out
net Adir => parport.1.pin-08-out

# create a signal for the estop loopback
net estop-loop iocontrol.0.user-enable-out iocontrol.0.emc-enable-in

# create signals for tool loading loopback
net tool-prep-loop iocontrol.0.tool-prepare iocontrol.0.tool-prepared
net tool-change-loop iocontrol.0.tool-change iocontrol.0.tool-changed
========================================================

connect to the second parallel port that comes off the header on the card. You can change this over to the other port if you figure out which port address to use.

To see the port addresses use the lspci –v command in the terminal window.
My address just happened to be 0xa800. Yours will probably be different.

To dual boot Ubuntu and Windows 7 I read some posts on the web to resize the drive and create several new partitions. The linux partition should be formatted as ext3 and not ntfs. I created an additional partition and formatted it as ntfs to have shared space.

Those are the main things that I found that helped. I may right this up more in depth later but I have some other things I need to do right now.

Later!

Last edited by Jadecy; 11-25-2009 at 08:39 PM.
Reply With Quote

  #4   Ban this user!
Old 11-25-2009, 05:24 AM
 
Join Date: Nov 2009
Location: USA
Posts: 113
pfred2 is on a distinguished road

I found
http://linuxcnc.org/docs/2.3/EMC2_Getting_Started.pdf
The most informative. Though there is valuable information in the other documents as well.

Have you found the Stepconf configuration wizard application yet? It is described in the Getting Started file.
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
New Machine Build- EMC2 E-stop parallel port pinout and E-stop loop GreenLead LinuxCNC (formerly EMC2) 12 08-03-2010 12:05 PM
What comes with ubuntu & EMC2? cwebs LinuxCNC (formerly EMC2) 6 08-17-2009 04:26 PM
Mach3 and NetMos 9805cv Par Port woes Konstantin Mach Software (ArtSoft software) 2 08-03-2008 08:13 PM
Ubuntu 6.06 & EMC2 tenmetalman LinuxCNC (formerly EMC2) 19 10-11-2006 09:23 PM
New live Ubuntu 6.06 with EMC2 samco LinuxCNC (formerly EMC2) 0 09-20-2006 09:32 AM




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