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! > MetalWorking Machines > Deckel, Maho, Aciera, Abene Mills


Deckel, Maho, Aciera, Abene Mills Discuss European "Deckel type" mills. Abene here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-08-2008, 04:35 PM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road
Maho MH600E - CNC432 Data transfer problems

I have tried to connect the machine (Maho MH 600E - CNC432) to my pc today, but it did not go so well. I used Hyperterminal to send files.
I got the same error code (D84 i think it was) for data input and output, the error code stands for "waiting to long".

So i was install a instrument (line listener) between the serial cable, and
then i could see that some information be sent from the pc to the machine. At the same time when i click send, when i try to send a program from the pc i got the error code comes up on the machine. I was thinking if the program have to start with any character to start recieve the file i try to send?

And if i tried to send data away from the machine to pc, the machine only
was sending "EQ" 5 times with about 5 seconds between each other,like it
wait for a signal from the pc. And when the 5th "EQ" has been send to pc,
the error code D84 come up again. Does anyone now anything about this problem, or have any tip?

Here are my settings:

Baudrate= 2400
Data bits= 7
Parity= Even
stop bits= 2
Flow controll Hardware

Send CR at line end
Local ecco

Here are the program i try to send:

%PM
N9008
N1 F200 S650 T1 M67
N2 G1 X30
N3 Y20 M30
Reply With Quote

  #2   Ban this user!
Old 12-10-2008, 09:53 AM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

I wonder if i should have the machine constants at RTS or 3-Wire?
Reply With Quote

  #3   Ban this user!
Old 12-12-2008, 10:19 AM
 
Join Date: Jan 2008
Location: canada
Posts: 124
thebodger@roger is on a distinguished road

3 wire is for software handshaking. It is the method I found works best. It uses X-on, Xoff signals for flow control. With a 25 pin connector, pin 2 at machine goes to pin 3 at computer. Then pin 3 at machine goes to pin 2 at computer. Pin 7 doesn't cross over to anything, so pin7 to pin 7. Also program must start with a %PM for first line. Easiest way to see the program format is to send a program from machine to computer, then open it with notepad.
Reply With Quote

  #4   Ban this user!
Old 12-12-2008, 11:57 AM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

Originally Posted by thebodger@roger View Post
3 wire is for software handshaking. It is the method I found works best. It uses X-on, Xoff signals for flow control. With a 25 pin connector, pin 2 at machine goes to pin 3 at computer. Then pin 3 at machine goes to pin 2 at computer. Pin 7 doesn't cross over to anything, so pin7 to pin 7. Also program must start with a %PM for first line. Easiest way to see the program format is to send a program from machine to computer, then open it with notepad.
What program do you use to send/recieve data to the machine? I have this type of cable:

When you send programs out from the machine, do you need to give the machine any character to start to send over the data to computer? Or could you specify in details how you make the machine send data in/out?





1
Reply With Quote

  #5   Ban this user!
Old 12-12-2008, 12:47 PM
 
Join Date: Jan 2008
Location: canada
Posts: 124
thebodger@roger is on a distinguished road

For communication software we use Multi DNC. It is fairly expensive and is not nessessary for only 1 PC per machine. Hyperterminal will work fine. I never use hardware handshaking on the 432 CNC, because it can be quite difficult to get it to work reliably, if you get it to work at all. Besides software handshake is so much simpler, and you only need a 3 wire cable, so I will only comment on the 3 wire method.

First check your machine constants, they should look like this:

N 770 = 0 (DIO / DNC)
N 771 = 0 (0= ASCII)
N 772 = 1 (DIO Recognition Automatic)
N 773 = 2 (DIO Flowcontrol 3 wire)
N 774 = 30 ( DIO Leader/ Trailer)
N 775 = 1 ( Stop Bits 1 or 2 )
N 776 = 2400 ( Baud Rate)

You must also make a 3 wire cable like this:

9 Pin PC 25 Pin CNC

Pin 3 ------------> Pin 3
Pin 2-------------> Pin 2
Pin 5-------------> Pin 7

Constant N770 must be set to "0". You cannot use DNC mode with serial communication. It requiers special sofware and setup from DMG.

To output a program, simply press the "PROG MEM" key, then F5 "ID DIR", then "DATA IN/OUT", then F3 "OUTPUT".
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-12-2008, 04:16 PM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

Originally Posted by thebodger@roger View Post
For communication software we use Multi DNC. It is fairly expensive and is not nessessary for only 1 PC per machine. Hyperterminal will work fine. I never use hardware handshaking on the 432 CNC, because it can be quite difficult to get it to work reliably, if you get it to work at all. Besides software handshake is so much simpler, and you only need a 3 wire cable, so I will only comment on the 3 wire method.

First check your machine constants, they should look like this:

N 770 = 0 (DIO / DNC)
N 771 = 0 (0= ASCII)
N 772 = 1 (DIO Recognition Automatic)
N 773 = 2 (DIO Flowcontrol 3 wire)
N 774 = 30 ( DIO Leader/ Trailer)
N 775 = 1 ( Stop Bits 1 or 2 )
N 776 = 2400 ( Baud Rate)

You must also make a 3 wire cable like this:

9 Pin PC 25 Pin CNC

Pin 3 ------------> Pin 3
Pin 2-------------> Pin 2
Pin 5-------------> Pin 7

Constant N770 must be set to "0". You cannot use DNC mode with serial communication. It requiers special sofware and setup from DMG.

To output a program, simply press the "PROG MEM" key, then F5 "ID DIR", then "DATA IN/OUT", then F3 "OUTPUT".
Thanks for your help, i will try this cable and setup on monday. Could i have folowing setup to Hyperterminal?

Serial= Com1
Baudrate= 2400
Data bits= 7
Parity= Even
stop bits= 1
Flow controll Hardware

Send CR at line end
Local ecco
Reply With Quote

  #7   Ban this user!
Old 12-12-2008, 10:32 PM
 
Join Date: Jan 2008
Location: canada
Posts: 124
thebodger@roger is on a distinguished road

The setup in hypertemimal is good except change flow control to "software X-ON X-OFF. I can't remember the hyperterminal control codes for this, or if you really need to set them, a Google search may help as I have not used hyperteminal for a long time. Send me a PM, IF you need a good MSDOS program for file transfer.
Reply With Quote

  #8   Ban this user!
Old 12-15-2008, 12:18 AM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

Originally Posted by thebodger@roger View Post
For communication software we use Multi DNC. It is fairly expensive and is not nessessary for only 1 PC per machine. Hyperterminal will work fine. I never use hardware handshaking on the 432 CNC, because it can be quite difficult to get it to work reliably, if you get it to work at all. Besides software handshake is so much simpler, and you only need a 3 wire cable, so I will only comment on the 3 wire method.

First check your machine constants, they should look like this:

N 770 = 0 (DIO / DNC)
N 771 = 0 (0= ASCII)
N 772 = 1 (DIO Recognition Automatic)
N 773 = 2 (DIO Flowcontrol 3 wire)
N 774 = 30 ( DIO Leader/ Trailer)
N 775 = 1 ( Stop Bits 1 or 2 )
N 776 = 2400 ( Baud Rate)

You must also make a 3 wire cable like this:

9 Pin PC 25 Pin CNC

Pin 3 ------------> Pin 3
Pin 2-------------> Pin 2
Pin 5-------------> Pin 7

Constant N770 must be set to "0". You cannot use DNC mode with serial communication. It requiers special sofware and setup from DMG.

To output a program, simply press the "PROG MEM" key, then F5 "ID DIR", then "DATA IN/OUT", then F3 "OUTPUT".
I have try this setup that you was recomend me to use, and i could send programs from Pc to Maho, but not from Maho to Pc? I was use Hyperterminal, and when i have send the program i have to push Ctrl+D and then the machine start to recieve it. But when i was try to send program from the machine nothing happend om the Pc? Any ideas about that?

And when i have machine constant N 770 at 0 (=V24) i canīt start the hydraulic at the machine? This happen when i try to start it, it run a few seconds and then i got Error code M01 I05 I01? N 770 was set to 3 (=V11/V24)
Reply With Quote

  #9   Ban this user!
Old 12-15-2008, 06:13 AM
 
Join Date: Jan 2008
Location: canada
Posts: 124
thebodger@roger is on a distinguished road

You have to make sure you have selected a program on the CNC that you wish to send to the PC.

Constant number N770, if the value= 3 works, then use that, don't change it.

Also you may try to use the V24 program I sent you.
Reply With Quote

  #10   Ban this user!
Old 12-15-2008, 07:51 AM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

Originally Posted by thebodger@roger View Post
You have to make sure you have selected a program on the CNC that you wish to send to the PC.

Constant number N770, if the value= 3 works, then use that, don't change it.

Also you may try to use the V24 program I sent you.
When i have constant number N770 at value=3(V11/V24), then i canīt send the program from Pc to machine anymore? But when i have N770 =0(V24) then it works fine to send the program, but the machine will not start?

Machine constants N782 to N798, what setup should this have?
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 12-15-2008, 08:33 AM
 
Join Date: Jan 2008
Location: canada
Posts: 124
thebodger@roger is on a distinguished road

After you change constant N770 = 0, are you remembering to return the constant write toggle switch back to the run position??? Or if you use constant N80 to unlock the constants you must return N80 = 0, to be able to start hydraulics. I don't understand how changing a constant for communication causes the machine to not start??

On our Maho mills we don't have N782, but I believe this is for RS 422???

But for :
N796 = 1
N797 = 1
N798 = 0
N799 = 0
Reply With Quote

  #12   Ban this user!
Old 12-15-2008, 10:56 AM
 
Join Date: Dec 2008
Location: Sweden
Posts: 18
Grusse is on a distinguished road

Originally Posted by thebodger@roger View Post
After you change constant N770 = 0, are you remembering to return the constant write toggle switch back to the run position??? Or if you use constant N80 to unlock the constants you must return N80 = 0, to be able to start hydraulics. I don't understand how changing a constant for communication causes the machine to not start??

On our Maho mills we don't have N782, but I believe this is for RS 422???

But for :
N796 = 1
N797 = 1
N798 = 0
N799 = 0
Yes i was remember to return the constant write switch. But like you say, i donīt understand why the machine not start after changing constant N770? Itīs correct that constant N782 is for RS 422, do you now what this serial port is for? Maby i have to change some machine constants for RS 422 to make it work?
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
Maho MH600E Milling machine questions??? marx911 General Metal Working Machines 4 01-23-2009 12:51 PM
Recommend data transfer software for Fanuc Series 21i-TB dazz_ Fanuc 13 05-02-2008 12:47 PM
Need Help!- DMC63V data transfer (ASAP) sonnybiker Deckel, Maho, Aciera, Abene Mills 0 04-16-2008 02:52 AM
Need help with data transfer hookup for PC to Bandit I Level II Firmware Loaded Contr mrmikeman55 General Electronics Discussion 9 12-23-2007 09:50 AM
Fanuc 9M data transfer problem YOO Fanuc 1 01-18-2007 08:26 AM




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