Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

How To Creat Sequential Timer.vi

Hi,
         iam devlope the progarm in labVIEW-8.2 with PLC to connected via  MODBUS
 Communication. i want to create Sequential timer Cease structer.vi, i try some
 methode but that meathode not work properly because the timers not reset, so
the program not work next cycle. i required execute one by one timer but onethink
the timer value set user defind.
 
Thankyou
   Krish
 
0 Kudos
Message 1 of 6
(5,874 Views)
Krish,

Can you tell/show me what methods you have tried? I am not familiar with the VI you are referring to. Could you please explain what you are trying to do further and post a screenshot of your code?
-Marshall R
0 Kudos
Message 2 of 6
(5,846 Views)

Hi Marshall,

       I Attached the Sorce code of Sequential Timer vi.

 i required execute one by one timer but onethinkthe timer value set user defind, and

execute only one steucter at the same time.

 

Thankyou

krish

0 Kudos
Message 3 of 6
(5,788 Views)
I would try the "Wait" found under Programing»Timing. Or you could also try wiring the "Auto Reset" terminal on the Elapsed Time.vi that you are currently using, so that the timer will reset every time.
-Marshall R
0 Kudos
Message 4 of 6
(5,764 Views)

Hi,

     Elapsed timer reseted ok. but i want execute only one cease structer at the time.

  ie; my sequential timer.vi was reset properly, if run the second waveform but 

intrupted the another waveform, that's my problam.

0 Kudos
Message 5 of 6
(5,756 Views)

Hi,

If I am understanding your question properly, it is changing between cases between you are using nested case structures.  If you only want one or the other to execute, you will need to put them in different cases, instead of nesting them.

Regards,

Lauren

Applications Engineering
National Instruments
0 Kudos
Message 6 of 6
(5,699 Views)