viSci Posted July 6, 2019 Report Share Posted July 6, 2019 (edited) Since upgrading to LV 2019 I am seeing issues with an existing application running on a Linux based cRIO. The deployment process itself seems to be much slower and this initial section of code is causing the cRIO to disconnect from the development system. When the execution gets to the TCPEventMessenger Create subvi I get this popup and execution is aborted. Any thoughts? Edited July 6, 2019 by viSci Quote Link to comment
drjdpowell Posted July 6, 2019 Report Share Posted July 6, 2019 That node starts the TCP Listener; can you try some simple example code that creates a TCP listener and see if it has the same issue? Note: if you change the "TCP Listener" Actor to non-reentrant and to open front panel, I think you can debug it on RT. Quote Link to comment
viSci Posted July 6, 2019 Author Report Share Posted July 6, 2019 Yes it appears to get hosed up inside the TCP Listener Actor. The funny thing is that I can compile an exe and run on my cRIO just fine, it is only via the IDE that there is a problem. This has been working with LV 2018 for many months without issue so it appears something has changed in LV2019. Quote Link to comment
drjdpowell Posted July 7, 2019 Report Share Posted July 7, 2019 Did you try a non-Messenger Library TCP example to see if it has the same issue? Another test would be to launch a basic actor (not the TCP communication ones) and see if that causes the same disconnect (if so it could by the ACBR stuff). Unfortunately I'm not on 2019 yet, so can't look into it. Quote Link to comment
shoneill Posted July 8, 2019 Report Share Posted July 8, 2019 If it remains hard to trace, try clearing your compile cache. Works wonders for me sometimes. Quote Link to comment
viSci Posted August 8, 2019 Author Report Share Posted August 8, 2019 Just checking in to see if you have been able to do any LV2019 testing on this issue yet... Quote Link to comment
drjdpowell Posted August 8, 2019 Report Share Posted August 8, 2019 I'm afraid I don't even have easy access to a Real-Time unit to try 2019 on. My clients are all 2017 or 2018. Quote Link to comment
viSci Posted July 23, 2020 Author Report Share Posted July 23, 2020 Hello again - Well its been a year so I wonder...have you been able to do any 2019 or 2020 LVRT testing on the messenger libraries yet? Quote Link to comment
drjdpowell Posted July 23, 2020 Report Share Posted July 23, 2020 What happened with those two tests I suggested? A non-Messenger-Library TCP listener, and a non-TCP actor? 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.