Search Results

by DIYDyno
Fri May 11, 2018 9:11 pm
Forum: General
Topic: 1125 Humidity Sensor Formula
Replies: 4
Views: 4223

Re: 1125 Humidity Sensor Formula

Thanks, now I am at least getting a matching value to the control panel. I guess the "VoltageRatioSensorType" code isn't required. Anyhow, I tried to do this: humidity_voltage_ratio.VoltageRatioSensorType = But I get this: VoltageRatioInput does not contain a definition for VoltageRatioSen...
by DIYDyno
Thu May 10, 2018 10:23 pm
Forum: General
Topic: 1125 Humidity Sensor Formula
Replies: 4
Views: 4223

Re: 1125 Humidity Sensor Formula

Thanks for the quick reply but I still seem to have 3 issues: 1. I tried, but did not find PN_1125_Humidity as an option for sensor type, in fact, I could not find any option that worked for sensor type. I am using the 05/08/2018 dll. 2. I tried the new formula, but the return does not match the con...
by DIYDyno
Wed May 09, 2018 11:57 pm
Forum: General
Topic: 1125 Humidity Sensor Formula
Replies: 4
Views: 4223

1125 Humidity Sensor Formula

I would really appreciate some help making an 1125 Humidity sensor read correctly. The voltage ratio output from the sensor going through my code matches the values shown in control panel. I am using Voltage ratio and getting a value of 0.446 If I set the sensor type to 1125 it shows 44.8% According...
by DIYDyno
Mon May 07, 2018 11:57 pm
Forum: C#.NET
Topic: C# Attaching Problem
Replies: 4
Views: 8815

Re: C# Attaching Problem

Thanks to everyone's help, I got it working with the code below: I used the voltage formula listed here. https://www.phidgets.com/?tier=3&catid=14&pcid=12&prodid=96 Running it in my home in Orange CA about 10:00pm the weather says the humidity is about 74% but the value I am getting is 4...
by DIYDyno
Mon May 07, 2018 11:50 pm
Forum: C#.NET
Topic: C# Attaching Problem
Replies: 4
Views: 8815

Re: C# Attaching Problem

Also you're creating humidity_sensor twice- when you set it the second time in the 'try' block, you're wiping out all of the properties you just set, including the event handlers. Out of curiosity, which files appeared to be missing from the C# example? When I ran it, there were about 5 messages on...
by DIYDyno
Sat May 05, 2018 10:51 pm
Forum: C#.NET
Topic: C# Attaching Problem
Replies: 4
Views: 8815

C# Attaching Problem

Hello, I am trying to connect several sensors through a VINT hub and out-putting the data in a text box (similar to the Phidget_Programming_Basics video example). https://www.phidgets.com/docs/Phidget_Programming_Basics Unfortunately I am unable to see all of the code in the video so I cannot duplic...