LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write a binary file per day // show the samples only 1 in 1 minute

Solved!
Go to solution

Hummmmm.....

 

I would have suggesting bundling into a cluster.  And you tried that already without success??...??

 

I will try to have a look at it today.

 

R

0 Kudos
Message 51 of 59
(1,482 Views)

Well Ray.R I already solved the problem =D

Another guy helped me today

and the problem is because my cluster at client.vi was with another sequence than the server

so I put in the same sequence and it works fine now!

Maybe you can help me with another thing..

I want to make a waveform graph but using the real time when I'm measuring

I know I have to do like a cluster using the graph, but I don't know how exactly I can do it

 

Can you help me with that?

 

Thanks!

Message Edited by EduU on 10-09-2009 07:44 AM
0 Kudos
Message 52 of 59
(1,483 Views)

Glad to read that it works with the cluster.  I was surprised that it might not work.  But the description that you provided makes sense.  Glad that now works..  🙂

 

Concerning the graph, there are a few ways of implementing the solution.

 

Can you indicate which data you want to plot?  And where in the code it is located..

 

R

0 Kudos
Message 53 of 59
(1,471 Views)

Well Ray.R

In the graph i'm showing the voltages and currents

In the X axis I want show the real time when I'm measuring

and not how it was at the moment:

 

graph.JPG

 

And in the Y axis I want to put the voltage value but if the value goes to high the graph gives me a scale of 1000 in 1000 and I want something more accurate or more exact.

 

And is the code is the waveform graph that you will see near the subvi RMS 4V4I

 

Thanks Ray.R

0 Kudos
Message 54 of 59
(1,466 Views)

Thanks Edu,

 

What I meant was where are the values from on the block diagram.  I didn't look at the code, yet, so I didn't know if there were labels or indicators that would allow someone (me?) to easily put together the graph or an example for you.  😉

 

🙂

0 Kudos
Message 55 of 59
(1,459 Views)

Where do you populate the cluster?  Is it in "File create + monitoração teste 3B.vi"? 

If so, we may have different versions. 

 

Does the waveform graph in "File create + monitoração teste 3B.vi" appear okay?

 

R

0 Kudos
Message 56 of 59
(1,417 Views)
what you mean with "populate" i didn't understand it well!

but the cluster is in test - client 4

in file create +monitoração teste 3B I don't put a clust indicator, or a constant... 

I only create a bundle cluster and send it to the other program via tcp/ip

 

The waveform graph is ok but i want that in X axis it shows the real time from acquisition

like i'm running it NOW... 14:41pm here in brazil and its appearing  09:00 at12/31/03 in the time there

and the other graph the "measurement" the time is ok...

how can I fix the time in the "waveform graph" ??

 

This is my problem... and the other problem in Y axis.. i already fixed only had to put the graph more larger and bigger and i have a good scale now =D

Message Edited by EduU on 10-13-2009 12:41 PM
0 Kudos
Message 57 of 59
(1,411 Views)

EduU wrote:
what you mean with "populate" i didn't understand it well!

but the cluster is in test - client 4

in file create +monitoração teste 3B I don't put a clust indicator, or a constant... 

I only create a bundle cluster and send it to the other program via tcp/ip

 

Actually, no.  You are sending an array.  You are not sending a cluster.  At least not in the version that I am looking at.  See attached image.

 

The waveform graph is ok but i want that in X axis it shows the real time from acquisition

like i'm running it NOW... 14:41pm here in brazil and its appearing  09:00 at12/31/03 in the time there

 

??  Hummm...   Well...  maybe we're not looking at the same VI.  I'll look again at the code.

 



 

 

Another observation.  You should only have one Error Cluster wire (gold color) running through your diagram.  There is no need for 3 of them in parallel.  😉

 

Where in Brazil are you from?

 

R

 

 

Message Edited by Ray.R on 10-13-2009 02:28 PM
0 Kudos
Message 58 of 59
(1,406 Views)

Ohh I see now

You don't have the last version sorry!

 

I will upload the new version now for you!

The others VI's you already have, right?

RMS 4V4I and RMS 6V3I ?

I live in Brasília, Capital of Brazil

And the problem in X-axis is only in the waveform graph from 2D array

the "measurement" is fine!

 

Thanks for the help and sorry for don't upload the last version yet!

 

problem with graph.JPG

 

 

0 Kudos
Message 59 of 59
(1,390 Views)