LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

One time operation of a part of the VI

Solved!
Go to solution

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!

0 Kudos
Message 1 of 3
(2,306 Views)

Hi Vijay,

  You mean to say that you want to create ON and OFF using some logic using some subvi ?

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 3
(2,300 Views)
Solution
Accepted by topic author Vijay Chand

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 !!

0 Kudos
Message 3 of 3
(2,295 Views)