09-04-2006 12:45 AM
09-04-2006 03:43 AM - edited 09-04-2006 03:43 AM
Nick
This seems to work. I have used the typecast function to inherit the "Date And Time" label property which then fills out the tag Name for you.
David
Message Edited by David Crawford on 09-04-2006 09:43 AM
09-04-2006 06:37 PM
Hi David,
Thanks for help.
Hmmm, very strange. I added the Type Cast function in between, I set up its Label, made it visible and still the string is missing the <Name> tag. Whag version of Labview are you using? I am using Labview 8.01 or so. I attach in here my project, maybe you can notice a difference between this one and yours.
Regards,
Nick
09-05-2006 02:26 AM
Nick
You have made the label for the typecast function visible which isn't what you need. You need to wire a string constant to the middle terminal (type) of the typecast function. To do this
1 Right click on the middle terminal then select Create -> Constant which should give you a string constant wired to the type terrninal.
2 Right click on the new string constant then select Visible Items -> Label.
3 Rename the string constant label to whatever you want the name tag to be.
David