11-08-2017 02:59 AM
Buenos días,
Tengo una señal que simula la señal de un sensor de efecto Hall, a traves de una señal "de reloj" digital, lo que hago es que multiplico ese valor (0 o 1) por el valor de amplitud que quiero, por ejemplo 10 teniendo asi una señal que varia entre 0 y 10, el problema es que a la hora de gafricarlo
me esta cogiendo una base de tiempo extraña, va demasiado deprisa y no puedo visualizarlo bien.
¿Alguien sabe como puedo modificar el Waveform chart para poder visualizar mi señal de manera correcta en el tiempo?
Gracias.
Good morning,
I have to simulate the signal of a Hall effect sensor, through a digital "clock" signal, what i do is that i multiply that value (0 or 1) by the amplitude value that i wish, for example 10, having so a signal that varies between 0 and 10, THE PROBLEM IS THAY WHEN IT COMES TO PLOT IT.
I'm taking a strange time base, it's going too fast and i can not visualize ir well.
DOES ANYONE KNOW HOW I CAN MODIFY THE WAVEFORM CHART TO BE ABLE TO VISUALIZE MY SIGNAL CORRECTLY IN TIME?
THANKS.
Solved! Go to Solution.
11-08-2017 03:03 AM
11-08-2017 03:10 AM
Here is the Sub.vi
11-08-2017 03:11 AM
I want that the waveform plot the value at the same time that the led light.
11-08-2017 03:32 AM
11-08-2017 03:35 AM
Okay,
I don't explain correctly, I want to see the pulse wider, as if I zoomed in, to see the pulse better.
Do you understand me?
11-08-2017 03:59 AM
Hi cristina,
maybe you should make those pulses wider?
Right now you switch between TRUE and FALSE with each iteration of the loop…
There are also several functions in the signal generation functions palette, maybe they will help you!
11-08-2017 04:38 AM
is this what are you looking for ?
11-08-2017 04:50 AM
Yes, but I can't use case structure because my program it is a Sub.vi and if you include case structure in sub.vi it doesn't work well.
I have already define the duty cycle, I have low and high time but the waveform doesn't draw 0 during all low time and doesn't draw 10 durind all hight time.
I don't know if the problem is the grafic or the program
11-08-2017 05:04 AM
i just increased the length of the Chart and add in range function from 0 to 10