PDA

View Full Version : Playing with new PICED features


Conformist
25 Aug 08, 09:26 PM
Darren, you've outdone yourself with some of the new features!!! The graphing feature is very cool and useful for showing the 'on time' of C-Bus loads, their approximate power use as well as graphically showing temperature history and the on-time of heating.

Well done. I'm sure others will appreciate the benefit of the new feature.

Dave Byron
26 Aug 08, 11:26 AM
Darren
12568 Updated tools template to include separate page for installer tools

How do I get the second page of Tools ????
All I get from the Tools template is below.

Tks
dave

Darren
26 Aug 08, 11:32 AM
Darren, you've outdone yourself with some of the new features!!! The graphing feature is very cool and useful for showing the 'on time' of C-Bus loads, their approximate power use as well as graphically showing temperature history and the on-time of heating.

Well done. I'm sure others will appreciate the benefit of the new feature.
Thanks. We always appreciate good feedback.

Darren
26 Aug 08, 11:40 AM
Darren
12568 Updated tools template to include separate page for installer tools

How do I get the second page of Tools ????
All I get from the Tools template is below.

Ah, yes. We were just seeing if anyone actually read the What's New. :o

OK. You caught me out... It looks like the new template got left out of the installer. Sorry about that. We will fix it next time. I have attached it if you would like to start using it.

Dave Byron
26 Aug 08, 11:54 AM
Tks Darren
Just keeping you on the ball.

Next question
Can I get to the firmware keyboard ??
What to create text fields and let the user enter text.
ie names and birthdays



dave

Dave Byron
26 Aug 08, 12:03 PM
Suggestion
Would have been better in the project settings then I can set on a project basis
instead of one setting suits all.

dave

Darren
26 Aug 08, 01:55 PM
Can I get to the firmware keyboard ??
What to create text fields and let the user enter text.
ie names and birthdays

The only ability to enter general-purpose text is with editing string User System IO variables. This is only possible on Colour C-Touch.

Thomas
27 Aug 08, 05:11 AM
Hi Darren,

Nice new features!
Can you tell me if the power failure recovery of enable groups for the B&W Touch been fixed?

Darren
27 Aug 08, 10:13 AM
Can you tell me if the power failure recovery of enable groups for the B&W Touch been fixed?
Yes, it has.

Changes to firmware are listed in C:\Clipsal\PICED\Firmware\Versions.txt

Dave Byron
27 Aug 08, 10:41 AM
Darren,
How do I blank out the textbox ??
I am trying to write the time hours and minutes, but end up with attached pic.

logic code;
{short_time has 10 spaces in it }
Short_time:= ' ';
DrawTextBlock(Short_time, Left, Top, Right, Bottom, Alignment);

Copy(Short_time, Long_time, 1, Count);
DrawTextBlock(Short_time, Left, Top, Right, Bottom, Alignment);


dave

Matty
27 Aug 08, 12:30 PM
ClearScreen;

Dave Byron
27 Aug 08, 02:09 PM
Matty.
Good idea - guess I could turn the power off also that would clear the full screen.
Bit of an over kill just to clear the text field I think.

dave

Matty
27 Aug 08, 06:40 PM
I recommend the same thing before drilling into walls. You don't want to hit power cables.

ClearScreen is the only way to do it.