Touch Panel Pages

Bonsoir.
Je travail actuelement avec un Touch Panel TPC 2106, un modul Field Point 2120 avec la version 8.5 de LabView.
Je suis arrivé pour le moment à charger un VI dans le Touch Panel, un autre dans le Field Point et les faire communiquer de maniere autonome.
J'aimerais maintenant dans le Touch Panel pouvoir afficher plusieurs "pages". Est-il possible d'ouvrir de naviguer entre plusieurs VI comme sous LabView? Je n'ai pour le moment pas trouver la methode adequate.
En vous remerciant par avance.
Etudiant
Automatique et informatique industrielle,
Caen

Bonjour,
Je suis en stage chez DCNS, et je dois réaliser une valise de tests de relais avec un compact RIO 9024 et un Touch Panel TPC 2106
J'ai réussi à faire fonctionner le Touch Panel avec mon PC, le compact RIO avec le PC mais maintenant je voudrai qu'il fonctionnent de manière autonome entre eux (le Touch panel devant réaliser l'interface graphique et lire/envoyer les données de/sur le compact RIO?
Quels type de brancement réaliser? Configs?
Merci d'avance

Similar Messages

  • Multimedia touch panel buttons on Satellite A500 are not all working

    Hello,
    I recently purchased an A500 (PSAR9A-02J001) laptop running Windows 7 (32-bit) Home Premium. Not all the top Multimedia touch panel buttons are working. When buttons are pressed, the laptop makes a beeping sound (which is normal) but the corresponding function is not executed.
    For example, the Eco button at the top doesn't switch on/off the eco and the mute button does not mute the volume.
    Device manager shows all devices as working correctly.
    There are no errors in the Event Viewer Application or System logs.
    Please advise!
    Thank you,

    Hello
    Try please to reinstall Toshiba value added package.
    Remove preinstalled version, restart your notebook and install latest version from Toshiba download page.

  • LabVIEW Touch Panel Module for Linux

    Hi,
    Does NI released Touch Panel Module for Linux?
    Thanks,
    Ali

    Hi Dennis,
    Here is the article I read about LabVIEW Embedded Development Module. Page 1-1, "Taking Your Graphical Design to Any 32-Bit Microprocessor".
    http://www.ni.com/pdf/manuals/371233b.pdf
    About the topic you are right. I have the VI on Windows XP. I converted it to WinCE 5.0 with LabVIEW Touch Panel Module and it works perfectly. I have LabVIEW for Linux and I converted the VI to Linux and it works on PC. Now, I want to convert it to Embedded Linux that works on ARM microcontroller.
    I am looking for LabVIEW Touch Panel Module for Linux because the only supported platform for that is Windows.
    http://www.ni.com/support/labview/lvtool.htm#touch
    Thanks,
    Ali

  • Using a Meter control in LV Touch Panel, and using shared variables that are custom controls.

    I Just started using LV touch Panel module with an NI TPC-2106.
    I have two differenct problems:
    1) I was planning on using the "Meter" control quite a bit. I can set up the meter exactly how I like on the host PC, but on the touch Panel computer it seems to ignore my adjustments, mainly the start and end of the scale - i.e. I would like control to run from 0 to 360 with 0 straight up, using the entire circle. However, on the Touch panel computer it always puts 0 at about 7 o'clock and 360 at about 5 o'clock. I have also tried adding markers to no avail.
    2) I am communicating with a compact fieldpoint controller. I can creat a shared variable that is a simple double with no problems. However, I have some shared variables that use a custom control for the variable type - bascially a cluster with a couble doubles, a time stamp, and an enumeration. It lets me drag the shared variable into my diagram, but it seems to ignore it when I run it.

    Ipshita_C,
    - I am using LV 8.6.1f1and LV Touch Panel 8.6.1.
    - I have attached a simplified VI that shows how I want to use the meter. Notice that the placement of the endpoitns does not work correctly on the touch panel, and that it ignores the arbitrary markers that I placed.
    - I also have included an XY graph control that displays on the TPC with margins around the graph area that I removed from the graph control.
    - For the shared variable, it appears to be an issue related to the touch panel, not fieldpoint. I found another thread in this forum that mentioned that clusters containing Enumerations do not work in shared variables on the touch panel. I changed the enumeration to an integer and it now works fine.
    In general, there seem to be a disappointing number of limitations in the touch panel implementation. My biggest concern is that I have not found any documentation from NI that lists these limitations. I seem to have to try things out and see what works and what does not work. Can you point me to a comprehensive list of touch panel modules limitations?
    Attachments:
    test 2.vi ‏10 KB

  • Parallel use remote control and touch panel.

    Hi.
    Cisco TelePresence SX20 with firmware TC7.1.4.908e4a9 and was synchronized with touch panel. Can I use remote control when touch panel is enabled. Now remote control is locked.
    Thank's.    

    Hi
    No. When a codec is paired with a Touch controller it is not possible to use the remote control.
    You question number 677 in link bellow
    http://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/articles_doc/telepresence_endpoints_knowledge_base_articles.pdf
    br Oleksandr

  • Panel Page in ADF Faces using Facelets not rendering correctly

    Hi, I am attempting to integrate facelets into a web app built using adf faces and am running into a problem with the panel page component. I have integrated facelets and adf faces without any problems by adding relevant jars (jsf-facelets and adf-facelets) to the project and specifying alternate facelets view handler in web.xml.
    However, when I try to render any component inside <af:document> or <af:html> tags, all the font style in components seems to be lost ( all the text and input fields turn large and ugly!).
    I tried to leave out the <af:document> tag and put the <f:view> inside some vanilla html instead, but then panelPage component dosen't render properly and I get following message on top of page :
    "Skip navigation elements to page contents"
    So seem to be in a bit of a catch 22. By the way, this all works fine if I don't use facelets (remove the facelets view handler from web.xml and page renders correctly).
    Does anyone have any ideas or examples of panelPage rendering correctly with facelets or an alternative to using adf faces html tags that will allow panelpage to be displayed?
    The following is the code from a simple test jspx page :
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:ui="http://java.sun.com/jsf/facelets">
    <f:view>
    <af:document>
    <af:form>
    <af:panelPage title="Title 1">
    <af:panelHorizontal>
    <af:panelGroup layout="vertical">
    <af:outputLabel value="Username"/>
    <af:inputText id="lo_username" value="" columns="20"/>
    <af:objectSpacer width="1" height="10"/>
    <af:outputLabel value="Password"/>
    <af:inputText id="lo_password" secret="true" value="" columns="20"/>
    <af:objectSpacer width="1" height="15" />
    <af:panelHorizontal>
    <af:objectSpacer width="50" height="1"/>
    <af:commandButton id="lo_loginButton" text="Login"/>
    </af:panelHorizontal>
    </af:panelGroup>
    <af:objectSpacer width="50" height="1"/>
    <af:panelGroup layout="vertical">
    <af:outputLabel value="Please use your windows account username"/>
    <af:outputLabel value="and password to logon to the system"/>
    <af:objectSpacer width="1" height="50"/>
    </af:panelGroup>
    </af:panelHorizontal>
    </af:panelPage>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

    The problem was the <jsp:root> tag. Removed this tag and modified <af:document> to the following so that namespaces are declared :
    <af:document xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:ui="http://java.sun.com/jsf/facelets">
    Page now renders properly using facelets.
    Message was edited by:
    mjc

  • How can I control the direction of  Panel Page  menuTabs (menu1) ?

    Hi all,
    in ADF FACES - JDeveloper 10.1.3
    how can I control the direction of Panel Page menuTabs (menu1) either from left to right or right to left ?
    regards,

    In the adf-faces-config.xml file you can add a right-to-left tag.
    (Right click on the structure window and choose insert inside...)

  • LabVIEW Touch Panel -- I can not get activesync to connect between the TPC-2012 and my XP workstation. There is no USB client connection on TPC-2012

    How do I get the TPC-2012 to connect to my workstation?  I have read all the hardware manuals, getting started manuals: nothing works.  The remote access using http://x.x.x.x/RemoteAdmin does not work.  I have tried to get the FTP service working using the instructions in "How do I configure the FTP server on tpc-2006 and TPC-2016" .  Active sync seems to want a USB connection only.  I have tried to connect a serial line between com1 on the TPC and com4 on my XP workstation with no results.
    I have been able to use the touch panel module with my iPAQ. It worked flawlessly the first time.  
    Help!
    Louis Prugh
    General Dynamics

    Hi David,
    thank you once again for your help.
    So when viewing your Local Area Connection>>Status
    you're seeing data packets sent but no packets received on your desktop
    machine? - Yes
    Is your desktop configured with a static IP address or is it
    configured to obtain an IP address automatically?I' ve tried both static IP address and that it obtain IP address automatically, I have also done it with the TPC.
    Also, does your TPC
    get a valid IP address when the connection to your desktop is present? - when TPC is set to obtain adress automatically it gets IP address and then after some time it loses it - it is set to 0.0.0.0, and then it obtains the IP adress again and so on.
    Can you provide the address, subnet, and gateway you're getting for
    both machines?- I've done it, but it didn'e help
    Also any firewall settings or exceptions you may have
    active if the firewall is enabled? - firewall is disabled
    I'd also like to know what
    modules and toolkits you do have installed on both the TPC - TPC is new and I haven't installed there anything.
    On my desktop - I have standard Labview 8.2,the real time module is installed. All I know, there are already drivers for TPC2012 in this LabView version. On the included CD I have only drivers for another TPCs.
    Thanks,
    Martin

  • How to modify a combo box for touch panel operation?

    Hi, 
    I'm developping a touch panel controled application.
    The first step of the application is user log-in. My application has a small database of names that the user can access via the drop down menu of a combo box. 
    My problem is that the arrows and the slider of the vertical scroll bar are way too small to be fingers-operated:
    Is there a way to modify the size of this scrollbar so that it's not too small for the operators' fingers?
    Best regards,
    peper

    Hello peper,
    As far as I know this is not directly possible (a least not with the control editor).
    If you want to, you could also create your own "adapted" control yourself through an XControl.
    This one can then (for example) combine a name input, a button and a listbox (with a big vertical scrollbar).
    Or is this too far fetched?
    Kind Regards,
    Thierry C - Applications Engineering Specialist Northern European Region - National Instruments
    CLD, CTA
    If someone helped you, let them know. Mark as solved and/or give a kudo.

  • Touch Panel Shared variable binding does not work.

    Hi,
    Is there any reason why shared variable binding is not working under Touch Panel Target?
    Is there any plan for implementing or there is some trick I should know?
    Andras

    RebeccaFo wrote:
    Hello Andras,
    which version of LabVIEW are you using? As yu can see in:
    http://digital.ni.com/public.nsf/websearch/04AAA6903A9456F08625715A0026BC57?OpenDocument
    it should work. So what for problems do you have?
    Thanks,
    Just FYI, the KnowledgeBase article linked above has been revised and moved to a new location.  See the new KnowledgeBase 58JFBGD2: Are Shared Variables Available For LabVIEW Mobile Module (Formerly PDA Modul...

  • C6 - touch panel not working

    recently i purchased a c6-00 phone from uae. now the touch panel is not working. what can i do

    Please contact local Nokia Care Center

  • Touch panel fonts and Graphics

    Gentlemen
          In addition to my previous issue, I would like to ask regarding touchpanel TPC-2006 fonts and graphics. See, for our client we plan to give four screens in touch panel and in one screen it is with list of alarms. So here when list box control is drag n drop into front panel its showing horizontal and vertical scroll bar perfect,but when deployed to touch panel its surprise horizontal screen bar not seen this is one issue and also all fonts are not clear and things that seen in front panel when deploy its not shown in TPC why? is there any way if so please help me
          I Have attach snap shot of it see in that in my front panel screen i hv got horizontal scroll bar, column header but in touch screen couldn't get all this. hope it will help to get better idea .
    thanks
    Attachments:
    Front panel.JPG ‏59 KB
    touch panel screen.JPG ‏21 KB

    The graphics and font rendering in the touch panel module is a known issue.
    As you have found out, the rendering of text and graphics on the TPC platform is not the same as running under Windows. The only way I have found to work around this issue is to continue to play around with the layout on the panel until you get acceptable results on the TPC.
    I had an application a couple of years ago that was deployed to the TPC-2006 platform. When all was said and done, in order to get an acceptable looking panel on the TPC-2006 the windows panel looked severely misaligned in some areas.

  • Error installing NI TPC Service on a 3rd party windows XPe Based Touch Panel

    Hi,
    First of all sorry for my English. 
    I'm having trouble when i try to install NI TPC SERVICE on a 3rd party Touch Panel that runs Windows XPe (Embedded).
    I have tried lot of time. I'm installing the msi application for XPe from the folder "NI_TP_Service" of the Installation Path for LabVIEW 8.6 Touch Panel Module.
    The installer file hungs after installing the service and just when it tries to initialize it and I get a Error Windows that says "Error 1920. Service 'NI TPC Service' (NITPCService) falied to start. Verify that you have sufficient privileges to start system services."
    I'm logged as Administrator, and I don't know what to do.
    If anyone know what can i do I'll be pleased in hearing the answer.
    Regards 

    Hi AlexDarsigny,
    You will need either the Touch Panel Module or the Datalogging and Supervisory Control Module (DSC). Either of these modules will allow you to deploy and install NI software to your touch panel. They also include many other features for developing those applications. You will also need a deployment license for any non-NI touch panel that you plan on deploying the applications to. The other software needed on the touch panel itself will include the LabVIEW Run-Time Engine and the NI TPC Service. The following link has some information on this:
    http://zone.ni.com/reference/en-XX/help/371618H-01/lvxpe/tpc_install_tpc_srvc/
    Once deployed, the program will run as a stand-alone application that can be started from the HMI itself. Of course this depends on the functionality you create within the application, just like you would for any standard LabVIEW application.
    David C

  • Touch Panel PC Labview with Thirdparty

    dear NI,
                        I am using third party Touch Panel PC Windows CE5.0  ARM 9 based system. using TPC  - Addon labview i created the Exe. and i downloaded on the Touch Panel PC. but it does not work . it showing error  " E>BLOXX MEASUREMENT  is not valid Windows CE application". is it required any runtime engine?
    Suggest me something..
    Regards,
    Balaji DP

    Hi balaji,
    Look at these links it may help you.
    http://digital.ni.com/public.nsf/allkb/5E9796BD30A6C644862573860071EBE0
    http://digital.ni.com/public.nsf/allkb/DE177828D27A14A48625734E00768B66?OpenDocument
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • Compact Field Point with Touch Panel

    Hi.
    Have anyone designed a NI Compact Field Point or Compact RIO with a connected Touch Panel Monitor?
    I have an instrument with RS232 output (serial data). Since I am using LabVIEW 8,   
    the executed application should run in Embedded WinXP. But, I need a touch panel for control and monitoring.
    I would appreciate any advise please.
    Thanks in advance.
    Bon

    Hey Bon,
    What kind of information are you looking for? NI sells a TPC 2006 device which is a touch panel and runs windows CE. This device can be programmed using LabVIEW PDA. This device has a Ethernet port so that you can also communicate to the cRIO or the cFP. Is this what you are looking to do? You can call in on (888) 280-7645 and a sales person would be able to understand your application much better and advise you accordingly.
    Regards,
    Chetan K
    Application Engineering
    NI

Maybe you are looking for

  • Win 7 (preloaded) and Win XP in dual boot. Who has it?

    Hi there! I've got a G550 with Win 7 (factory installed) and I need to install Win XP as second S.O. I tried some things but it's not working properly.... The disk is divided in (approx): 200 MB hidden partition (from factory) 160GB with Win 7 instal

  • I have lost my serial number and need to find it, or get a new one.

    PS CS3 was installed and used successfully, until my teenager crashed my computer. I still have all of the icons in place, but I am not able to activate them. The box is long gone, along with the serial number How can I work through to find the seria

  • ARG! I am unable to authorize my songs!

    I am trying to authorize some music and it won't let me, it keeps saying "There was an error storing your authorization information on this computer. The required directory was not found or has a permissions error. Correct this permissions problem an

  • Why is my G5 is stopping on the grey+apple logo screen when starting up?

    My G5 is stopping on the grey+apple logo screen when starting up and fans run faster than usual after a couple minutes. I have read many of the posts related here, but it seems none are exactly what I am experiencing. Here is what I have done: +Disco

  • Syncing TO the Macbook FROM Apple TV

    Simple question.... If I log on to the Apple store vie my ATV and buy a song.....does it automatically sync back to iTunes on my Macbook when I do a new sync?