This is an old revision of the document!


Start multiple timers synchronously

If it is important that timers start simultaneously the following code can be used.
The code works on the ZMC target.
The Code does not work in FDM.

drag and drop this VI snippet into a LabVIEW block diagram.

The defines for the Z48-C1 Target are:

#define TMR_A_DIO2  (0x0010)
#define TMR_B_DIO3  (0x0020)
#define TMR_C_DIO4  (0x0040)
#define TMR_D_DIO5  (0x0100)
#define TMR_E_DIO6  (0x0001)
#define TMR_F_DIO63 (0x0004)
#define TMR_G_DIO73 (0x0001)
#define TMR_H_DIO9  (0x0400)
#define TMR_I_DIO8  (0x0200)
 
timer_syncstart.1328019942.txt.gz · Last modified: 2017/11/07 22:26 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki