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! > Electronics > PIC Programing / Design


PIC Programing / Design Discuss programing of PIC chips here and design of electronics using PIC chips.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-29-2010, 04:36 PM
 
Join Date: Sep 2006
Location: England
Posts: 32
rdhopkins is on a distinguished road
USB Modbus I/O Using PIC

Hi everyone,

A little while back I retrofitted my Boxford 125 TCL lathe to convert it from requiring a BBC Micro to using a PC with Mach 3. I used a parallel breakout board from CNC4PC and a processor board of my own design that uses a PIC to interface to the front-panel of the lathe as well as the spindle control with the PC using Modbus over USB.

I wrote up some of the details on my website at http://www.fieldofcows.com/blog. Since then I've had a number of enquiries about the Modbus part of the project and people requesting the firmware source code.

I've finally got around to tidying up the source code to the point where I'm happy for people to download and use it. I've also started a project to build a standalone USB Modbus I/O board. Although I haven't yet built it (I hope to in the next couple of weeks) I believe it should work correctly. The circuit and firmware both work under simulation in Proteus.

The interface uses a PIC 18F4550 which has on-chip support for USB. I've used the Microchip USB stack to create a USB CDC serial port device for the Modbus comms. The firmware supports both RTU and ASCII protocols (selectable at compile time). The source code is written in C and is compiled using the Microchip C for PIC18 compiler.

If anyone is interested in taking a look or building one then have a look at my webpage at http://www.fieldofcows.com/index.php...dbus_Interface. I'd be very interested in your comments, fixes and suggestions for improvements.

Please be aware that I'm not an electronics engineer so the circuit may be flawed in ways I don't understand. I am a software engineer though so the firmware should be perfect .
Reply With Quote

  #2   Ban this user!
Old 01-31-2010, 05:30 AM
 
Join Date: Dec 2006
Location: Germany
Posts: 19
LazyBee is on a distinguished road

Hello,
looks as an interesting project for me.
What do you do with the analogue inputs and outputs? In the moment I have no idea to use it together with a cnc and Mach3?

Thanks
LazyBee
Reply With Quote

  #3   Ban this user!
Old 01-31-2010, 06:55 AM
 
Join Date: Dec 2004
Location: usa
Posts: 1,665
TOTALLYRC is on a distinguished road
Nice little gadget.

Hi rdhopkins,

If it works like you describe it will be a nice addition of things you can use to get more I/O past the pport in Mach3.


Hi Lazybee,
The analog input can be used to control spindle speed override or feed rate override.
The analog output is as he says is used for the spindle speed control.

This would most likely have to be used with the serial Modbus option in Mach3. You would first need to activate serial Modbus on the first page of ports and pins.
Most of the connection of the I/O to operation in Mach3 is done thru the use of brains.

Take a look at the Modbus video on the mach3 support site to get a feel of what is required.

Mike
__________________
Warning: DIY CNC may cause extreme hair loss due to you pulling your hair out.
Reply With Quote

  #4   Ban this user!
Old 02-01-2010, 05:35 PM
 
Join Date: Sep 2006
Location: England
Posts: 32
rdhopkins is on a distinguished road

Hi LazyBee,

I put a couple of analogue inputs and a single analogue output on the board to fit my purposes, as TOTALLYRC states I have a feed rate override knob that I will connect to one analogue input. The other is unused. The analogue output connects directly to the speed controller on my lathe to control the spindle speed.

It would be extremely easy to use any of the facilities provided by the PIC and interface to them over Modbus. I tried to write the firmware to make it easy to modify and extend. You could use all the I/O as digital inputs or all as outputs for example if that is what you need.

Once plugged into the PC it is very easy to get it talking to Mach 3. I did have some problems with a previous version of the firmware where it would timeout on a message every so often but I think I have fixed thats so it should be quite reliable. Although I will have to build the board and try it out before I can promise anything!

Roy
Reply With Quote

  #5   Ban this user!
Old 02-03-2010, 05:14 AM
 
Join Date: Dec 2006
Location: Germany
Posts: 19
LazyBee is on a distinguished road

Hello Roy,
thank you for your comments.


LazyBee
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-09-2011, 10:46 AM
 
Join Date: Apr 2003
Location: usa
Posts: 242
kdoney is on a distinguished road
mapping memory from foc modbus to mach3

I can't seem to find a way to connect your code to mach3. The com port is created when I plug in the pcb and communications is established, even through mach3 as tested in the serial modbus config screen. When I try to read or write data I get timeout errors. I
must be pointing to the wrong addresses. I have tried random numbers along with the one I thought would work, F081 (61569), since this is the address for portb.
Reply With Quote

  #7   Ban this user!
Old 04-12-2012, 02:11 PM
 
Join Date: Jan 2012
Location: Norway
Posts: 1
seconika is on a distinguished road
There is a way :)

Hi,
I have useed this setup with Mach3 for 2 mounth now.
It's working very nice and the setup is easy to do.

I will try to remeber to make a writeup on the settings for the serial modbus in Mach3 when I get back home from work. (This weekend i hope )

If some one is interested, if I do forget just make a note here and i think there will be a mail sent to me..

regards,
Niklas

"edit" Oupps... sorry, old thread..
Reply With Quote

  #8   Ban this user!
Old 05-02-2012, 07:23 PM
 
Join Date: Feb 2007
Location: canada
Posts: 619
Larken is on a distinguished road

Originally Posted by Rdhopkins
Please be aware that I'm not an electronics engineer so the circuit may be flawed in ways I don't understand. I am a software engineer though so the firmware should be perfect .
Nice clean program !. I like the way you write code.

I much prefer that way over separate C and header files for every little thing.
__________________
Manufacturer of CNC routers and Viper Servo Drives
www.LarkenCNC.com and www.Viperservo.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
Modbus to run GS-2 drive? mecheng10 Mach Mill 13 05-13-2009 08:59 PM
Mach3 with Hitachi VFD using Modbus swinn Mach Software (ArtSoft software) 2 11-28-2008 12:44 PM
reading modbus inputs howling60 Mach Software (ArtSoft software) 1 04-17-2007 07:41 AM
EMC2/Modbus......HELP! pauldkeeton LinuxCNC (formerly EMC2) 5 02-18-2007 04:47 PM
modbus device Drew Machines running Mach Software 14 02-11-2007 01:59 PM




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