LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

[Trouble Shooting] FlexRIO NI-1483 with PCO camera-link TCP serial issue

Solved!
Go to solution

Hi, 

 

We have a PCO camera linked on NI-1483 camera-link adapter (FlexRIO). I try to configure the camera to auto sequence via serial interface(SerTC) port of NI-1483. I already setup all hardware and software. Now I can detect the camera clock via NI-1483. I want to utilize serial sever.vi to communicate with the camera via serial port(SerTC). However, I cannot connect the serial server as following figure. Is there anyone know or have experience on the work of TCP serial communication via UART? Thanks. The information about the example code UART and serial server.vi is not much. 

 

TCP error.png

 

Best,

Yong 

0 Kudos
Message 1 of 4
(2,518 Views)

Hi Yong,
Here are some methods for the errors:
Error 56
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019Lz2SAE&l=en-MY
Get TCP Listen and/or TCP Wait on Listener VI's to return an IP address
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LRASA2&l=en-MY
Error 1 at TCP close
https://forums.ni.com/t5/LabVIEW/Error-1-at-TCP-close/td-p/1044680
You can also try to close the firewall while running the program.

I don't have experience on the work of TCP serial communication via UART, therefore I can just only provide some information for your reference.

https://forums.ni.com/t5/LabVIEW/Create-Communication-Reference-for-UART-Serial-COM-and-ETHERNET/td-...

Message 2 of 4
(2,486 Views)

Hi, AlysaOng,

 

Thanks for reply. Let me try above methods. Thanks.

 

Best,

Yong

Message 3 of 4
(2,480 Views)
Solution
Accepted by topic author volume2

I got is works. I just need to let the TCP server run first, and then utilize the PCO SDK for the generic serial connection. The FlexRIO interface clsernif.dll is necessary to establish the serial communication to camera via NI-1483 as following figure.

 

Thanks

 

1.png

 

Best,

Yong

Message 4 of 4
(2,461 Views)