Go Back   IceInSpace > Equipment > ATM and DIY Projects
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #1  
Old 29-09-2010, 04:26 PM
chrisp9au's Avatar
chrisp9au (Chris)
Hitchhiker

chrisp9au is offline
 
Join Date: Jan 2007
Location: Clifton Springs, Victoria
Posts: 889
Stepper motor/controller software source?

I've been having a spring clean in the shed, opening boxes that haven't been opened in years!

I find that I have a stepper motor controller PCB from a company called Aviosys, kit number AK27PCB.
It would appear to drive a 6 wire stepper motor, via a 25 pin parallel cable from a PC, on 8 - 12V

I also found that I have a six wire Astrosyn Miniangle stepper motor. 1.8 degree.

I have the required cables, but no software to test it all out.
Not sure what I can use it for, telescope 'wise', but I could learn something along the way!

The only link I can find appears below, translated from Japanese...

http://translate.google.com.au/translate?hl=en&sl=ja&u=http://cba.sakura.ne.jp/kit01/kit_398.htm&ei=6teiTLf8LIPUvQO5l8zi Aw&sa=X&oi=translate&ct=result&resn um=1&ved=0CBgQ7gEwAA&prev=/search%3Fq%3DAviosys%2BAK27PCB%26hl %3Den%26client%3Dfirefox-a%26sa%3DG%26rls%3Dorg.mozilla:en-USfficial

But this link does not provide any information on the software.

I'm wondering if anybody has software that might suit this setup? in basic or visual basic, or a link to where I could download it?

Cheers
Chris
Reply With Quote
  #2  
Old 29-09-2010, 06:54 PM
bojan's Avatar
bojan
amateur

bojan is offline
 
Join Date: Jul 2006
Location: Mt Waverley, VIC
Posts: 7,105
Mel Bartel's website.
http://www.bbastrodesigns.com/BBAstr...ted_Telescopes

However, you need to investigate the pin allocation in detail.
Reply With Quote
  #3  
Old 30-09-2010, 01:07 PM
mtodman's Avatar
mtodman (Matt)
Registered User

mtodman is offline
 
Join Date: Oct 2007
Location: Arcadia, NSW, Australia
Posts: 191
Hi chris,

I thi9nk this might be the controller you're talking about.
http://jaycar.com.au/productView.asp...r&form=KEYWORD

Try downloading the .zipfile which contains the relevant software.

Cheers

matt
Reply With Quote
  #4  
Old 30-09-2010, 04:14 PM
chrisp9au's Avatar
chrisp9au (Chris)
Hitchhiker

chrisp9au is offline
 
Join Date: Jan 2007
Location: Clifton Springs, Victoria
Posts: 889
Bojan, Matt,

Thank you very much!

I tried Scope.exe from Mel Bartels but suspect that my parallel cable isn't quite right.

The Jaycar kit looks exactly the same as the board I have, I've downloaded the software and will give it a try this evening.

Thanks again,

Cheers
Chris
Reply With Quote
  #5  
Old 30-09-2010, 06:11 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Chris

If you need to control the stepper via the parallel port you may not be able to use windows XP. If direct port addressing is required this function is inhibited in XP. However there is a work around


Barry
Reply With Quote
  #6  
Old 30-09-2010, 06:45 PM
chrisp9au's Avatar
chrisp9au (Chris)
Hitchhiker

chrisp9au is offline
 
Join Date: Jan 2007
Location: Clifton Springs, Victoria
Posts: 889
Thanks Barry, so far I have been trying from the Dos prompt.
The software suggested by Matt however has a Windows component so I may have difficulties. What would the workaround be?

Cheers
Chris
Reply With Quote
  #7  
Old 30-09-2010, 09:42 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Chris

You need to install a kernell mode driver "userport.sys".
I have all the parts but will need to package it up.

Barry
Reply With Quote
  #8  
Old 01-10-2010, 01:23 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Chris

Here is the userport patch to allow XP and Windows 2000 to access the printer port directly.

Barry
Attached Files
File Type: zip xp-ports.zip (45.2 KB, 153 views)
Reply With Quote
  #9  
Old 01-10-2010, 01:34 PM
chrisp9au's Avatar
chrisp9au (Chris)
Hitchhiker

chrisp9au is offline
 
Join Date: Jan 2007
Location: Clifton Springs, Victoria
Posts: 889
Thanks Barry,

I'll let you know how I go.

Cheers
Chris
Reply With Quote
  #10  
Old 02-10-2010, 12:59 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Chris

I think I know why that board had been put away and forgotten.

I got one for experimenting and it is basically not much use to drive a scope as is. The software is very basic and will either rotate the stepper cw or ccw up to about 760 pps. That is about all.

To interface it into a telescope drive program will require two boards and connection of the second board to the unused data lines of the Printer socket.

The program will then need to have a second set of commands to drive the second board in the same manner as before.

When this is done the lot can be interfaced into some sort of telescope drive program. eg Bartell's or one I wrote many years ago.

If you really want to go this way I would suggest getting the proper Bartell's kit, and put that board back in the junk box.

Barry
Reply With Quote
  #11  
Old 07-10-2010, 02:03 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Chris

I have been doing some experimenting with that AVIO systems board and have worked out a way that might be usefull to drive a telescope using two of the boards suitably modified to allow both to be operated from LPT1 (not LPT2 or 3 etc). By using Qbasic's LPRINT command I can get around the problem of addressing ports directly under 2000/XP etc.

I have written a simple short program in Qbasic that will allow you to test 5 wire motors for speed and mode of operation using a slightly modified board so that the LPRINT command will work. The modifications necessary are on page 6 of the instructions.pdf. The value for delay will depend on the speed of your computer so some experimentation will be necessary to establish the minimum value. The instruction manual (my version) is too big to attach so I have just included my additions.

Barry
Attached Files
File Type: zip KV3594.ZIP (382.7 KB, 219 views)
Reply With Quote
  #12  
Old 07-10-2010, 02:22 PM
chrisp9au's Avatar
chrisp9au (Chris)
Hitchhiker

chrisp9au is offline
 
Join Date: Jan 2007
Location: Clifton Springs, Victoria
Posts: 889
Barry, sorry, I haven't advanced much on this. Family problems have taken priority, as they do!
I'll try to get some time on it next week.

Cheers
Chris
Reply With Quote
Reply

Bookmarks


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

Forum Jump


All times are GMT +10. The time is now 08:58 AM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement