11-30-2012 03:59 AM
Also I have questions, I hav eto mimic the RMC program in labview the expression command is not possible in labview.
Also how to acess the status bits from rmc and how to convert real to DINT.? If we use sine wave start command of RMC how can I show in the labview program the plot.
how to use jump command or link command of rmc in labview?
11-30-2012 04:02 AM
Hi
I see that in each case, you have one vi which is called 5 times. instead, you could put the vi inside a For loop, set N to 5 and wire the (i+1) terminal value to the input where you have wired 1,2,3..
then, move all your block diagram objects close enough so that the entier BD is in one screen. make it compact
11-30-2012 04:07 AM
thats the flow