| FB-Name | UA_NodeGetInfo |
| This Function Block is used to get the node information. |
| VAR_INPUT |
| B | Execute | BOOL | On rising edge node information will be read. |
| B | ConnectionHdl | DWORD | Connection handle. |
| B | NodeID | STRUCT | See UANodeID |
| B | Timeout | TIME | Time to response. |
| VAR_OUTPUT |
| B | NodeInfo | STRUCT | See UANodeInfo (deprecated) |
| B | Done | BOOL | FB has completed its task. |
| B | Busy | BOOL | The FB is not finished and new output values are to be expected. |
| B | Error | BOOL | Signals that an error has occurred within the FB. |
| B | ErrorID | DWORD | Error code. |
| Notes: This FB is deprecated and just for backward compatibility – better use UA_NodeGetInformation |