SegwayChat
Home . Old Gallery

Go Back   SegwayChat > Segway Forums > Segway General Discussion

Notices

Segway General Discussion General discussion related to any model of Segways, miniPROs, or Ninebots. Please do not post non-Segway technology posts here; use the technology forum instead.

Reply
 
Thread Tools Display Modes
Old 04-14-2006, 03:34 PM   #41
dale@thecoys.net
Senior Member
dale@thecoys.net will become famous soon enough
 
dale@thecoys.net's Avatar
 
Join Date: Dec 2005
Location: Lee's Summit, MO, USA
Posts: 1,217
5 yr Member
Default Problems/Questions

1. How do I change the USB Port? I originally had the key hardware plugged into USB port 5, and the software found it just fine. Then today I plugged the key hardware into USB port 6, and the software will not find it. The other key software available (ibutton viewer, copy machine, etc.) can easily be changed to see it on port 6. And if I plug it into port 5, then SKManager finds it OK - but there needs to be some way to have SKManager find the port that the hardware is *NOW* plugged into, rather than the first port it saw.

2. I tried to use SKManager to change the turn rate on a key from 37.5 to 40. However, every time I clicked on "write", it went back to 37.5. So, I used a different program to change the turn rate to 40. Now, SKManager displays the turn as 31.5. But iButton Viewer and Copy Machine display the turn as 40.

SKManager shows (top left window) the iButton code as 17 00 00 00 6c 66 b5 04, if that's significant to you.

This is a SKManager.exe file that I downloaded yesterday (April 13), and is 655,360 bytes. However, it identifies itself (about...) as version 1.0
dale@thecoys.net is offline   Reply With Quote
Old 04-14-2006, 04:20 PM   #42
dale@thecoys.net
Senior Member
dale@thecoys.net will become famous soon enough
 
dale@thecoys.net's Avatar
 
Join Date: Dec 2005
Location: Lee's Summit, MO, USA
Posts: 1,217
5 yr Member
Default

Quote:
Originally Posted by dale@thecoys.net

2. I tried to use SKManager to change the turn rate on a key from 37.5 to 40. However, every time I clicked on "write", it went back to 37.5. So, I used a different program to change the turn rate to 40. Now, SKManager displays the turn as 31.5. But iButton Viewer and Copy Machine display the turn as 40.
Oops - I understand what's going on here - the other software (iButton Viewer and Copy Machine) are showing the raw hex data, but SKManager is showing percent. So, X40 = 31.5 percent.

And SKManager is silently "correcting" input that it considers to be bad. So, it "corrects" 40% to be 37.5%.

Perhaps a pulldown list of "legal" values would be helpful.
dale@thecoys.net is offline   Reply With Quote
Old 04-16-2006, 04:48 AM   #43
Thomas
Junior Member
Thomas is an unknown quantity at this point
 
Join Date: Feb 2003
Location: ,Lübeck, Germany.
Posts: 29
5 yr Member
Default Turn rate measurement

Still a bit dizzy, just made turn rate measurements on my i167 with 14.1 firmware. What I found:

1) The turn rate is independent from the fifths bit, only the 4 most significant bits are used to determine the turn rate.
2) Minimum turn rate is 3 (= 18,75%), lower values are adjusted to 3 automatically.
3) Maximaum turn rate is 12 (=0xC=75%=red key), higher values are adjusted to 12 automatically.
4) Results of the ten possible turn rate values:

Code:
 
Value     Rounds per Minute when turning in place
 3=18,75% 6,8
 4=25,00% 10,2
 5=31,25% 13,6
 6=37,50% 16,9
 7=43,75% 20,5
 8=50,00% 23,6
 9=56,25% 26,0
10=62,5ß% 27,6
11=68,75% 29,3
12=75,00% 30,6
Thomas is offline   Reply With Quote
Old 04-16-2006, 11:53 AM   #44
dale@thecoys.net
Senior Member
dale@thecoys.net will become famous soon enough
 
dale@thecoys.net's Avatar
 
Join Date: Dec 2005
Location: Lee's Summit, MO, USA
Posts: 1,217
5 yr Member
Default

Thanks. That's valuable information.
dale@thecoys.net is offline   Reply With Quote
Old 04-16-2006, 10:39 PM   #45
dale@thecoys.net
Senior Member
dale@thecoys.net will become famous soon enough
 
dale@thecoys.net's Avatar
 
Join Date: Dec 2005
Location: Lee's Summit, MO, USA
Posts: 1,217
5 yr Member
Default

Quote:
Originally Posted by Thomas
Still a bit dizzy, just made turn rate measurements on my i167 with 14.1 firmware. What I found:

1) The turn rate is independent from the fifths bit, only the 4 most significant bits are used to determine the turn rate.
2) Minimum turn rate is 3 (= 18,75%), lower values are adjusted to 3 automatically.
3) Maximaum turn rate is 12 (=0xC=75%=red key), higher values are adjusted to 12 automatically.
4) Results of the ten possible turn rate values:

Code:
 
Value     Rounds per Minute when turning in place
 3=18,75% 6,8
 4=25,00% 10,2
 5=31,25% 13,6
 6=37,50% 16,9
 7=43,75% 20,5
 8=50,00% 23,6
 9=56,25% 26,0
10=62,5ß% 27,6
11=68,75% 29,3
12=75,00% 30,6
Looking at that for a moment, compared with other information, there's a bit of a discrepancy - probably caused by dizziness. Perhaps you can look at your notes again.

Most references indicate that the RED key is in fact 75% turn - but that it is coded B0, which would be decimal 11 - not decimal 12. Looking at one of my red keys, it's coded B0.
dale@thecoys.net is offline   Reply With Quote
Old 04-19-2006, 10:12 AM   #46
toybuilder
Member
toybuilder is on a distinguished road
 
Join Date: Jan 2003
Location: Pasadena, CA, .
Posts: 935
5 yr Member
Default

Quote:
1. How do I change the USB Port?
The program always looks for the iButton port on the default port specified in the iButton Default 1-Wire Net program that comes with the iButton driver.

Quote:
Most references indicate that the RED key is in fact 75% turn - but that it is coded B0, which would be decimal 11 - not decimal 12. Looking at one of my red keys, it's coded B0.
You are both right! Thomas's number reflect the computed value, while Dale's number reflects the key encoding.

That is, the vaule "0" actually means 1 unit of turn = 6.25%. (It wouldn't make sense to have 0 turn, even if we sometimes wish that was possible!)

Correspondingly, the 12-units-of-turn is encoded as 11.

Joseph
toybuilder is offline   Reply With Quote
Old 04-19-2006, 11:13 AM   #47
dale@thecoys.net
Senior Member
dale@thecoys.net will become famous soon enough
 
dale@thecoys.net's Avatar
 
Join Date: Dec 2005
Location: Lee's Summit, MO, USA
Posts: 1,217
5 yr Member
Default

OK, so how do I change the USB port?
dale@thecoys.net is offline   Reply With Quote
Old 04-19-2006, 11:39 AM   #48
Isidore
Member
Isidore will become famous soon enoughIsidore will become famous soon enough
 
Isidore's Avatar
 
Join Date: Jun 2004
Location: London, United Kingdom.
Posts: 931
5 yr Member HT/PT Owner
Default Segway Key Software on Macintosh

Just came back from holiday and found the hardware I had ordered before leaving. Can report that the software worked first time on a Macintosh running Virtual PC and Windows 2000. It would be nice to be able to write keys when the original is not available but this is not essential at the moment. Any advice on setting the time out setting to values other than the ones you have provided?


Many thanks again it's really great!
__________________
Regards Isidore
Isidore is offline   Reply With Quote
Old 04-19-2006, 08:20 PM   #49
toybuilder
Member
toybuilder is on a distinguished road
 
Join Date: Jan 2003
Location: Pasadena, CA, .
Posts: 935
5 yr Member
Default

Quote:
Originally Posted by dale@thecoys.net
OK, so how do I change the USB port?
If you re-run the iButton Default 1-Wire Net program again, you should be able to change the port. That's how I did it on my setup switching between USB and Serial.
toybuilder is offline   Reply With Quote
Old 04-25-2006, 12:24 AM   #50
Mikaele
New Member
Mikaele is on a distinguished road
 
Mikaele's Avatar
 
Join Date: Apr 2006
Location: Austin, Texas
Posts: 3
5 yr Member
Question Great tool !

Toybuilder,

I love the application, it works perfectly and is a really handy tool. I notice that there are Open and Save options under "File", but they are greyed out. Is there any way to save a configuration for use later?
Mikaele is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 -4. The time now is 01:20 PM.
Copyright 2002-2024 SegwayChat.org
All rights reserved.

FreshBlue vBulletin skin by
VayaDesign
Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SegwayChat Archive