Associação de tags de memória no mobile

I wonder how do I associate a memory tag present in an Arduino logic, for example, i made a counter parts and i want the value of this counter is associated with a in the “mobile” display element, as I do?

An alternative to do this, you should edit the code in ElipseMobile.cpp file, in Documents\Arduino\libraries, to be possible to use Mobile Server analogic tags.
Insert in this file the library EEPROM.h, and in the function AnalogReadCommand(), put the code like sample below:

This way, when inserting an analogic tag with value greater than 5, you’ll be reading A Memory position.
For configuration in Ellipse Mobile Server, select an analogic tag and edit your value for greater than 5, this example used 6 and 7.

In the Arduino code, save the value in the memory position using the EEPROM library resources.
In this example, values 111 and 222 were saved in positions 1 and 2:

After that, you can read memory locations by the Mobile Server.

show! tudo esta funcionando perfeitamente depois dessa orientação obrigado!!! estava quebrando a cabeça por causa disso agora consegui resolver graças a esse post, mais uma vez obrigado!