10-16-2013 08:34 AM
kavharshre wrote:Actually I want to generate a moving sine wave.
Then create a single point with each iteration and use a chart.
10-17-2013 08:20 AM
Sir
I am just a leaner from past 1 month in labview.
Single point means array element and put in for loop is it?
Sir I m sorry for the trouble have more 3 problems
sir attaching files for all
thanking you
regrads
kn
10-17-2013 09:14 AM
@kavharshre wrote:
- I am trying array using labview help course
You are still lacking some very basic LabVIEW skills, so I recommend to continue with the course for a while longer before coming back here. Also study the shipping examples.
If you hover over the broken wires, you'll see that the problem is with undirected tunnels. In your particular case, you are connecting controls and other data sources together, which of course is not allowed. A wire can only have one single data source! If you turn the controls into indicators, things would be slightly more reasonable.
What do you mean by a "moving sine"? should X increase forever as the sine fuctions scrolls by? Then you need a chart. If the X scale should be stationary, you can make the sine "move" by updating with non-integer cycle lenghts on a graph. It really depends on what you want.
10-21-2013 08:12 AM
good morning sir
The course material is very excellent.Im still studying.
But I have certain tasks assigned which I have to complete
trapezoidal wave generation.
I have tried many examples
The program is that xy both vary when boolean is high ramp increses within 3 sec and constant generated for some period of time
and when boolen is off then decreasing ramp(slope)within 3 sec
I have tried a few examples.please can u correct it
thanking you
regards
kn
10-23-2013 02:29 AM
greetings sir
Sir I am trying nested while loops .
attaching file
regards
kn