Hello Guest it is March 29, 2024, 11:10:52 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dude1

1121
General Mach Discussion / Re: Heeeeeeeelllllpppp
« on: September 16, 2014, 04:08:04 AM »
give more info on the machine set up speeds and feeds you have set it to.
list what you have tried
have you conformed the computer is connecting to the bob.
what is the bob make model what ever, stepper size , what make are the stepper controllers, is the power supply working.
and have you read the manual.

1122
General Mach Discussion / Re: newbie
« on: September 11, 2014, 10:20:39 PM »
Mach3 forum and youtube

1123
General Mach Discussion / Re: "Ref All Home" is supposed to do what?
« on: September 10, 2014, 01:02:39 AM »
its in the manual it does what it says

1124
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 10:18:10 PM »
that's why I stopped playing with modbus I did not think it was a good idea to learn how to use it twice

1125
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 07:01:57 PM »
it will be a setting you have wrong I had the same thing it in the instructions just start again I found what I did wrong in the end but it just a setting what hopefully will be out

1126
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 02:41:00 AM »
you are lucky I found what I did just had a play.
you need to have the CRC16.Cpp, .H plus Modbus_Slave.CPP, .H also ModbusSlave.H, .CPP in the Arduino - hardware - arduino - cores - arduino folder.

in the arduino libraries folder you have ModBusSlave and Pin_Manipulator in one folder just call it ModBusSlave

just change all Wprogram.h to Arduino.h in all folders

1127
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 02:00:01 AM »
it was the one you get an email send money to account what ever or you computer wont work ever again I replied f you plus a lot more words.

the changes you need to do are in the arduino forum some where it really simple what needs done it just a couple of words that need changed

1128
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 12:35:51 AM »
to get modus working with the newer ide there are some miner changes that need done in the add-ons for it .H and .CPP files I cant rember what they are I did fix it last year and had it working but that computer was win 8 and I managed to get the win 8 lock virus, anything that was not accessed through the hard drive I got off but the arduino stuff and m3 was so I cant get in to get it off so i cant be off any-more help sorry

1129
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 07, 2014, 12:27:04 AM »
you can change notepad++ to different coding types and it opens a file how it is if you used a proper coding program for what ever language its in, like how it looks in the arduino ide,
also it save in the language that the code is in, no changeing from say Arduino .pde to .txt back to .pde
it just makes life easer for doing simple changes, works with .Lua to.

1130
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: September 06, 2014, 11:30:49 PM »
use notepad++ to do changes it makes it easier.
you look in the files to do with modbus its at the top of all the different files as mrich0908 says change Wprogram.h to Arduino.h, also all the .H and .CPP files need to be changed and put in the correct place as well.