Page 1 of 1

Node-red -- RFID -- {"code":3,"description":"Timed Out"}

Posted: Thu Mar 25, 2021 10:32 am
by josephM
Hello everybody,

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"}

My RFID node is configured on channel 0.

Do you have any idea to solve the issue ?


Thanks in advance

Re: Node-red -- RFID -- {"code":3,"description":"Timed Out"}

Posted: Thu Mar 25, 2021 10:46 am
by mparadis
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?

Re: Node-red -- RFID -- {"code":3,"description":"Timed Out"}

Posted: Fri Mar 26, 2021 2:27 am
by josephM
I have the control panel which is running to run the network server.

You can see in attachment what I have when I deploy on Node-Red. I don't have any "Attach".

Re: Node-red -- RFID -- {"code":3,"description":"Timed Out"}

Posted: Fri Mar 26, 2021 8:54 am
by mparadis
Some more things to check:

- 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

Re: Node-red -- RFID -- {"code":3,"description":"Timed Out"}

Posted: Fri Mar 26, 2021 9:21 am
by josephM
Thank you very much ! It was needed to run the browser as administrator. It works well!