Search Results

by bigj4155
Mon Jan 07, 2019 6:13 pm
Forum: C#.NET
Topic: DAQ1000 firmware 110 broke?
Replies: 8
Views: 10367

Re: DAQ1000 firmware 110 broke?

Working good now. Thank you for the honesty and getting this fixed fast with the holiday schedule.

May I ask a question? Is there a technical reason as to not offer a way to downgrade the firmware on the phidgets?
by bigj4155
Thu Jan 03, 2019 6:07 pm
Forum: C#.NET
Topic: DAQ1000 firmware 110 broke?
Replies: 8
Views: 10367

Re: DAQ1000 firmware 110 broke?

Everything that I use seems to work except my distance sensor.

Sharp 2Y0A21
attachedDevice.SensorType = VoltageRatioSensorType.PN_1101_Sharp2Y0A21; throws an invalid arguement exception.

I have the shorter distance sharp sensor as well I will check that later tonight.
by bigj4155
Thu Jan 03, 2019 1:10 pm
Forum: C#.NET
Topic: DAQ1000 firmware 110 broke?
Replies: 8
Views: 10367

Re: DAQ1000 firmware 110 broke?

Thank you. I will try this when I get home tonight and post back.
by bigj4155
Sat Dec 29, 2018 4:58 pm
Forum: C#.NET
Topic: DAQ1000 firmware 110 broke?
Replies: 8
Views: 10367

Re: DAQ1000 firmware 110 broke?

Edit : Scratch the VINT Hub problem, I rebooted the SBC3003 and now it seems to recognize it as a ph sensor and does not throw an exception. Chalking it up to user error :) So the VINT Hub is also throwing invalid argument and will only recognize my ph phidget "adp1000" as a generic voltag...
by bigj4155
Mon Dec 24, 2018 8:12 pm
Forum: C#.NET
Topic: DAQ1000 firmware 110 broke?
Replies: 8
Views: 10367

DAQ1000 firmware 110 broke?

Is the DAQ1000 currently none functional? Like a dumb@##@ I upgraded the firmware to 110 from 103 and you guys have seemed to removed the SensorType.EVERYTHING from the API. Phidget22.VoltageRatioSensorType = all sensors types are now unsupported? This line of code now does not work attachedDevice.S...
by bigj4155
Mon Dec 24, 2018 8:05 pm
Forum: C#.NET
Topic: Max allowed Channels
Replies: 3
Views: 8629

Re: Max allowed Channels

I do not necessarily have an answer as to what fixed my problem but things are working good now "well see my new post Im about to make" Basically in a bit of frustration in trying to get this project done I went ahead and continued to add in new channels and alone the way I rewrote the att...
by bigj4155
Sun Dec 02, 2018 8:47 am
Forum: C#.NET
Topic: Max allowed Channels
Replies: 3
Views: 8629

Max allowed Channels

Not sure if my other post was deleted when I fixed some typos in the subject name and body. So sorry if this is a dup. My basic question is : Is there a Maximum amount of channels you can open at once? My problem is that I currently have 33 potential channels "I still have maybe 20 channels to ...
by bigj4155
Sat Dec 01, 2018 8:46 am
Forum: C#.NET
Topic: Program hangs after opening/attaching 31 channels
Replies: 0
Views: 16258

Program hangs after opening/attaching 31 channels

Hello everyone I am in the beginnings of writing this little program so it is still fairly straight forward. What I am running into is this: SBC4 - at the center with all 6 VINT ports in use VINT HUB - attached usb with filled with Digital Output Phidgets - this is not even in play yet On the SBC4 I...