Search Results

by HuntJason
Mon Oct 07, 2019 11:09 am
Forum: C#.NET
Topic: Addressing Network Phidgets
Replies: 2
Views: 11149

Re: Addressing Network Phidgets

That worked. Thanks!
by HuntJason
Thu Oct 03, 2019 10:02 am
Forum: C#.NET
Topic: Addressing Network Phidgets
Replies: 2
Views: 11149

Addressing Network Phidgets

Hello,
What properties need to be set to address a network phidget?

I am setting all of ServerName, DeviceSerialNumber, HubPort, IsHubPortDevice, and Channel but that still doesn't seem to be enough/the correct combination to address/connect to the phidget.

Thanks,
Jason
by HuntJason
Mon Jul 15, 2019 8:31 am
Forum: C#.NET
Topic: Phidget Control Panel
Replies: 5
Views: 12880

Re: Phidget Control Panel

It took longer than expected to get this up to github (holidays, office changes, etc.) but I have posted the open source code for the Control Panel here

https://github.com/pd-management-services/PD.Phidget

All contributions welcomed.
by HuntJason
Mon Jul 15, 2019 8:14 am
Forum: C#.NET
Topic: Problems with LED64 Advanced and phidget .net library > 1.1
Replies: 9
Views: 38550

Re: Problems with LED64 Advanced and phidget .net library > 1.1

I believe the problem is occurring because you are closing the channel in your .Close() call. Do you get the same error when you omit that line?
by HuntJason
Sun Jun 23, 2019 3:58 pm
Forum: C#.NET
Topic: Phidget Control Panel
Replies: 5
Views: 12880

Re: Phidget Control Panel

Patrick, I should have something for you to take a look at this week. I didn't use the PhidgetManager. I used a chain of responsibility pattern and addressing to have the phidgets sort of assemble themselves. I do notice, using this technique, though, that there are occasions when the phidgets don't...
by HuntJason
Thu Jun 20, 2019 3:18 pm
Forum: C#.NET
Topic: Phidget Control Panel
Replies: 5
Views: 12880

Re: Phidget Control Panel

Would you be open to permitting me to publish an open-source C# WPF sample that replicates much of the functionality of the Phidget Control Panel? I could send it to you for your approval in advance if you wish. I think some of the community would find it valuable in helping them get started with th...
by HuntJason
Fri Jun 14, 2019 3:41 pm
Forum: C#.NET
Topic: Phidget Control Panel
Replies: 5
Views: 12880

Phidget Control Panel

Hello,
Just wondering if the code for Phidget Control Panel is open? It would sure help with getting a better understanding of the intended use of the API.

TIA,
Jason
by HuntJason
Wed May 09, 2018 1:15 pm
Forum: General
Topic: Microsoft IoT Connected Factory
Replies: 0
Views: 12545

Microsoft IoT Connected Factory

Hello,
I am wondering whether phidgets are plug-and-play compatible with Microsoft IoT Connected Factory?

https://www.microsoft.com/en-ca/interne ... ed-factory
by HuntJason
Mon Mar 26, 2018 7:11 am
Forum: C#.NET
Topic: Nuget Package
Replies: 7
Views: 8253

Re: Nuget Package

fraser wrote:I'll make one for our current version, and let me know how it works, should be up on nuget.org today sometime. Then I'll look into getting it generated per release with updates

I'm still not seeing the nuget package in the Package Manager.
by HuntJason
Thu Mar 22, 2018 1:21 pm
Forum: C#.NET
Topic: Open Source API
Replies: 3
Views: 6092

Re: Open Source API

Thanks for the reply Patrick. Though it would be wonderful if it was OSS, I understand companies not wanting to make them public.