Here’s my first crack at a plugin! It’s definitely “alpha” version, but it works enough for testing if you have a phidgets interface kit type board. Before this, the best way was to go through a flash renderer in vvvv, which is a kind of ridiculous hack!
Make sure you have the other phidgets stuff installed as it relies on their .dlls.
I’d like to flesh this out a bit more, but it should handle analog and digital IO and report if it is attached or not. Let me know if there are any issues, and I’ll post updates as I work on it more.
Can anyone upload code to the SVN repository? I’d gladly upload the code if that is the best way to do it.
i use one linear touch sensor and one rotary touch sensor connected via USB.
the bugs
the plugin sometimes doesnt show the connected phidgets. i can’t specify more, disconnecting, reconnecting solves the problem.
more severe
right click on the plugin to show the GUI results in a crash, the GUI window comes up with a red cross, the plugin keeps working and outputs the values. just the GUI doesnt work at all.
Interesting, so can you get it to receive input from the linear touch and rotary touch sensor? I only have an 8/8/8 Phidgets Interface Kit at the moment, so that’s all I was able to test with. Theoretically those two boards should be recognized as an interface kit with two digital inputs and an analog input.
Right now you can’t have two connected at once either, I’m working on a version that accepts the serial number of the board so that you can connect if there is more than one board plugged in. That might solve the inconsistency problem.
As for the GUI window… I have no idea what that could be, the GUI doesn’t really do anything at the moment so I think I’m going to switch to the “Simple” template. I’m also not using anything special with the GUI, it’s simply writing some text.
Hey, sorry, I’ve been busy with other projects and I haven’t had any time to further develop the phidgets plugin yet. I really have no idea what the bug shown in the .jpg is, I’ve only tested it on my machine and haven’t had that issue.
I may have troubles because of the software version:
Phidgets version 2.1.4.20080613 (The one we can get from there homepage)! Apparently Jens fund a shortcut… But were can one find the older version of phidget software?
I just tried to plug-in a Interfaceboard 8/8/8 and hope to try the LED 64 boad as output device - if that would be possible one time in the future. I realy like using phidgets, because it is so simple to work with in combination with Max/msp and now vvvv.
I just hab a look at the Plug In an compiled it with the new driber installed. After that that the .dll works with the new driver.
can anybody try this?
I tried the new versio with phidget version 2.1.4.8. works a treat. have a bit of a problem detecting sometimes - but i think this is a problem at my end. Great plugin - thanks!