04-16-2011 03:29 AM
Hello,
I want to put images on graph whereever I want.
I have TDMS file like this.
My "x Axis" is (km) and "y axis" is MKTY. If MKTY is 3 I want to put image3 on graph places in the y-axis. If MKTY is 2 then I put "image2" on graph.
I uploaded my TDR file.
04-17-2011 08:35 AM
I'm sorry NoRegreTs,
That is not a feature of DIAdem 2010 or earlier. There is no way to automatically put an image at a particular XY location on a graph. In order to do this in DIAdem 2010 or earlier, you would have to run a script to conditionally show images based on channel values. You would then have to somehow calculate the correct position and size for the image in the script. This would be hard but not impossible-- is it really necessary?
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-17-2011 08:39 AM
For me, not. But yes I have to do this. Maybe I manual have a table which includes the y axis coordinates. X axis is dicrete then when I get the value 2 I will look at its y axis and take the coordinates of the y-axis corresponds to the table
Is it difficult?