Search found 39 matches

by alexus
Sat Jun 21, 2008 10:39 pm
Forum: Developer's Forum for Windows
Topic: As a Helicopter flight control device...
Replies: 22
Views: 43441

ok I have started new public forum post and also have posted DAY2 photos and videos there

now toy works much better, in the video you can see it from outside and from mounted x=camera view.

Here is the link to new post:
viewtopic.php?t=2223
by alexus
Sat Jun 21, 2008 10:33 pm
Forum: Windows Discussion Forum
Topic: SpaceNavigator controlling Robots (Pan Tilt Camera Movement)
Replies: 29
Views: 48030

SpaceNavigator controlling Robots (Pan Tilt Camera Movement)

SpaceNavigator controlling Robots (Pan Tilt Camera Movement)
Ok guys we have moved out from Developers forum to the public one as the project was finished in 2 day. Wow that was quick one. So to those who don
by alexus
Sat Jun 21, 2008 10:49 am
Forum: Developer's Forum for Windows
Topic: As a Helicopter flight control device...
Replies: 22
Views: 43441

To controll this thingie through the net is easy (well lets put this way its doable with 2-7 hours of work) but at this moment i'm not sure if I want to do tha peace of software ... maybe when i move to new place (or some one would pay me $600-900 i could install one on the rool and let ppl on this ...
by alexus
Sat Jun 21, 2008 10:21 am
Forum: Developer's Forum for Windows
Topic: As a Helicopter flight control device...
Replies: 22
Views: 43441

I didn't really get what yu ment by side business but if 3D Nonnecion wants to partner up with me i can do some more cool projects ;-) Also I have updated the software so now we can controll the camera robo arm much smoother and in full X. Y axis ... I still want to improove the controll algorithm t...
by alexus
Fri Jun 20, 2008 8:27 pm
Forum: Developer's Forum for Windows
Topic: As a Helicopter flight control device...
Replies: 22
Views: 43441

Ok Here you go yje first vide of Pan Tilt Robo Arm with camera, controlled by Space Pilot =) I hpe i can put YouTube in here. It is rough 10 min programing so we still shaking and we dont have acceleration controll and only aone axis is used... later will make it perfect... now lets see how video wi...
by alexus
Thu Jun 19, 2008 2:44 pm
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

How come I cxant edit my post? :( C# code was cut off public class Form1 { // This delegate enables asynchronous calls for setting // the text property on a TextBox control. public delegate void SetMotionTextCallback(); public delegate void SetKeyTextCallback(int keyCode); private TDxInput.Sensor Se...
by alexus
Thu Jun 19, 2008 2:43 pm
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

ok here you go VB and C# code. I would note that C# code is broken, I could not fix it, i did the convertion but It says that Finalize methoud should not be used instead I should use deconstructor... im not to good w/ C# garbadge collectors so C# code provided as is.... VB code worlks fine... basic ...
by alexus
Thu Jun 19, 2008 9:40 am
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

yea just hang on, I need to do some project for client so they see that i'm doing something and then I get back to you =)
by alexus
Thu Jun 19, 2008 9:22 am
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

I think InitializeComponent() is the function that will activate the 3D Connexuion DLL file and then as vitrual driver is running we can work with that... as to C# code, I can convert it to C# easily... ok hand on let me clean the app so I would have les garbadge and then I post clean code in both V...
by alexus
Thu Jun 19, 2008 8:56 am
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

well greate there is no option to attach the file :( and my FTP is down... so I will atach as COde rather then project file. I have lots of junk there since i was experementing on how to controll the menus but in simple way the cordinates are outputed to the text box... wait wanst it a part of SDK? ...
by alexus
Thu Jun 19, 2008 8:27 am
Forum: Developer's Forum for Windows
Topic: App support/config for different 3Dx Products
Replies: 5
Views: 10933

yey that will work too =)
thanks!
by alexus
Thu Jun 19, 2008 8:10 am
Forum: Developer's Forum for Windows
Topic: App support/config for different 3Dx Products
Replies: 5
Views: 10933

I didnt know about DirectX options, will take a look at it (although never worked w/ dx) Well my project is to controll car electronics via space navigator, so more direct access the better. I dont think ppl really need firmware but rather the addresses of the sensors. In my demo project I did rendo...
by alexus
Thu Jun 19, 2008 8:05 am
Forum: Developer's Forum for Windows
Topic: Example of OnSensorInput()
Replies: 14
Views: 97820

ok will post the project in half an hour
by alexus
Wed Jun 18, 2008 8:54 pm
Forum: Developer's Forum for Windows
Topic: rotation / translation problem
Replies: 1
Views: 7297

if u use VB, can you post your code? othervise its hard to tell whats going on ...
by alexus
Wed Jun 18, 2008 8:50 pm
Forum: Developer's Forum for Windows
Topic: Stepping 1+ value when Translation Z is positive (Sensitivit
Replies: 1
Views: 6864

Ok Ive dun this in this way... oh I also took in account the acceleration, but we can disable it... So if you push the stic 100% you will get values like 80 units, if you slightly push it you will get 20-25units, if you pull it you will get - (negative) values. So if(Value <= 20){ count++; }elseif(V...