Search Results

by Biggermens
Sat Dec 05, 2020 8:35 pm
Forum: VB .NET
Topic: How to get Voltage value from analog input ???
Replies: 1
Views: 21585

How to get Voltage value from analog input ???

Hello everyone I been playing around with my 8/8/8 interface Been trying to get voltage from all 8 analog inputs I got one working but all others are displaying the same I am not very good at this vb stuff but i have fun :) Imports Phidget22 Imports Phidget22.Events Public Class Form1 Dim WithEvents...
by Biggermens
Mon Jul 10, 2017 8:20 pm
Forum: VB .NET
Topic: How to display Voltage
Replies: 0
Views: 24770

How to display Voltage

Hello everyone
I am having a hard time, i am trying to display the voltage of one analog input to a text box.

Is anyone able to help ??
Thanks in advance
by Biggermens
Sun Jul 09, 2017 10:43 am
Forum: VB .NET
Topic: Enable, Disable inputs
Replies: 0
Views: 25765

Enable, Disable inputs

Hello everyone Its been a very long time since i played with my phidgets, i decided to take them out and play around with them again :) I am trying to enable and disable one specific input or output from working with a button I know this is wrong but its just to give you a idea of what i am looking ...
by Biggermens
Wed Sep 25, 2013 8:56 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

Hey I got it :D This is what I did Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load sensor1 = New Phidgets.TemperatureSensor sensor1.open(284703) sensor2 = New Phidgets.TemperatureSensor sensor2.open(284285) End Sub Private Sub sensor1_TemperatureChange(ByVal sender As Ob...
by Biggermens
Wed Sep 25, 2013 1:49 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

This is what I did not sure if its right as for the handle I cant figure one out :( I also have been looking for multiple phidgets examples from the example pack I downloaded from you guys I cant find it Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load sensor = New Phidge...
by Biggermens
Tue Sep 24, 2013 8:05 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

I cant figure out how to use multiple 1048-0 temperature sensor This is what I got Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load sensor = New Phidgets.TemperatureSensor sensor.open(284703) End Sub Private Sub sensor_TemperatureChange(ByVal sender As Object, ByVal e As ...
by Biggermens
Tue Sep 17, 2013 2:31 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

ok thank you I will try it then I will let you know

Would you know by any chance know how to display only 2 decimal points ?? instead of 4 ??


Thanks
Yves
by Biggermens
Mon Sep 16, 2013 9:17 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

OK I will keep working at that and see what will happen.

One problem I see I will have is How do I get 2 1048 working at the same time ????

I think the biggest problem is who is sitting in front of my computer screen hehe

Thanks
Biggs
by Biggermens
Sat Sep 14, 2013 9:41 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Re: Help with 1048_0 temperature

Well I have lots of problem and probably more to come hehe right now this is were I am at I have this for code to make thermocouple 0 Ktype work in a textbox Private Sub sensor_TemperatureChange(ByVal sender As Object, ByVal e As Phidgets.Events.TemperatureChangeEventArgs) Handles sensor.Temperature...
by Biggermens
Wed Sep 11, 2013 8:07 pm
Forum: VB .NET
Topic: Help with 1048_0 temperature
Replies: 11
Views: 34516

Help with 1048_0 temperature

Hello everyone I just got a couple of 1048_0 temperature sensors I am having a hard time I have not done this in years and years I looked at the sample code I downloaded from the website and I cant figure it out Can anyone help me with just simple code to get me started ??? Please I am also using VB...