LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calender

How to make a calendar in labview 6.1 using RING?.Applying conditions that we select a month suppose feb so it contains 28 days......& same for other months also.

0 Kudos
Message 1 of 15
(3,081 Views)

@priya2207 wrote:

How to make a calendar in labview 6.1 using RING?.Applying conditions that we select a month suppose feb so it contains 28 days......& same for other months also.


Why you want to reinvent the wheel, you can reuse the .NET based control.

 

Date and Time

 

If it is a stringent requirement, I would suggest create a X-control.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 2 of 15
(3,061 Views)

offcourse ..but in labview 6.1 there is no such kind of function.

 

 

can i know how to make calender easily in Labview 6.1?

0 Kudos
Message 3 of 15
(3,041 Views)

Hi priya,

 

that are two points in one question!

 

Do you want to have a calendar control in LV6.1?

Or do you want to have it the easy way?

 

Start by thinking what you need to represent that calendar control.

Then start to think of a state machine approach to handle all the user input to that control.

 

Does LV6.1 even have the timestamp control as newer LV versions have?

Can't you upgrade to a more recent version of LabVIEW? LV6.1 is outdated the same as WinXP nowadays…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 15
(3,034 Views)

i mean that a functionality that user inputs date in dd-mm-yy format from a calender created.

0 Kudos
Message 5 of 15
(3,031 Views)

Hi priya,

 

can you set the display format of a numeric control to absolute time in LabVIEW6.1?

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 15
(3,027 Views)

In english

 

date.png

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 7 of 15
(3,018 Views)

Hi Ranjeet,

 

I was using a "simple" numeric control, NO timestamp control!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 15
(3,006 Views)

As labview 2012 have the timepicker control... i want to create the same in labview 6.1 as it does not have that in built feature

kindly give me the  screenshot of solution as creating the whole calender is quite timeconsuming.

 

0 Kudos
Message 9 of 15
(2,996 Views)

Hi priya,

 

what "timepicker" are you talking about? Never heard of…

 

Does LV6.1 support the "absolute time" formatting of numeric controls as shown above? That would be the easiest solution…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 15
(2,984 Views)