Control Icons Based on Android Lock Screen

So my android phone has a really neat unlocker widget that allows me to unlock the phone directly to an app. When you power on the phone it displays a lock symbol, you touch the symbol and it expands to a larger circle with app icons on the circumference. Without removing your finger you slide and drag to the app icon that you want to launch. Once your finger is on the icon you let go and that selects the app, unlocking the phone and immediately starting the app.

I want to implement a similar widget for my control screens because they will be touch screens. For instance, a pump icon will expand to show options like start/stop/ status, or interlock conditions etc. I think this is a worthy endeavor for touchscreen applications because it adds a level of extra security against accidental control button presses without the hassle of clicking yes in an "Are you sure?" dialog.

What do you think?
Parents
  • AlexW,

     

    I like your idea, and decided to try to create a symbol for you.

     

    Click here to download IconSlider.zip.

    Please note: This is not presented as a finished, ready to use symbol it is just a proof of concept. My graphic skills leave a lot to be desired. By downloading this symbol you agree to test and make sure it works.

     

    Unzip this symbol to your system symbols folder. This is usually “C:\Program Files (x86)\InduSoft Web Studio v7.1\Symbol” or similar.

     

    It would be best to try this in a non production, test project.

    Before you insert this symbol create 3 new tags:

    1. Pressed, bool
    2. Horiz, Integer
    3. Vert, Integer

    Once you insert the symbol, open the properties and change the PumpTag value from BlinkSlow to another tag (this will be the tag for the pump On/Off ) something like "PumpCommand"

     The Symbol works by pressing the pump, the stop and check (start) icons appear. Then drag the pump to the desired action. When you release the tag will change, the pump will change color and move back to its original position.

    Hope this is what you were looking for.

    Scott A. Kortier

    Technical Evangelist, InduSoft, Inc.

Reply
  • AlexW,

     

    I like your idea, and decided to try to create a symbol for you.

     

    Click here to download IconSlider.zip.

    Please note: This is not presented as a finished, ready to use symbol it is just a proof of concept. My graphic skills leave a lot to be desired. By downloading this symbol you agree to test and make sure it works.

     

    Unzip this symbol to your system symbols folder. This is usually “C:\Program Files (x86)\InduSoft Web Studio v7.1\Symbol” or similar.

     

    It would be best to try this in a non production, test project.

    Before you insert this symbol create 3 new tags:

    1. Pressed, bool
    2. Horiz, Integer
    3. Vert, Integer

    Once you insert the symbol, open the properties and change the PumpTag value from BlinkSlow to another tag (this will be the tag for the pump On/Off ) something like "PumpCommand"

     The Symbol works by pressing the pump, the stop and check (start) icons appear. Then drag the pump to the desired action. When you release the tag will change, the pump will change color and move back to its original position.

    Hope this is what you were looking for.

    Scott A. Kortier

    Technical Evangelist, InduSoft, Inc.

Children
No Data