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

Supporting Browser-based Javascript and Node.js
josephM
Fresh meat
Posts: 3
Joined: Thu Mar 25, 2021 9:26 am

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

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
mparadis
Site Admin
Posts: 679
Joined: Fri Oct 28, 2011 12:17 pm

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

Post 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?
josephM
Fresh meat
Posts: 3
Joined: Thu Mar 25, 2021 9:26 am

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

Post 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".
You do not have the required permissions to view the files attached to this post.
User avatar
mparadis
Site Admin
Posts: 679
Joined: Fri Oct 28, 2011 12:17 pm

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

Post 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
josephM
Fresh meat
Posts: 3
Joined: Thu Mar 25, 2021 9:26 am

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

Post by josephM »

Thank you very much ! It was needed to run the browser as administrator. It works well!