raggare Posted June 19, 2015 Report Share Posted June 19, 2015 Has anybody connected to a Moxa NPort 5610-8-DTL serial device server? I tried the VI for a TCP/IP connection, but it gets stuck in a loop. Quote Link to comment
MMartin Posted May 17, 2018 Report Share Posted May 17, 2018 Hi Raggare, I'm now in the same situation. I need to know how to comunicate NPort5650-8-DTL through LabView. How did you solved it? Is there anybody who know sth? Thanks. Quote Link to comment
JKSH Posted May 18, 2018 Report Share Posted May 18, 2018 You need to install the Moxa drivers on your host PC (Windows only). Then, use the Moxa NPort Adminstrator application to configure your serial ports. After that, your PC will treat the Moxa ports just like an on-board serial port or a USB-to-serial converter. This means your VI should read/write the Moxa serial ports using VISA, not TCP/IP. Quote Link to comment
ensegre Posted May 18, 2018 Report Share Posted May 18, 2018 No experience with the Moxa beyond reading the product page, which reminds me much of the Vlinx and Advantech serial servers I'm using. These do have TCP and UDP modes, and are thus cross platform. You have to configure them first using either the windows configurator or their webby. Here is an example for TCP. Note the .vim which provide alternate code for either TCP or VISA. VLINXqueryTCP.vi VISA_TCP_query.vim CloseConnection.vim Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.