RadiantMotorControlVersion0.0.1beta
I am sorry for the delay posting the motor control program. Have had new innovations to deal with and some snags in the communication protocols.
@Dana
are you using an external power source for the arduino or are you powering it with the usb cable? If you are powering it with the usb it will power down when the computer is powered down. Mine has a jack to provide 9 volts power or plug into any wall socket and the program should continue to run until the battery drains or the power fails. An uninterruptible power supply would be in order here.
@lightworker
I may have this wrong but I think that you are using a comma delimited string to update the info to your monitor. I am having a lot of grief trying to do something in c++ that is a piece of cake in c# and vb.net. How to convert a double or a into a string. I have searched the web and found solutions but none seem to work on the arduino. I have included the string class and string stream class and still cannot get them to convert without giving an exception. Point the way if you are accomplishing this and I will have this interface done tonight.
@all
I have the installed dropbox and dragged the file into it and clicked on the file to share the folder. I am not sure how to proceed at this point. The choices are share with none, doesn't sound like sharing to me, share with home group read only, share with home group read and write, share with specific people. I don't think we want to open it up for everyone to write to the program now. Possible key members helping with the writing of the software. I would like to invite Dana, Lightworker and John Stone to view the program in its entirety and to run burn in tests with the entire program and not just the little excerpt that I posted the other day. This is the heart of the program but there are so many other implementations that you do not have that will help each of the questions I have seen posted on the site today. The concept is well thought out and much larger than those few lines of code.
@ufoPolitics
The pulse modes can be much more powerful than the way in which they are being used currently. Once everyone understands the way this program works they will have a complete test platform for adjusting the timing of the pulses and the length of the time of the pulse cycles, and the amount of the duty cycle. So I will post it as soon as someone tells me how to choose the workgroup. By the way all changes can be made on the fly between modes and such.
Cheers,
Garry
I am sorry for the delay posting the motor control program. Have had new innovations to deal with and some snags in the communication protocols.
@Dana
are you using an external power source for the arduino or are you powering it with the usb cable? If you are powering it with the usb it will power down when the computer is powered down. Mine has a jack to provide 9 volts power or plug into any wall socket and the program should continue to run until the battery drains or the power fails. An uninterruptible power supply would be in order here.
@lightworker
I may have this wrong but I think that you are using a comma delimited string to update the info to your monitor. I am having a lot of grief trying to do something in c++ that is a piece of cake in c# and vb.net. How to convert a double or a into a string. I have searched the web and found solutions but none seem to work on the arduino. I have included the string class and string stream class and still cannot get them to convert without giving an exception. Point the way if you are accomplishing this and I will have this interface done tonight.
@all
I have the installed dropbox and dragged the file into it and clicked on the file to share the folder. I am not sure how to proceed at this point. The choices are share with none, doesn't sound like sharing to me, share with home group read only, share with home group read and write, share with specific people. I don't think we want to open it up for everyone to write to the program now. Possible key members helping with the writing of the software. I would like to invite Dana, Lightworker and John Stone to view the program in its entirety and to run burn in tests with the entire program and not just the little excerpt that I posted the other day. This is the heart of the program but there are so many other implementations that you do not have that will help each of the questions I have seen posted on the site today. The concept is well thought out and much larger than those few lines of code.
@ufoPolitics
The pulse modes can be much more powerful than the way in which they are being used currently. Once everyone understands the way this program works they will have a complete test platform for adjusting the timing of the pulses and the length of the time of the pulse cycles, and the amount of the duty cycle. So I will post it as soon as someone tells me how to choose the workgroup. By the way all changes can be made on the fly between modes and such.
Cheers,
Garry
Comment