LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the control signal

1.JPG

 

 1. Why can not sign in time axis does not move at 256.
 2. I want the two signals. Defined as a signal X and Y, signal X = 10Hz (256 cycle / 25.6s) and

     signals Y =   1cycle / 25.6s. Then calculated and  writed program,

     but the program can not be controlled as desired.

 

Thank you

0 Kudos
Message 1 of 5
(2,762 Views)
I'm sorry, but I don't understand your question at all. Can you rephrase the question, or provide more detail? Perhaps posting in your native language may help.
0 Kudos
Message 2 of 5
(2,754 Views)

It would probably help if you used an XY Graph.

 

0 Kudos
Message 3 of 5
(2,753 Views)

 2.JPG

From figure shown the signal on demand, signal X=256 cycle and signal Y=half cycle.

I think you get my program

 

Thank you

 

0 Kudos
Message 4 of 5
(2,722 Views)

Use a Waveform Data type and make sure the property "ignore attributes" is NOT checked.

 

When you do so, the dat is plotted as determined by "t0" and "dt" if you have more than one sample in the "Y" array.

 

The example I illustrated here deonstrates this feature.

 

Here is a preview that shows a chart with dat from multiple source coming in at different rates.

 

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(2,712 Views)