06-21-2013 10:08 AM
Hi, I'm using this block to get a database and read it in excel, my question is, can I change the name in the table values?
I've attached an image to explain it better
Thanks
06-23-2013 08:37 PM
If you are using LabVIEW, you could use "TDMS Get Properties" with the "NI_UpdateChannelName" to chanage the group and channel names of your TDMS file. You can refer the help documentation of "TDMS Set Properties Function" in LabVIEW for the detailed information.
06-25-2013 09:09 AM
Hi Bechard!!
Thanks for using NI Discussion Forums!! Like deppSu said, you can use the TDMS Set Properties function to update channel and group names from your file. All you need to do is wire the new name to the Property Values input and the Property Names input with NI_UpdateGroupName or NI_UpdateChannelName, as stated in
Hope this helps!!
Regards!
06-26-2013 08:46 AM
Thank you guys, my program is working perfectly 😃
06-26-2013 08:50 AM
I need your help again, please
I will use ENET 232 device, it'll receive a serial signal, and, after that, I need read it via ethernet, but I have not idea how it works