Page 1 of 2

Phidgets Simulator

Posted: Wed Apr 22, 2009 11:01 am
by elcray
Can anyone think of a way to simulate a connected phidgets device. Many times, I just want to test the functionality of multiple devices in my apps. If the Phidgets control panel could simulate devices, it would allow developers to roughly build systems without having to have all of the devices readily available.

Re: Phidgets Simulator

Posted: Wed Apr 22, 2009 3:46 pm
by fitchett
We've thought of this. You can do it by controlling the Phidgets through the webservice, and create fake Phidgets by creating your own keys.

Chester

Re: Phidgets Simulator

Posted: Thu Apr 23, 2009 11:49 am
by elcray
fitchett wrote:We've thought of this. You can do it by controlling the Phidgets through the webservice, and create fake Phidgets by creating your own keys.

Chester
For some reason I'm not wrapping my brain around that one, but I'll give it a shot and report back. Thanks for the solution.

Re: Phidgets Simulator

Posted: Thu Apr 23, 2009 2:02 pm
by fitchett
You would use the Dictionary object to create keys.

Chester

Re: Phidgets Simulator

Posted: Wed Sep 06, 2017 5:01 am
by bobox59
fitchett wrote:You would use the Dictionary object to create keys.

Chester
Hi,
can you give an example ?
Thanks

Re: Phidgets Simulator

Posted: Mon Sep 21, 2020 11:05 am
by jimd
bobox59 wrote:
fitchett wrote:You would use the Dictionary object to create keys.

Chester
Hi,
can you give an example ?
Thanks
Does anyone know how to do this, or can provide an example please?

Many thanks,
Jim

Re: Phidgets Simulator

Posted: Mon Sep 21, 2020 2:18 pm
by Patrick
This is not possible anymore.

-Patrick

Re: Phidgets Simulator

Posted: Mon Sep 21, 2020 3:11 pm
by jimd
Ah, thanks Patrick.

Is there any way to simulate a Phidget when one doesn't have a physical device of the required class please?

We're developing a Windows app which potentially supports all current Phidget classes and need to test each one, but we don't (yet) have physical samples of each one!

Thanks,
Jim

Re: Phidgets Simulator

Posted: Mon Sep 21, 2020 4:00 pm
by Patrick
No, we don't have any way of simulating Phidgets.

-Patrick

Re: Phidgets Simulator

Posted: Tue Sep 22, 2020 2:15 am
by jimd
Thanks Patrick. And presumably there's no easy way of hijacking the network protocol you use to interact with networked Phidgets, in order to do this? 8)