Search Results

by garyb
Thu May 28, 2020 8:09 am
Forum: VB 6.0
Topic: Need help with re-connecting VINT HUB after fault
Replies: 5
Views: 27388

Re: Need help with re-connecting VINT HUB after fault

Solved! During the test, I was using a SIIG USB Extenter. Everything worked except the VINT Stepper. When I tested the 1067 stepper, it was connected without the Extender. I swapped the SIIG Extender with a IOGEAR Extender and the problem went away. I know: I should have removed the Extender in the ...
by garyb
Thu May 21, 2020 2:37 pm
Forum: VB 6.0
Topic: Need help with re-connecting VINT HUB after fault
Replies: 5
Views: 27388

Re: Need help with re-connecting VINT HUB after fault

Patrick, I checked the cables and power supplies. They look good. I downloaded the latest Phidget Control Panel and updated the firmware on all of the modules. I now get a slightly different response. Soon after I start the stepper (continuous mode) I get a "Timeout Error". The stepper con...
by garyb
Thu May 21, 2020 8:11 am
Forum: VB 6.0
Topic: Need help with re-connecting VINT HUB after fault
Replies: 5
Views: 27388

Re: Need help with re-connecting VINT HUB after fault

I started Phidget Control Panel and tested the LCD module. Worked fine. Then started the stepper. Shortly after that the LCD module (located on it's own HUB) failed. In about 1 minute, the stepper failed and all the phidget modules disappeared from the Phidget Control Panel. Once again: This looks m...
by garyb
Tue May 19, 2020 8:40 am
Forum: VB 6.0
Topic: Need help with re-connecting VINT HUB after fault
Replies: 5
Views: 27388

Need help with re-connecting VINT HUB after fault

After a few hours of operation, all of the modules on my VINT HUB detach and the HUB no longer shows up on the Phidget Control Panel. The only way I can recover is to disconnect and re-connect the USB cable. I tried 4 different computers: some can run for days before a fault. It appears to be caused...
by garyb
Thu Feb 13, 2020 3:36 pm
Forum: VB 6.0
Topic: VB6 / Phidget22.dll / VINT TMP1000
Replies: 0
Views: 26526

VB6 / Phidget22.dll / VINT TMP1000

This VB6 sample creates a "TempSensor" class for the VINT TMP1000. Code for Polling and Event driven data acquisition is included. The PhVintDigOut module is not used but is included to show how to add additional modules. This code is based on the previous example "VB6/Phidget22.dll/V...
by garyb
Fri Jul 13, 2018 5:42 pm
Forum: VB 6.0
Topic: VB6 / Phidget22.dll / VINT Hub, REL1100, STC1001, ENC1000, LCD1100, VCP1100, TMP1000
Replies: 0
Views: 32122

VB6 / Phidget22.dll / VINT Hub, REL1100, STC1001, ENC1000, LCD1100, VCP1100, TMP1000

This sample controls a VINT HUB0000 connected to a VINT REL1100 (4Pt DigOut), 2 STC1001 (Steppers), and a ENC1000 (Encoder) module using API calls to Phidget22.dll. This is a Work In Progress. The program works and probably contains errors. Edit: 210126 - Async works (mostly) - Added Temp & Curr...