#1
|
|||
|
|||
Sensable
Hi,
I don't know if you guys are the right people to ask about this but here I go anyways. I'm using sensable to control a cursor, and I want it to become difficult to move the cursor at certain times without there being an object in the way. Or to be able to freeze up the joystick. As far as I can tell in the demos you have to have objects which have friction on their surface. Is there anyway around that? Hope I was clear, Yaron Greif |
#2
|
|||
|
|||
Hi Yaron,
The OpenHaptics API supports exactly what you want. You can add a constant force that moves against the movement of the pen. Unfortunately there is no interface for this feature within Vizard. I could probably add this feature to the plugin, I'm not sure how soon I could get to it. Do you need it before a certain date? |
#3
|
|||
|
|||
Hi,
We want to start using this code for experiments Friday. So if possible could it be done by Wendsday or Thursday afternoon? -Yaron Greif |
#4
|
|||
|
|||
Hi,
I've just finished adding these features. I'm currently making some samples script . It should be ready by tomorrow. |
#5
|
|||
|
|||
Hi,
The new plugin is on the Vizard download page under the "Vizard - Developer Tools" section, titled "Haptic Effects". |
#6
|
|||
|
|||
Hi,
Thanks for the quick response time. I'll take a look at it tomorrow. -Yaron |
#7
|
|||
|
|||
Hi,
So I was using the plug-in you supplied to apply random forces of magnitude 1-5 in random directions in overlapping time periods and the device ended up breaking, we think a cable snapped. Probably it just couldn't handle the jerkiness of the program, but can you think of any problems from the software side? What happens when you exert force a for 5 seconds, and force b only 3 seconds later? Just putting this up to warn future similarly foolhearty programmers. -Yaron Greif |
#8
|
|||
|
|||
Wow, that sucks!
I would have assumed that the device would have some mechanism for ensuring the force doesn't exceed a certain limit. Here is a paragraph from the OpenHaptics documentation regarding simultaneous effects: Quote:
Quote:
|
|
|