03-20-2015 06:32 AM
Hello, everyone,
I have been having trouble stopping the LIN schedule. It doesn't seem to work unless I close the session, and I don't want to do that. I tried writing a null schedule and it doesn't do anything. Is there any other way to solve this issue? I am using the XNET drivers.
03-20-2015 06:51 AM
DId you try using the XNet Stop.vi?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-23-2015 03:42 AM
Yes, did that too, it doesn't stop the schedule, I only succeded in stopping the interface and I don't want to do that.
03-24-2015 01:39 PM
Hi biroo,
I think you are looking for the Sleep function of the XNET property node. This can be found by creating a property node from the XNET Write VI, and selecting (from the right-click menu) Create>>Property for XNET Session Class>>Interface>>LIN>>Sleep. By wiring an enum constant into this property node, you can instruct the remote nodes to sleep with the "Remote Sleep" option. I've included a screenshot of finding the property node below, as well as a VI Snippet of the property node implemented.