# FlexPendant behaviour on a tablet

**URL:** https://tech-community.robotics.abb.com/t/flexpendant-behaviour-on-a-tablet/6598
**Category:** Robot Controller
**Created:** [April 20, 2015, 3:08pm UTC](https://tech-community.robotics.abb.com/t/flexpendant-behaviour-on-a-tablet/6598 "2015-04-20T15:08:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jack\_frost](https://avatars.discourse-cdn.com/v4/letter/j/76d3ee/32.png) [@jack\_frost](https://tech-community.robotics.abb.com/u/jack_frost)
#### Post date: [April 20, 2015, 3:08pm UTC](https://tech-community.robotics.abb.com/t/flexpendant-behaviour-on-a-tablet/6598/1 "2015-04-20T15:08:52Z")

</div>

Hello,  
we are actually programming a visual interface on a tablet to replace several functions of the FlexPendant.

- we need to visualize all Messagetypes from the FP like Lists, Confirm-Messages, Info Messages, Number-inputs, Text-inputs, TPWrite.
- a generic listto Set/Unset all digital/analog signals. This list should adapt itself to the amount of the existing sifnals and should maybe sorted by Device/Bus/userdefined.
- a User interface for the Cognex library(IntegratedVision) to change some settings of existing Jobs, or also to create new ones. There are several subpoints like, setting the regions grafically, choosing the regiontype, setting the search parameter, etc.  
We would appreciate every help on this and every code snippet in C#/WPF(or also window forms) could help.  
Thank You

Best regards  
Jürgen

---

<div class="post-metadata">

### Author: ![ECapitanio](https://avatars.discourse-cdn.com/v4/letter/e/ec9cab/32.png) [@ECapitanio](https://tech-community.robotics.abb.com/u/ECapitanio)
#### Post date: [April 23, 2015, 7:20am UTC](https://tech-community.robotics.abb.com/t/flexpendant-behaviour-on-a-tablet/6598/2 "2015-04-23T07:20:44Z")

</div>

Good morning,  
that you want to do is not a little thing. This is a big project… 😉

- what is the s.o. of your tablet? if windows mobile you can try by VS2013 for mobile dev. with ABB PC SDK.

For start you can try to read PC SDK, there are many and good example code snippet. ( [http://developercenter.robotstudio.com/Index.aspx?DevCenter=RobotCommunication&OpenDocument&Url=html%2Fea7d0bad-2991-4c46-9053-56f3571d0929.htm](http://developercenter.robotstudio.com/Index.aspx?DevCenter=RobotCommunication&OpenDocument&Url=html%2fea7d0bad-2991-4c46-9053-56f3571d0929.htm) )

However, I’m not sure that it’s possible develop some app for mobile s.o. with ABB PC SDK. (I never tryed..) Maybe you can try with Xamarin Platform ( [Mobile development with Xamarin | .NET](http://xamarin.com/platform) ) and use ABB api library on it. I don’t know if it work or about their compatibility at runtime, but i think that this can be a way to try.

regards Emanuele
