I'm currently trying to use the Phidget 1024_0 with node RED but i have a Timeout issue.
The phidgetnetwork server is running on my computer(same where node-red run), the RFID Phidget is detected, I read the Tag.
On Node Red I use the example supplied by Phidget and I replaced the event and the payload by "Tag".
The node RED console write that I'm connected to the server.
I have a message on the output of the RFID node that said :{"code":3,"description":"Timed Out"}
Normally I'd check to make sure that you don't still have the RFID open in another program (like the control panel) but I think that would result in error code 9, not error code 3.
Can you tell me if you get an "Attach" message out of the RFID node after the "Connect Success" message?
- Make sure the port for the "Phidget Server" section in the Network Server matches the port for your connect node
- If you're successfully connecting but can't attach any Phidgets, there could be a permissions issue. Try running node-red and the browser as administrator