Search found 2631 matches

by jwick
Wed Feb 11, 2009 7:30 am
Forum: Windows Discussion Forum
Topic: LED Disable is unintendedly Enabled while waking Windows
Replies: 8
Views: 14678

4469 is marked as Fixed for our next 3DxSoftware release.
by jwick
Tue Feb 10, 2009 2:44 pm
Forum: Windows Discussion Forum
Topic: Are there any Windows CE (Windows Mobile) drivers?
Replies: 7
Views: 9705

There have been several people who have tried using 3Dx devices in their cars. Search this forum for mp3car.
by jwick
Mon Feb 02, 2009 7:01 am
Forum: Developer's Forum for Windows
Topic: Using SDK on Console app.
Replies: 1
Views: 6541

by jwick
Fri Jan 30, 2009 11:26 am
Forum: Windows Discussion Forum
Topic: Using sdk
Replies: 5
Views: 8596

Hi dieram, From a programming perspective, you can use several APIs from Microsoft: DirectInput, RawInput or HID. We provide examples on our ftp site. You can also use a proprietary API from us. You can download the SDK, with documentation and examples from the archive area on our web site: www.3dco...
by jwick
Wed Jan 28, 2009 1:20 pm
Forum: Windows Discussion Forum
Topic: Shift key gives help function
Replies: 3
Views: 5567

Make sure your SpacePilot Shift key is really assigned to Shift in the 3DxWare driver. It may be assigned to 3DxHelp or something like that. Still, that wouldn't trigger anything from the actual keyboard shift key. We don't touch the actual keyboard shift key.
by jwick
Wed Jan 28, 2009 1:14 pm
Forum: Developer's Forum for Windows
Topic: Data format
Replies: 4
Views: 10398

That's a lot of questions in there. I don't have all the answers. I haven't dug into a completely generic parser (no need to--I know exactly what I'm dealing with--the firmware guys tell me! :D ). Yes, each combo of usage page and usage id is unique. But it isn't arbitrary. I'd say that the usage id...
by jwick
Tue Jan 27, 2009 9:29 am
Forum: Developer's Forum for Windows
Topic: Data format
Replies: 4
Views: 10398

Hi ProgramMax, You may be mixing APIs here. "RawInput" is usually used to refer to a Win32 API for getting data from devices such as ours. It works quite well. It is Windows only. You seem to be refering to HID. Yet another API. There is no standad that applies to the LEDs and the display,...
by jwick
Mon Jan 26, 2009 12:49 pm
Forum: Feedback
Topic: Support for caligari trueSpace7.
Replies: 10
Views: 27246

Whoops. My bad. Case of the left hand not knowing what the right hand had already done. This plugin was developed by us. I got a bit confused because this was released on 3DxLabs : http://www.3dconnexion.com/labs/ I'll forward this enhancement request to the responsible party. Thanks. Jim 3Dx Softwa...
by jwick
Fri Jan 23, 2009 3:09 pm
Forum: Feedback
Topic: Support for caligari trueSpace7.
Replies: 10
Views: 27246

The integration into trueSpace was done by Caligari. Contact them with questions. Your suggestion seems like a very valuable enhancement (if it isn't already there). That's why we put it in the puzzle demo.

Please post back here what they say, so other ts users will know.
by jwick
Fri Jan 23, 2009 3:03 pm
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator on MIPS
Replies: 3
Views: 70522

You may be able to access the SpaceNavigator natively via the robot O/S. It is a standard USB device. If the robot controller has USB ports, you should contact the robot manufacturer to see if you can access those ports.

Good luck. ...And send us a video if you get it working.
by jwick
Fri Jan 23, 2009 2:59 pm
Forum: Windows Discussion Forum
Topic: Changing zoom axis in Maya 2009
Replies: 4
Views: 7102

You can get at the 3DxWare control panel via the desktop icon or the Start menu ...3Dconnexion 3DxWare... You can arrange the axes any crazy way :) you wish using the driver before they get to Maya.
by jwick
Wed Jan 21, 2009 9:43 am
Forum: Developer's Forum for Windows
Topic: Hid Descriptor and Report of Space Traveller and Navigator
Replies: 1
Views: 7410

Hi Jens, Button bits for the SpaceNavigator are the two least significant bits. All the buttons bits for all devices start from the right (least signficant end). E.g., char *rpt = buffer read from the device; button1 = rpt[1] & 0x01; // not 0x80 button2 = rpt[1] & 0x02; // not 0x40 The axis ...
by jwick
Tue Jan 20, 2009 6:12 am
Forum: Windows Discussion Forum
Topic: Problem With Space Navigator PE in UG NX1 :(
Replies: 4
Views: 7250

There could be an issue with such early versions of NX, especially on x64. ISVs don't always get 3D mouse support in the first releases.
by jwick
Sun Jan 18, 2009 5:00 pm
Forum: Developer's Forum for Windows
Topic: Differentiating between Roll and Spin
Replies: 8
Views: 14670

Other than that - the unit is phenomenal! I am dying to open it and see the sensors That's definitely going to void your warranty :) Hey - btw ... how do I start the driver programmatically? Can it be done. The COM interface disables the autostart of the driver. Don't bother starting it on your own...
by jwick
Sat Jan 17, 2009 8:11 am
Forum: Windows Discussion Forum
Topic: Joystick Driver request
Replies: 45
Views: 84155

Thanks to all for the general comments. But I'm looking for specific examples of exactly what applications you want to use these devices with--say for instance we wanted to buy applications to test. In fact, if you could list the name and version that would help. This thread is specifically for appl...