![]() |
|
#1
|
|||
|
|||
Are you sure Left is the correct name of the device? If not, leave the name blank, and the plugin will connect to the default device. If you only have one device connected, then you really don't need to specify a name. Try this instead:
Code:
device = sensable.addHapticDevice() |
#2
|
|||
|
|||
THANKS for fixing my dumb mistake! The name was changed.
Last edited by mhead10; 09-21-2012 at 11:47 AM. |
#3
|
|||
|
|||
I just restarted my computer and the error came back
![]() Anymore thoughts? The error seems to be coming from the Code:
device = sensable.addHapticDevice() Last edited by mhead10; 09-21-2012 at 12:16 PM. |
#4
|
|||
|
|||
I uninstalled and reinstalled Open Haptics 3.0 x64 onto my Windows 7 64-bit system. Now I just get the following error:
Code:
** ERROR: Failed to load plug-in: 'sensable3.dle' Code:
device = sensable.addHapticDevice() AttributeError: 'VizExtension' object has no attribute 'addHapticDevice' Any guesses why Vizard thinks Open Haptics isn't installed? Thanks |
#5
|
|||
|
|||
This seems to indicate that the 32-bit OpenHaptics 3.0 binaries (i.e. hd.dll and hl.dll) were not installed properly. Even if you are running on a 64-bit system, you still need the 32-bit binaries, since Vizard is a 32-bit application.
You might need to double check with SensAble to make sure their 64-bit installer still supports 32-bit applications. |
#7
|
|||
|
|||
If I'm now using two devices, how do I determine what the names are?
For instance, previously I could use one device with the following code: Code:
device = sensable.addHapticDevice() I have tried, Left, Right, left, right, 1,2, and 3 and unfortunately I cannot connect. Thanks |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating a Vizard Sensor Plugin | farshizzo | Plug-in development | 25 | 08-01-2019 12:24 AM |
Sensable Open Haptics-"Failed to load plug-in: 'sensable3.dle'" | mhead10 | Vizard | 2 | 09-04-2012 01:40 PM |
Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 11:01 AM |