Search Results

by scsm
Sun Jan 08, 2023 8:21 am
Forum: All Other Phidgets
Topic: REL1100 all activate
Replies: 1
Views: 23636

REL1100 all activate

I'm trying to get the 4 relays on the REL1100 to act independently. Using the Phidget Control panel, whenever I activate say channel 0, all the relays receive power. How can I wire the REL1100 so that each relay can be controlled by turning the state on/off? Currently, when I turn on channel 0, the ...
by scsm
Mon Dec 12, 2022 7:15 pm
Forum: C#.NET
Topic: [BUG?] Attached not set until AFTER Attach event
Replies: 2
Views: 25324

Re: [BUG?] Attached not set until AFTER Attach event

The attach event is fired during the 'attaching' phase of opening a device - the device isn't considered fully attached until after the attach event returns. The attach event context is meant to device initialization. For example, you generally won't be able to read back device state from the attac...
by scsm
Mon Dec 12, 2022 12:38 am
Forum: C#.NET
Topic: [BUG?] Attached not set until AFTER Attach event
Replies: 2
Views: 25324

[BUG?] Attached not set until AFTER Attach event

I'm trying to determine when all expected devices on ports are attached.

For DigitalInputs, it appears that digitalInput.Attached is not set until sometime AFTER the Attach event fires. Is this a bug?

If this is by design, does that mean need to keep track of all Attach and Detach events ourselves?
by scsm
Tue Dec 06, 2022 12:52 am
Forum: C#.NET
Topic: Single event handler for multiple sensors
Replies: 2
Views: 24484

Re: Single event handler for multiple sensors

Thanks Patrick. For this application, the order from multiple hubs isn't important.
by scsm
Sun Dec 04, 2022 6:15 pm
Forum: C#.NET
Topic: Single event handler for multiple sensors
Replies: 2
Views: 24484

Single event handler for multiple sensors

We have an WPF app running on a single Win11 PC. If we have say, 10 HUB5000s on the same ethernet subnet, each with a few digital inputs, what happens when two digital inputs fire at exactly the same time from 2 different hubs if using the same event handler? Although this is unlikely, it is a scena...
by scsm
Thu Dec 01, 2022 7:39 am
Forum: All Other Phidgets
Topic: Can't change IP on HUB5000
Replies: 0
Views: 143646

Can't change IP on HUB5000

I have a VINT Hub working fine over wifi but I need to test things on a private isolated network. In the VINT Hub (remote) web page under "Network", if I change IPv4 from DHCP to Static, set the ip to the same private range and subnet mask as my test PC, then click "Save & Apply&q...
by scsm
Thu Dec 01, 2022 12:11 am
Forum: All Other Phidgets
Topic: IR usage with HUB5000s
Replies: 1
Views: 22896

Re: IR usage with HUB5000s

I worked it out. Basically, this IR TX/RX sensor has an onboard relay and can be detected by connecting the black and white wires (only) from a digital input port to the Comm and NO pins.
by scsm
Mon Nov 28, 2022 3:53 am
Forum: All Other Phidgets
Topic: IR usage with HUB5000s
Replies: 1
Views: 22896

IR usage with HUB5000s

Can the following device be used as input to a HUB5000? I'm not sure if this is only for driving a relay or if it can also provide trigger-style input. Brand Name: YET Model Number: YET607 Function: Auto shut-off, Anti shock, Automatic Product name: YET607 Certificate: CE/FCC/ROHS Distance: ≤15 mete...
by scsm
Sun Nov 27, 2022 10:39 pm
Forum: All Other Phidgets
Topic: Send signal to a LED counter
Replies: 0
Views: 142941

Send signal to a LED counter

I have a LED counter (GDD7949AT-P12V). I have an external 12V DC power supply and the counter LED is visible when I power is on. How do I send a signal from a VINT HUB5000 port? I've tried with the Phidget Control Panel by connecting the Data only wire to pin #7 and using Digital Output but that has...
by scsm
Fri Nov 25, 2022 10:58 pm
Forum: All Other Phidgets
Topic: Cannot connect to HU5000
Replies: 2
Views: 23133

Re: Cannot connect to HU5000

The pwd on the label was wrong. HUB label had a number 1, while the WIFI pwd was set with a lowercase "i". Once changed via ethernet could connect via WIFI. Initially when I read the doco I thought you needed to get it work via WIFI before you could connect via ethernet (which I did think ...