Francois Aujard Posted November 15, 2022 Report Share Posted November 15, 2022 Hello, I had a slowdown in my system due to a type adjustment. And I don't understand why I have this type adaptation. Why is there a red dot on the local variable that reads data from the property node from a reference, and not from its own property node? I've been using this Vi for years, the clusters change but I've never had a problem adapting to the type... An idea? Quote Link to comment
LogMAN Posted November 15, 2022 Report Share Posted November 15, 2022 This can happen when a typedef changes from strict to non-strict or vice versa. In this case, the value returned by the property node will remain strict or non-strict, resulting in a coercion dot. Typedef Coercion.mp4 Quote Link to comment
Francois Aujard Posted November 16, 2022 Author Report Share Posted November 16, 2022 Not in my case... ☹️ 477650069_2022-11-1609-08-55.mp4 Quote Link to comment
JKSH Posted November 16, 2022 Report Share Posted November 16, 2022 (edited) This looks kind of similar to the bug that @Darren talks about in the video below (at 30:44). Try this: Disconnect your "CONSIGNES" terminal from the type def, delete the property node, re-connect the terminal to the type def, and then re-create the property node... does that help? Edited November 16, 2022 by JKSH 1 Quote Link to comment
LogMAN Posted November 16, 2022 Report Share Posted November 16, 2022 Re-creating the property node should fix the immediate issue, but it may happen again in the future. 1 hour ago, Francois Aujard said: Not in my case... ☹️ Does your typedef contain sub-types? Changes to nested typedefs can have the same affect. Quote Link to comment
Francois Aujard Posted November 17, 2022 Author Report Share Posted November 17, 2022 On 11/16/2022 at 9:29 AM, JKSH said: Try this: Disconnect your "CONSIGNES" terminal from the type def, delete the property node, re-connect the terminal to the type def, and then re-create the property node... does that help? @JKSH yes, it solved my problem ! Thank you. On 11/16/2022 at 11:09 AM, LogMAN said: Does your typedef contain sub-types? @LogMAN No. I followed the advice of @JKSH and my problem has disappeared. It's a Labview Bug... 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.