取消
显示结果 
搜索替代 
您的意思是: 

System Time Stamp Indicator?

已解决!
转到解答

I'm trying to use the "System" theme for my front panel, and my controls and simple numeric indicators converted over (from "Modern"). However, I noticed that there is no simple "Time Stamp Indicator" apparent on the System > Numeric (or elsewhere).

 

Is there one that I just can't find? Or will I have to hard-code it in so that it displays using the system theme?

 

Thanks

0 项奖励
1 条消息(共 4 条)
4,050 次查看
解答
接受人 Quevvy

The most trivial one would be to just use a double floating point control and set its format to absolute timestamp. Then convert the timestamp type to DBL with the according conversion function.

 

If you really want to go the route of a true system type control you will have to go into the control editor, which is a somewhat irky and tedious editor that shows its age from early LabVIEW days. There you would start with a classic timestamp control and replace the cosmetics with ones from a system string or similar control. It takes quite a bit of time to get to know the control editor and work around its murky behaviour sometimes.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
2 条消息(共 4 条)
4,037 次查看

I created an XP style control and shared it int the Community forums. Maybe it would suit your needs.

 

https://decibel.ni.com/content/docs/DOC-10017

3 条消息(共 4 条)
4,022 次查看

@rolfk wrote:

The most trivial one would be to just use a double floating point control and set its format to absolute timestamp. Then convert the timestamp type to DBL with the according conversion function.


Wow. That was super simple! I forget that numerics can be so many different formats!

0 项奖励
4 条消息(共 4 条)
4,017 次查看