Jump to content

Gr81007

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Gr81007's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Guy, Thank you very much for the information. I had previously used the RTC to ASCII UDFB and it would not let me directly input the controller's RTC into it, only other RTC struct values that were part of my program. It looks like the RTC to ASCII V2 UDFB will let me convert the controller's RTC to a so to say real time string which will let me compare my RTC strings in my data table to it. Thanks so much for the help!!
  2. Im looking for some assistance in a program I have set up for a scheduled heat / AC program. The way it is set up, the user has four time setting options to be able to change the temperature four times throughout the day. I am using the digital time wheels with an RTC struct for the way to input the time settings and then converting the RTC to an ASCII string so that the user can see all of the settings in the data table which is displayed on screen. The problem I am having is when I extract the time strings back out of the data table I have no way to compare to the System RTC to trigger the automatic temperature change. To further explain, I can't store RTC data in the data table and I can't convert the system RTC to a string (only RTC structs that I made). I've kind of reached a mental block on what to do from here without writing a ton of code to make it all work out. So if anyone has any ideas please let me know. Thanks in advance!
×
×
  • Create New...