GetStringIBSystemIO inconsistencies

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by MHeaton, Jul 31, 2011.

  1. MHeaton

    MHeaton

    Joined:
    Apr 22, 2008
    Messages:
    107
    Likes Received:
    2
    Location:
    London
    Hi,
    I am running the latest PICED and have set up a project for the B&W Touch Screen Mk II with Logic.

    When using the GetStringIBSystemIO I am noticing that it compiles with some tags but not others.

    Code:
    once ShowingPage("Occupancy") then
    begin
    SetIntIBSystemIO("Schedule Number", 4);
    //GetStringIBSystemIO("Schedule Day Text", szBuffer);
    GetStringIBSystemIO("Schedule Time Text", szBuffer);
    SetStringSystemIO("szOccupancyEndDate", szBuffer);
    end;
    The time works but the Day doesn't with an error indicating Function or Procedure not supported for this project type.

    I am assuming that elements of this code are only supported on the Colour C-Touch. So one comment and one question:

    • Please can you document which System IO Variables are supported for which platform
    • How can I get the date of the next scheduled event for a single date scheduled event and eventually allow a user to change this to a date in the future?

    Thanks
    Mark
     
    MHeaton, Jul 31, 2011
    #1
  2. MHeaton

    Darren Senior Member

    Joined:
    Jul 29, 2004
    Messages:
    2,361
    Likes Received:
    0
    Location:
    Adelaide, South Australia
    This is in our system as issue #21788

    There is no in-built way of doing this exactly as you want at the moment. This is in our system as issue #21790

    You can use a Special Function on a button to open the C-Touch Schedule Editor. This will allow the user to change the date.
     
    Darren, Aug 1, 2011
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...