06-19-2011 11:27 PM
Hi
I am stuck with a issue in a complex program I am using!! Wish you can help me out.
I am using a Ethernet-can module and its library in LAbview for a motor control application.
The issue is, there is a de-initialise block (of the can) which deinitializes the CAN communication. In my program, I kept it as a Push button control. SO I need to push it and out to again restart my communication!!
But, I need it to be done logically i.e. the on and off should occur internally using some logic!! Is there a “one-shot” operation? Canit be done using shift registers? I am writing to you after doing a lot of work from my side!!
Waiting for a reply!
Solved! Go to Solution.
06-20-2011 12:46 AM
06-20-2011 01:26 AM
Yeah!! Actually i could solve it 🙂
I have kept a simple counter and compared it with a constant value (100). So when the counter reaches 100 i've switched it off !!