07-17-2006 02:33 PM
07-17-2006 02:45 PM - edited 07-17-2006 02:45 PM
Message Edited by altenbach on 07-17-2006 12:47 PM
07-18-2006 09:50 AM
Hi altenbach-
I am not sure if I am doing something wrong but when I create an invoke node and I am under method, nowhere do I see a "get image" display. I see various things like: aboutbox, clear data, control Image, control Image EX, ect. but nothing like "get image" . Either I am doing something wrong such as looking in the wrong place or something else is off. If you could be slightly more specific that would be great (maybe a sample VI) or something.
Thanks a lot,
Cameron
07-18-2006 10:03 AM - edited 07-18-2006 10:03 AM
(EDIT: Ah, I see what you are doing wrong, you are wiring the 3D curve reference to a generic invoke node.)
Message Edited by altenbach on 07-18-2006 08:07 AM
07-18-2006 10:07 AM
That is one of the oddities of the 3-d graph.
The invoke and property nodes of the activeX container can only be created from the FP.
The reference that is automatically created on the diagram is a ref to the object inside the ActiveX container.
Ben
07-18-2006 10:16 AM - edited 07-18-2006 10:16 AM
@Ben wrote:
The invoke and property nodes of the activeX container can only be created from the FP.
Message Edited by altenbach on 07-18-2006 08:17 AM
07-18-2006 01:08 PM - edited 07-18-2006 01:08 PM
Sorry to bug you again but I have one more quick question and once again, thanks for both your help so far it has been quite helpful:
As far as getting an image goes, and saving it as a .jpg or .png, that is working fine. However, say my graph updates every 20 seconds and then I want to save the following 20 seconds of graphed data, how do I go about that? So eventually the end goal is that I'll have like graph1, graph2, graph3, graph4 etc. where each graph represents 20 seconds of data.
My current issue is that I can only manage to get a graph of the most recent graphed data and all earlier ones disappear. I imagine it must be somehow related to the file name so that it can change from graph1 to graph2 as each iteration of the while loop proceeds. I can send my program to you so you can look at it if you'd like a better idea of what I mean.
Once again, you've been amazingly quick in your repsonses and that is really appreciated
Cameron
Message Edited by Cameroon on 07-18-2006 01:09 PM
07-18-2006 01:56 PM - edited 07-18-2006 01:56 PM
Message Edited by altenbach on 07-18-2006 11:56 AM
07-18-2006 02:54 PM
Regardless if my program isn't perfect (I am a Labview user for one month), thanks for all your help. Making the data dependency thing resolved your concern and now it stores the graphs all in one folder which is exactly what I want. Really appreciated,
Cameron