Setting up environment for display cluster verification

Hello all,
I am starting with a fresh project which needs image acquisition and verification of different display clusters, having different sizes.
Firstly, I need to setup an ideal environment which would introduce minimal errors (like perspective error). I would be able to keep the camera mounted perpendicular to the display device. Apart from this point, what other points should I consider while setting up an environment for image acquisition? What points should I consider while building up a mounting structure for vision based inspection?
-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"

Hi,
For setting the environment variable and notes for how to program and sample programs are available in the Java card kit itself..
Setting Environment variable in Windows XP
Create Batch file named javacerd_env.bat and type the following in the file and save it.
set JC_HOME=C:\java_card_kit-2_2_2
set JAVA_HOME=c:\j2sdk1.5
set PATH=.;%JC_HOME%\bin;%JAVA_HOME%\bin;%PATH%
Later open command window and run the batch file.
The above are if u install java j2sdk in c:\ and u extracted javacard in c:\java_card_kit-2_2_2..
Else u set the appropriate path where u installed Java and card kit..
Further reference read the manual available in the kit cJDK_Users_Guide

Similar Messages

  • Any samples for using JMX for displaying cluster statistics 3.6 ?

    Hi,
    Our Coherence 3.6 cluster is configured in the WLS domain and controlled using WLS node manager. This is all working well. We have created a WLS console extension to show the actual live cluster topology (rather than the configured topology) so we can ensure all the domains are configured correctly and there are no nodes in the cluster that there should not be (we have many domains/environments).
    I can show basic cluster statistics and show the members etc using the CacheFactory. But for each cluster member I would like to show if it is storage enabled and free memory and other statistics. I was expecting to get that from the Member or Cluster objects returned from the CacheFactory methods but it seems not. It seems that JMX is the way to go. Does anyone have any sample JMX code they might share that would connect to the cluster and retrieve stats and info that is not available from the CacheFactory api ?.
    TIA
    Martin

    Hi Revanth,
    The issue seems to be with the JMX URL value defined in the 'server URL' property.
    Apparently I ran into the same issue as I was unable to access the Admin Server URL from the SMA.
    Changing the Host and Port value properly resolved the issue for me.
    Regards,
    Anandraj

  • How to set up environment for web dynpro Java?

    We want to develop applications in Java Web Dnpro.
    What do I need to configure in SAP R3 to use Web Dynpro Java?
    I can develop applications on the SAP NetWeaver Developer Studio and only perform a configuration  in SAP ECC ?
    Or do I need to install SAP EC Composition Environment ?
    Can I develop and set up RFC connections to integrate with my application in Web Dynpro Java?
    Please help me,
    Regards,
    Viviane

    Dear Viviane,
    In the webdynpr java application, you can use the data from SAP system. like you can use RFC's, Bapi's in your webdynpro application.
    Refer to [Linking RFC to Web Dynpro|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/761eba66-0401-0010-b982-d5f5bd9e8f90?quicklink=index&overridelayout=true] and http://wiki.sdn.sap.com/wiki/display/WDJava/WelcometoWebDynproJava%21
    Best Regards
    Arun Jaiswal

  • How to set the environment for Oracle XE-database.

    Hi,
    I have a:- lsnrctl command not found,
    And when I echo oracle host & path I got:-
    [oracle@ddcdevws02 etc]$ echo $ORACLE_HOST
    [oracle@ddcdevws02 etc]$ echo $PATH
    /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/u02/oracle/bin
    Now I know that my environment is not set, but could anyone please assist me how I can set the environmernt ??? I mean commands or detailed instruction step as to what needs to be set where & how, I mean the SID, port, Path ???, I am new to Linux as well as database .
    When I see the listener process using this:- ps -ef | grep tnslsnr, this is the output:-
    [oracle@ddcdevws02 ~]$ ps -ef | grep tnslsnr
    oracle 14727 1 0 14:25 ? 00:00:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER -inherit
    oracle 22618 21569 0 15:59 pts/2 00:00:00 grep tnslsnr
    So does this mean that my Oracle home is "/usr/lib/oracle/xe/app/oracle/product/10.2.0/" ???
    Also In the host file under /etc/ directory I have these settings
    127.0.0.1 localhost.localdomain localhost
    10.201.60.21 ddcdevws02.hddev.healthdialog.com ddcdevws02
    I don't know if this is correct or not ? But I doubt I could make any change in the host file, please suggest me.
    Thanks
    Sam

    user8692703 wrote:
    I am sorry Ed I reliazed that that was Phirir's suggestion to me, & Yes this is XE-Oracle database .... so the sid name would be "XE" ...?? I am sorry for my stupid questions as I am very new to ths .
    I've never worked with XE, but from everything I've seen, that would also be your SID. check the contents of /etc/oratab
    And then what other details required after I run this command ". oraenv", can I run this from any directory or some specific location ?
    Just like any command, you can run it from anywhere as long as the directory is in your PATH.
    But actually, you should be setting this in your profile, so that you just inherit it when you log on to the server. Depending on your OS, that would be either $HOME/.profile or $HOME/.bash_profile. Here are the commands you should have in that file:
    export ORACLE_HOME=pathtoyouroraclehomedirectory
    export ORACLE_SID=nameofyouroraclesid
    export PATH=$ORACLE_HOME/bin:$PATH>
    well I have this infor. with me
    HTTP port ---> 8080
    Port fopr Database ----> 1521
    Anythin else required ?

  • How to properly set the environment for user oracle under Linux

    Hi,
    Every time I install XE on Linux somewhere, I repeat these steps (along with [fixing the /etc/init.d/oracle-xe startup script|http://forums.oracle.com/forums/thread.jspa?threadID=843780&tstart=0]), so I thought, why not contribute this to the community.
    Those who have installed XE on Linux know that, after installation, logging in as user oracle gets you in a
    $cryptic prompt. On top of that, none of the essential environment variables are set. Not amusing. That's because the oracle user lacks the proper configuration files for the bash prompt. Log in as user oracle and create these:
    .bashrc
    if [ -f /etc/bashrc ]; then
      . /etc/bashrc
    fi.bash_profile
    if [ -f ~/.bashrc ]; then
      . ~/.bashrc
    fi
    . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    unset USERNAME.bash_logout
    clearNow log out and then log in again - a nicer prompt, and all environment variables are set, ready to run sqlplus, imp, etc.
    This should help make your overall XE experience on Linux easier. Regards,
    Georger

    Nice. I checked the .bash_profile of my oracle installation and this is what I can contribute (I got the additional stuff from some tests with other Oracle Versions):
    # /etc/skel/.bash_profile
    # This file is sourced by bash for login shells.  The following line
    # runs your .bashrc and is recommended by the bash info pages.
    [[ -f ~/.bashrc ]] && . ~/.bashrc
    # Oracle Profile Settings
    if [ $USER = "oracle" ]; then
       source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
       if [ $SHELL = "/bin/ksh" ]; then
          ulimit -p 16384
          ulimit -n 65536
       else
          ulimit -u 16384 -n 65536
       fi
    fiC.

  • How to set up environment for web dynpro?

    We want to develop applications in Java Web Dnpro.
    What do I need to configure in SAP R3 to use Web Dynpro Java?
    I can develop applications on the SAP NetWeaver Developer Studio and only perform a configuration  in SAP ECC ?
    Or do I need to install SAP EC Composition Environment ?
    Can I develop and set up RFC connections to integrate with my application in Web Dynpro Java?
    Please help me,
    Regards,
    MIG

    Read Sap standard document:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/fd/ed32a8c9994b4ba4a1645a764814db/frameset.htm
    Getting Started with Java Web Dynpro
    Getting Started with Web Dynpro [original link is broken]
    Before you can develop a Web Dynpro application, you must install the SAP Java Application Server.

  • How to set up Environment for SOA Suite Tutorial

    Hi,
    I am just trying oracle products for the first time and recently started the SOA Suite Tutorial.
    Unfortuantely I am starving quite at the beginning in section "2.6.2 Create a Connection Pool". I just don't know what to enter as JDBC URL. I am using Oracle XE database and as said in section 2.5 of the tutorial used build.sql to generate the sample database.
    The error-message I get is the following one:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: //localhost:1521/mydb.com
    Guess I would either have to do something on database side or just correct the URL. Can somebody tell me what I am doing wrong?

    The syntax is correct but is your XE database called mydb.com? Usually a database has a SID and a global Service Name. So in the example the SID is mydb and the global service name is mydb.com . Your listener and the tns files need to reflect this.
    Have a look at:
    http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14196%2Ftoc.htm&remark=portal+%28Getting+Started%29
    Especially chapter 4!
    cu
    Andreas

  • Setting Environment for Oracle XA - dbms_system

    Hello,
    I habe some questions concerning the Documentation
    http://e-docs.bea.com/wls/docs81/jta/thirdpartytx.html
    and the Section "Set the Environment for the Oracle Thin/XA Driver".
    The problematic sentense is:
    (when using the Oracle Thin driver 10.1.0.3 or later)
    grant execute on dbms_system to <user>;
    The database team colleagues claim that this requirement could be a security problem.
    The documentation of this package has been left undocumented or
    removed from the official Oracle documentation in some later release.
    Though, there are some scare references to this package I have not found the definition
    http://www.oracle.com/pls/db102/master_index?letter=d here as well.
    What is your opinion to this topic?
    Another point is that it seems that this package is not accessible directly and
    must be installed in a separate step. The should be some script prvtutil.plb, which creates
    the package. Am I right?
    (I know it is an Oracle not WLS topic, but maybe you have done it already)
    I'll be glad for any comments or background information.
    Best regards
    Jaro
    WLS 8.1. SP4
    Oracle 10.2.0.3.0

    Access is necessary, else certain XA recovery calls via the Oracle driver will fail.
    Joe
    Jaroslav Simak wrote:
    Hello,
    I habe some questions concerning the Documentation
    http://e-docs.bea.com/wls/docs81/jta/thirdpartytx.html
    and the Section "Set the Environment for the Oracle Thin/XA Driver".
    The problematic sentense is:
    (when using the Oracle Thin driver 10.1.0.3 or later)
    grant execute on dbms_system to <user>;
    The database team colleagues claim that this requirement could be a security problem.
    The documentation of this package has been left undocumented or
    removed from the official Oracle documentation in some later release.
    Though, there are some scare references to this package I have not found the definition
    http://www.oracle.com/pls/db102/master_index?letter=d here as well.
    What is your opinion to this topic?
    Another point is that it seems that this package is not accessible directly and
    must be installed in a separate step. The should be some script prvtutil.plb, which creates
    the package. Am I right?
    (I know it is an Oracle not WLS topic, but maybe you have done it already)
    I'll be glad for any comments or background information.
    Best regards
    Jaro
    WLS 8.1. SP4
    Oracle 10.2.0.3.0

  • Setting the runtime environment for MySQL & creating tables,compile query

    Hi....
    i am a new user of MySQL server.i don't know the Rutime Environment on my machine.so please tell me how can i set the environment for MySQL.
    How can i create tables & compile query please tell me?

    All of those are MySQL only questions. Nothing to do with JDBC.
    There are MySQL forums. And there is certainly lots of MySQL documentation. So what of that have you read?

  • 2010 SP3 DAG - Setting preferred owners on the cluster resource

    Is there any technical  reason to stop me setting preferred owners for the cluster resource of a DAG through Failover Cluster Manger?
    I assume that doing it would not make the configuration  an "unsupported" one? 
    The reason would be to ensure that the cluster resource, and therefore the PAM, was retained in the primary datacentre, rather than moving to a node in the secondary datacentre.
    Thank you

    If you want to stop automatic activation on a node, use the Exchange tools:
    http://technet.microsoft.com/en-us/library/dd298046(v=exchg.150).aspx
    or
    http://technet.microsoft.com/en-us/library/aa998651(v=exchg.150).aspx
    The DatabaseCopyAutoActivationPolicy parameter specifies the type of automatic activation available for mailbox database copies on the specified Mailbox server(s). Values for this parameter are:
    Blocked   Databases can't be automatically activated on the specified Mailbox server(s). In addition, this stops server locator requests to the specified server, which prevents access to manually activated databases on the server
    if all DAG members are configured with a value of blocked.
    IntrasiteOnly    The database copy is allowed to be activated on Mailbox servers in the same Active Directory site. This prevents cross-site failover and activation.
    Unrestricted   There are no special restrictions on activating mailbox database copies on the specified Mailbox server(s).
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • How to set property for Cluster Environment for JMS Adapter

    Hi All,
    I am moving from DEV to Prod environment which is cluster.
    Can you Please explain me what property I need to Set for Cluster Environment for JMS Adapter, so that I could avoid race condition for Dequeue/enqueue.
    I am using soa suite 10.1..3.4
    Thanks in Advance.
    Edited by: vikky123 on Jul 12, 2010 7:03 AM

    put something like this
    <activationAgents>
          <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="PARNERLINKNAME">
            <property name="clusterGroupId">SOMEUNIQUEVALUE</property>
            <property name="portType">PARTNERLINK_PORTTYPE</property>
          </activationAgent>
        </activationAgents>

  • How to setup the cluster environment for BPM using weblogic

    want to setup the cluster environment for BPM using weblogic....
    i have installed the oracle weblogic server 10gr3 and oracle BPM enterprise for weblogic 10gR3
    i have used the Admin tools from the "oracle BPM enterprise for weblogic" to setup the configuration and create the weblogic domain servers.
    i can launch the process administrator and import the project exp file to domain server.
    but what should i do to setup cluster environment using weblogic?
    what i want to do is :
    setup one admin machine..
    setup two product machine..
    enable the cluster so the admin machine can monitor the status of the product machine..
    thanks a lot ...

    The install guide at http://download-llnw.oracle.com/docs/cd/E13154_01/bpm/docs65/config_guide/index.html gives a reasonable amount of info on how to do this.
    Personally I have not used the OBPM option to configure WebLogic instead I've used the information in the above install guide to create the weblogic domain in advance of configuring OBPM.
    Once you've setup WebLogic configure OBPM using the values I mention in the following thread: How to set the JMX Engine parameter in Process Administation?
    Let me know any specific config questions and I'll do my best to answer them for you.
    Thanks,
    Mike

  • How do i set up a second display for my iMac desktop?  I want to use both displays at the same time.

    how do i set up a second display for my iMac desktop?  I want to use both displays at the same time.  My iMac is the 24" Late 2006 model.  I recall that there is a cord for plugging in a second monitor, but I want to make sure that i can use both monitors side-by-side at the same time.  thank you.

    If the Display supports DVI, then you will need a > Mini-DVI to DVI Adapter and a DVI cable.
    If the Display only supports VGA, then you wiil need a > Mini DVI to VGA Adapter and a VGA cable.
    Noting that the (digital) DVI is far better than the (analog) VGA connection.
    Also see > Using Dual Displays on Mac OS X: The Experience

  • "Display PDF in Browser" setting - $500 reward for the solution

    The corporate policy requires the "Display PDF in Browser" setting to be unchecked for all applications, this is to open the PDF document in new reader instance but our specific application needs the reader to be opened in the same browser even if the preference "Display PDF in Browser" is unchecked.... The setPreference from javascript (html) doesn't seemed to work... How do i make this work? I am looking for programatic way to set this preference in HTML javasript or Java Applet or ActiveX or any other means. I am currently using JS and Object tag, the only functions that we need at this point are page navigation and getting current page using JS.
    Also, I need the links the browser to open in new browser once the PDF is loaded... do I need to reset the preference once it is loaded for the links to open in new browser? How can this be progrmatically achieved without altering the original PDFs?
    I realize that this may be difficult and am looking for workarounds or alternate solutions to meet my req. $500 for anyone who could can provide solution.. Please email me [email protected]
    thanks,
    - Ray

    Convince your IT people to allow folks to set their preference to display in browser.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sun, 13 Nov 2011 14:58:23 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: "Display PDF in Browser" setting - $500 reward for the solution
    Re: "Display PDF in Browser" setting - $500 reward for the solution
    created by pdf_disp_issue<http://forums.adobe.com/people/pdf_disp_issue> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4023302#4023302

  • Setting up test environment for EBS

    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    Vinod

    VinodNagpure wrote:
    Hi all !
    We have r12 setup on RHEL 5.7 servers with SAN storage and 11.1.0.7 database. What are the best practices for setting up test environment for testing patches, fixes, etc. ? Should the test env be an exact replica of the production setup ? What if we can no more get the same hardware as our prod env now (due to technology enhancements from the vendors, etc.) ?
    Thanks in advance !
    Regards,
    VinodYour TEST/Patch instance does not necessarily need to match your production in terms of hardware specs. However, you need to make sure you are running on the same OS and updates. UAT instance is the one that needs to be running on a hardware which is identical (or very close) to production.
    Please see old threads for similar topic/discussion.
    Re: How many lower levels of Oracle Applications?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=+Instances+AND+UAT+AND+Development&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • Flat file as a source table in my mapping

    Hi all.. I am using owb 10gR2. when i debug with flat file and one target table,it is throwing error as it doesn't support flat file,you must access it through exteral table. But i dont want to use the external table. i want the flat file to be my so

  • Illustrator CS11 still won't open in Tiger

    I'd appreciate any thoughts or ideas. I've scoured through these posts and in other forums for a solution, but nothing works. I get this from the report but have no idea what it means...Exception:  EXC_BAD_ACCESS (0x0001) Codes:  KERN_PROTECTION_FAIL

  • Execute query with non database block

    How to execute query with non database block when new form instance trigger.

  • Download Software On CD?

    Is there any way to get the ITunes download software on CD, It takes more than three hours to download from the web site.

  • Osx Freeze!! is it RAM or HD ??

    Hi there, For a couple of months my laptop gives unexpected osx-freezes (no kernal-panics). But they only apair when my laptop is doing nothing. So, like playing the screensaver or only running i-tunes. Somebody told me that can be my RAM or HD. But