Hi,
Thanks, you are right. I can't view your code you attached to me
because I have LV7.0 and not LV7.1 but what you say to me is right. I
think the problem is that I send to graficPH.vi from
Ctrl_graficPH_SBR1.vi a type different that the waveform graph placed
in graficPH.vi hopes. If I change the type of the waveform chart to
Waveform type it seems to work because when you create a waveform chart
its type is double by default (DBL, see the icon in block diagram, at
the bottom of the waveform chart icon it shows DBL, if you change it to
waveform type it seems to work well).
Can you attach me your example in LV7 please?
See the new example in LV7.0 Express that I attach to you here, I only
change the data type of the waveform chart placed in graficPH_SBR1.vi
(see the icon of the block diagram, at the bottom, now its type is
waveform and not DBL). This is the only change I have introduced and
its works fine
😉
Thanks very much for you effort and for helping me
😉
One thing.... I don't know how to change the data type of waveform
chart to waveform because I have done copy and paste form one vi to
graficPH_SBR1.vi. In the vi I have done the copy I made a build
waveform block (see Ctrl_graficPH_SBR1.vi) and then I link it to
waveform chart and then LV automatically change the type of the
waveform chart from DBL to waveform but I don't know how to do it
manually. Finally I copy this waveform chart to graficPH_SBR1.vi. How
can I change manually the type of the waveform chart from DBL (default
when you create it) to Waveform?
ToNi.
PD.: Now I am testing what I have told to you (change the data type of
waveform chart placed in graficPH_SBR1.vi from DBL to waveform) and If
I get problems then I'll tell to you something.