01-22-2013 01:37 AM
hello to all,
i have to save a file with a string..,with results of a test
the file name must include time and date of my test, and has to append 2 underscore if my test failed
some idea?
01-22-2013 01:51 AM
01-22-2013 01:55 AM
I have one VI Check it out
01-22-2013 02:06 AM
01-22-2013 02:21 AM
ManLD i can't open your file....i use LabVIEW 7
Gerd, i think it's what i need thanks....just 2 questions...
what is time of test icon? and where i can find it?
idem for last icon (on the right)...what is?
01-22-2013 02:23 AM - edited 01-22-2013 02:25 AM
Hi gigi,
- last icon on the right = "Save to text file"
- "time of test" icon = timestamp control (to be found on numerics palette or - as usual - by right-clicking the input of the FormatTimestring function and selecting Create->Control...)
- LabVIEW7 doesn't know about (special) timestamp controls (if I remember...) so use a DBL control instead
When using such an old LabVIEW version you always should indicate that in your questions! (See my signature for suggestion on that topic...)
01-22-2013 02:40 AM
it works also without time test icon...
but i have a little problem...in this way year is 13,,,and i need 2013 😞
01-22-2013 02:41 AM
done...just putting Y instead of y 😄
thanks all
01-22-2013 02:53 AM
ops...another problem 😞
for months i need abbreviation of name 😞 JAN, FEB and so on 😞
01-22-2013 02:56 AM
gigi85 wrote:for months i need abbreviation of name 😞 JAN, FEB and so on 😞
It is all right there in the online help: time format strings.
In this case use <%b> and optionally convert it to upper case.