I'm working with an Apliction,to control 2 step motors from DAQPAD 6020E...When i run my program i get two Array Subset. One with high and low (1 & 0), and one with different wait times. Such as 1 ms,1,56 ms 6,59 ms...and so forth.That means that i need micro second accurasy.What i use these times to is to wait ex. 1ms, and then write to, two channels (or more), High to the first and low to the second channel.Then again wait the specified time from the array subset ex.1,56 ms and write to the channels when that time has passed.These two Array subset wil be running continuously alwyas starting from index [0] to end of Array.I've tried to use Wait until next ms multible.vi
in a for loop, where i have 1/1000 at the input to the timer,but its not working as the timer is ment for ms.Please help me, i'l appriciate any help or suggestions for my problem, thks. & regards