TestStand 4.0 Operator Interface Changes Not Seen

Hi guys,
Ive worked with TestStand before, but now im trying to modify the operator interface (located C:\Program Files\National Instruments\TestStand 4.0\UserInterfaces\NI\Simple\LabVIEW).  Well, i try to modify the VI in the project, but i cant see my changes when i run the VI.  Ive tried building the executable and see that hte executable does get rebuilt, but none of my changes show up. 
Also, how does the "entrypoint 1" button get renamed to something else when the VI actually runs?
thanks
jeff

Looking at the help, it appears that the TestStand button only uses the system color unless it is in toolbar mode. If you want to use a LabVIEW button instead, you can implement the button action by calling <SequenceFileViewMgr>.GetCommand(...).Execute().
This thread might help you determine when to dim or enable the button: http://forums.ni.com/ni/board/message?board.id=330&message.id=15720
Here is the button help:
BackColor Property
Syntax
Button.BackColor
Data Type
Color
Purpose
Specifies the background color for the Button control.
Remarks
When you set Style to ButtonStyle_ToolBar, this setting applies to the face and border of the button. When you set Style to ButtonStyle_Standard, the button face adheres to the system settings, and this setting affects only the border of the button.
See Also
ButtonStyles
ForeColor
Style

Similar Messages

  • Is it possible to shutdown TestStand LabWindows/CVI operator interface programmatically?

    Hi,
    Like the title says, I'm trying to find a way to shutdown TestStand operator interface automatically after sequence execution is completed.
    Any suggestion is appreciated, thanks in advance.

    Thank you for your reply.
    I did a loop but it wouldn't work :s
    I managed to create an ActiveX button to exit test stand.
    I found an example within the TestStand Course I and II.
    static void ExitApplication(void)
     VBOOL canExitNow;
     TSUI_ApplicationMgrShutdown (AppManagerHandle, &errorInfo,&canExitNow);
     if (canExitNow)
      QuitUserInterface(0);
    // the ApplicationMgr control sends this event when it is ok to exit the application.
    HRESULT CVICALLBACK ApplicationMgr_OnExitApplication(CAObjHandle caServerObjHandle, void *caCallbackData)
     ExitApplication(); 
     return S_OK;
    void CreateTSEngineHandle ()
     GetObjHandleFromActiveXCtrl  (panelHandle, PANEL_APPLICATIONMGR,&AppManagerHandle);
     GetObjHandleFromActiveXCtrl  (panelHandle, PANEL_EXIT,    &AppExit   );
     TSUI__ApplicationMgrEventsRegOnExitApplication (AppManagerHandle, ApplicationMgr_OnExitApplication, NULL, 1, NULL);
     TSUI_ApplicationMgrConnectCommand (AppManagerHandle, &errorInfo, AppExit, TSUIConst_CommandKind_Exit, 0,
                TSUIConst_CommandConnection_NoOptions, NULL);
     TSUI_ApplicationMgrGetEngine (AppManagerHandle, &errorInfo,&EngineHandle);
     TSUI_ApplicationMgrStart     (AppManagerHandle, &errorInfo);
     TS_EngineGetGlobals(EngineHandle,NULL,&Globals);
    This way I click my QuitButton and it calls the the ActiveXExitButton witch calls the ExitApplication function.
    The ApplicationMgr control sends ApplicationMgr_OnExitApplication event when it is ok to exit the application.
    Hope this was clear enough and I hope this may be helpfull for someone else.
    I apreaciate all the help.
    Regards,
    Daniel Coelho
    Daniel Coelho
    VISToolkit - http://www.vistoolkit.com - Your Real Virtual Instrument Solution
    Controlar - Electronica Industrial e Sistemas, Lda

  • IChat status change not seen by other users

    Hi !
    I have inherited a small network
    I have a Aple Intel Xserve running 10.6.6 which all users are connected to
    This has the iChat service set and running
    All my users are running systems with 10.6.8
    When some users change their status in iChat, this change is NOT being seen by the rest of the users
    I cannot see any errors been highlighted in the logs on the server so assume the problem is with the client.
    I can see nothing in the logs on the client.
    Is there any diagnostic tools for iChat or should I be removing some plists on the client to solve this problem?
    Regards
    Tony

    Hi,
    As it is an X Server and therefore is likely to be iChat Server that you are running (Or another Jabber server) then I would delete to com.apple.ichat.Jabber.plist and then restart the client iChat to refresh the Login.
    Regarding your additional post I do seem to remember another thread where people could change there Available Status (to one with a Message or back to Available  -- actually check this last statement) but not to Away.
    At present as I type the answer to this escapes me.
    This bothers me as I thinks I either had this issue myself or could replicate it.
    AS  they could have the Bonjour List and the Jabber server list showing can you check they have turned Off the Bonjour Option.
    I see you have already posted in the Server Communities as that would have been my next suggestion.
    If this then appears to "solve" it check again with the Bonjour Buddy List showing but check if the setting is to have the same Message for all Buddy lists  (I am not sure that iChat 5 can do this actually).
    Edit See the iChat Preferences > General Section  deselect the Use Same Status for all Accounts
    The client users may find it's about trying to change the Status from a Buddy List that is not the "front" window - particularly if the Bonjour window is open as well and linked though having the same Status message.
    (dismissing a Buddy list using the red button to left only hides the window so some people may have more Buddy List open (Check the window Menu or the App menu > Accounts)
    EDIT.
    removing all the .plists on the client's computer "Might" do it
    Deleting and reinstalling iChat "might"  (I can't remeber what the default for the Use same Status item is so it may just get reset)
    9:57 PM      Friday; March 2, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • Changes not seen in Basic pay infotype

    Hi Experts,
    I have faced the following issue:
    Dearness Allowance component that was set as Rs. 500 for a particular period (say Mar2008 to Apr 2010) was changed to Rs.750 in between the period (say Aug 2009).
    The set of employees need to be assigned to the updated amount. Running the program 'pc00_m40_dab' for the same says, "Has run successfully". But I don't see the updated result in IT008.
    Not sure if there are related settings in 0008. Pls provide your inputs.
    Regards,
    Ash

    DA CONCEPTS
    below steps may be useful to u
    Prerequesties for VDA Calculation
    1.Allowance grouping should exsist
    2.VDA component should be maintained for the vda applicable employee
    Major Table to touch the configuration (U can access table using sm30)
    1.V_T7IND1-ext descrption for index code
    2.V_T7IND3-Index code for various consumer price indices-Give the date (Current date) on
    every change in VDA you have to mention the data of effect here only.
    3.V_T7IND5-Basic slab id for Dearness allowance determination
    4.V_T7IND7-Pay scale grouping for allowances-Important step give ur allowance grouping and also
    Give the std wage type Fixed da -MD10 and Vda -MD20
    5.V_T7IND9-Reference code for various consumer price indices
    after all the above things in backend
    Give the T CODE :PC00_M40_DAB
    In the screen give the effective date given in the V_7IND3 TABLE and execute
    Those persons having md10 component in infotype 8 is being processed and u can see the o/p
    use sm35
    and run the batch input session which will upload in infotype 8
    BASIS SLAB BASIS is another techinic which u can update vda according to the basic salary
    of employee
    say for example those u are drawing <3000 500 vda
    3000 750 vda
    it can be given in squence number in v_t7ind5 table and the same can be linked to V_T7IND7
    table.
    Hope i reached u
    with regards
    partha
    keep sharing and learning

  • Opera mini is not seen in store even though availa...

    Dear sir
    for week time opera mini was withrawn from windows store now since it has come back when
    we search opera mini it does not show in store so what is solution pl help

    HERE or use the QR Code
    Attachments:
    Opera Mini Beta.JPG ‏24 KB

  • Transportation requests moved from development server to Quality,But changes not seen

    Hi Folks,
    We made some configurations in Marketing area and moved corresponding TR's from Dev server to QAS,but am not able to see the changes in QAS while testing.Where all could I have gone wrong?
    Regards
    Jaya

    Hi Jaya,
    Mean while can you tell me if we have not moved them in proper order the changes wont reflect or something?
    Not moving the TRs in order, will some times lead to serious problems in production system. To the extent that all business activities would come to stand still. Hence, it's very important to move the TRs in their respective sequence.
    Maintain details of TR and their sequence in an excel sheet.
    Rgds
    Hari

  • [SMARTFORMS] Table interface is not seen in generated function module

    (I am using SAP ECC 6.0)
    I have created a test smartform which prints the contents of the sflight table.
    In the Tables tab of the Form Interface page, I have defined a table i_data of type FLIGHTTAB. In the Global Data tab of the Global Definitions page, I have defined a row variable wa_data (Type Assignment: LIKE;  Associated Type: LINE OF i_data). The form activates but when I test it, I encounter a SYNTAX_ERROR.
    Here is a fragment of the message:
    The following syntax error occurred in program "/1BCDWB/SAPLSF00000007 " in
    include "/1BCDWB/LSF00000007TOP " in
    line 68:
    "Field "I_DATA" is unknown. It is neither in one of the specified table"
    "s nor defined by a "DATA" statement. ."
    Here is a fragment of the error location (see the TABLES part of the CALL FUNCTION):
       82 IF DESTI IS INITIAL.
       83 IF DEBUG = '1'. BREAK-POINT AT NEXT APPLICATION STATEMENT.
       84 ENDIF.
       85 DEBUG = SPACE.
       86 GET RUN TIME FIELD TIME1.
    @@@ CALL FUNCTION '/1BCDWB/SF00000007'
       88 EXPORTING
       89 ARCHIVE_INDEX = %_IARCHIVE_INDEX
       90 ARCHIVE_INDEX_TAB = %_IARCHIVE_INDEX_TAB
       91 ARCHIVE_PARAMETERS = %_IARCHIVE_PARAMETERS
       92 CONTROL_PARAMETERS = %_ICONTROL_PARAMETERS
       93 MAIL_APPL_OBJ = %_IMAIL_APPL_OBJ
       94 MAIL_RECIPIENT = %_IMAIL_RECIPIENT
       95 MAIL_SENDER = %_IMAIL_SENDER
       96 OUTPUT_OPTIONS = %_IOUTPUT_OPTIONS
       97 USER_SETTINGS = %_IUSER_SETTINGS
       98 IMPORTING
       99 DOCUMENT_OUTPUT_INFO = %_ODOCUMENT_OUTPUT_INFO
      100 JOB_OUTPUT_INFO = %_OJOB_OUTPUT_INFO
      101 JOB_OUTPUT_OPTIONS = %_OJOB_OUTPUT_OPTIONS
      102 TABLES
      103 I_DATA = %_OI_DATA
      104 EXCEPTIONS
      105 FORMATTING_ERROR = 001
      106 INTERNAL_ERROR = 002
    Does this mean I cannot use the TABLES part of the interface?
    In addition, can you tell me more about the visibility of data between the Form Interface and Global Definitions? Are the data in the Form Interface globally visible inside the smartform? In the Form Interface, can I use a type defined in the TYPES tab of the Global Definitions page?

    HI,
    Form Interface what ever the Import or Export or Table Parameters u pass It should be defined in ur Driver Program with same Type.
      Say I_DATA TYPE MARA      In Form Interface
      In Driver Program T_DATA TYPE TABLE OF  MARA.
    The Global Definition Fields are used within the Smartform .
    Form Interface is where U interface ur Smartform and ur Driver Program.
    Suppose U have defined ur own Internal Table in Driver Program, then u need to define ur own Types in the Types tab in the Global Definitions.
    Whatever the parameters that u pass to the Form Interface those are to be passed while calling the FM SSF_FUNCTION_MODULE_NAME.
    Regards,
    Vijaya Lakshmi.T

  • Sequence file path programmed in operator interface

    Hello,
    I do not want to load the sequence file with the button OPEN_FILE etc.. for example how it is done in th Simple Operator Interface. I want to programm the path and the sequence file name in the Operator Interface. How can I do this that the correct file will be loaded
    regards
    samuel

    I try to explain what you have to do without an example, because it is realy simple, and so we have no version dependency ;-)
    I used the "simple operator interface" installed with TestStand (..\National Instruments\TestStand 3.x\Operator\Interfaces\NI\Simple\LabVIEW\TestExec​.llb\Simple OI - Top-Level.vi). I added the method mentioned above in front of the Event-Structure (See attached picture)  and added a path-constant, to define which Sequence should be loaded automatically.
    Try this out. It works fine on my machine (LabVIEW 8.2.1, TestStand 3.5, but should be independent of Versions as long as you have TestStand 3 and LabVIEW 7 at least).
    Hope this helps!
    André
    Message Edited by Andre_Saller on 04-25-2007 11:34 AM
    Attachments:
    Autoload.jpg ‏167 KB

  • Problems to show IVI driver, properts loader when using operator interface

    I am using the Operator Interface (programmed in CVI, with asynchronous timer) in folder OP1 in attached  zip file. This operator interface puts not the error message of IVI driver, properts loader etc... on the screen (messages like in attached picture error.jpg in attached zip file). Because of stability problems I am using this operator interface but I need these error message.
    A Other Operator interface is OP2 in attached zip file. This operator interface puts the error message of IVI driver, properts loader ... on the screen (messages like in attached picture error.jpg in attached zip file).
    Now I want to have this functionality with OP1 becaus of stability reasons I have to use OP1.
    How can I implement this in OP1? I tried and searched a lot of time but I have not found a method to implement this.
    can anyone help me?
    thank you
    regards Samuel
    Attachments:
    OP.zip ‏3405 KB

    Hi Sam,
    if you open the userinterface which comes with Teststand - the simple one - you should be able to find the difference. You can find it here:
    C:\Programme\National Instruments\TestStand 4.1\UserInterfaces\Simple\CVI
     I hope this helps.
    Greetings, RMathews 

  • Unable to include Operator Interface in TestStand deployment

    Hello.  I have created a test system using TestStand 3.5. 
    There is only one sequence file, and this sequence calls several VIs
    that I have created in LabVIEW 8.0.  I would like to distribute
    this test system to a target computer, which will then run the default
    Operator Interface.  No bells and whistles, just plain and
    simple.  However, I'm running into problems.
    First, I created a Workspace file in TestStand.  I then added a
    Project to it.  In the Project, I added all necessary files for my
    project (the sequence file as well as all of the custom VIs). 
    Then I proceeded to follow the TestStand reference manual in order to
    deploy my system.
    For reference, text in italics is the reference guide and text in bold is my comments.
    Deploying the TestStand Engine
    1. Launch the TestStand Deployment Utility by selecting Tools»Deploy
    TestStand System from within the sequence editor.
    I did this, and set up my build how I wanted it.
    2. On the System Source tab, enable the Deploy Files in TestStand User
    Directories option.
    This option collects files from the <TestStand>\...\User
    directories, so that any customizations that you have made to process
    models, step types, language strings, and so on, will be distributed to
    the target computer.
    I did this, and copied my Operator Interfaces\NI folder to Operator
    Interfaces\User.  This would assure (I hope) that I would have the
    default operator interfaces included in my project.
    3. On the Installer Options tab, enable the Install TestStand Engine
    option.
    Done.
    4. On the Installer Options tab, click Engine Options to launch the
    TestStand Engine Options dialog box, which you use to select the
    TestStand components that should be present in the installer.
    Done.  Everything is checked.
    In the TestStand Engine Options dialog box, expand Operator
    Interfaces»Full-Featured in the tree view.
    a. Click the X next to LabWindows/CVI to include the
    Full-Featured LabWindows/CVI Operator Interface in the engine
    installation. The X should become a green checkmark.
    b. Click OK to accept the new settings and close the dialog box.
    This is where things go wrong.  There is NO Operator Interfaces box in my tree view.  It simply doesn't exist.
    I've tried several different builds using different strategies. 
    I've done builds with the CVI operator interface in the User directory,
    and I've also tried copying over the files manually.  On the
    target computer, I've always gotten either an error message (Could not
    open the TestStand Engine), or else TestStand opens in evaluation
    mode.  In both cases, my custom VIs and sequence files are nowhere
    to be seen.  Can anyone shed some light on this?  It's
    driving me a bit crazy!
    Thanks very much,
    Brett Gildersleeve

    Hi Brett,
    Whenever you deploy your TestStand application to target machines, you will always needs a license.  The licenses for distributing TestStand are different than for distributing LabVIEW and LabWindows/CVI code modules.
    LabVIEW does not require you to purchase any run-time licenses for a deployment system. You can even run LabVIEW VIs in VI format (not executables) from TestStand without using the development environment and without an additional license.
    In order to run LabWindows/CVI code modules, you will need the LabWindows/CVI Run-Time engine which is also available free of charge.
    Regarding TestStand, you will need a license for each machine that runs a TestStand sequence. TestStand has three types of licenses which are the TestStand Development System License, the TestStand Debug Deployment Environment License, and the TestStand Base Deployment Engine License.
    TestStand Development System License
    The TestStand Development System License is required for any test sequence development and/or editing of existing TestStand sequence files that you perform within the TestStand Sequence Editor or programmatically using the TestStand API.
    TestStand Debug Deployment Environment License
    The TestStand Debug Deployment Environment License gives you maximum flexibility for deploying TestStand and LabVIEW, LabWindows/CVI, and Measurement Studio-based systems. This license allows you to install the development versions of TestStand, LabVIEW, LabWindows/CVI, and Measurement Studio, along with any corresponding add-on toolkits, so that you can debug your test application on your deployed test station. This license does not include the ability to perform any development tasks within the TestStand Sequence Editor or programmatically using the TestStand API.
    The TestStand Debug Deployment Environment License has debugging capabilities including settings breakpoints, monitoring variable values, and stepping into test code directly from the TestStand sequence.
    (Note: This license does not provide the software but rather gives you the right to install a previously purchased piece of software on the target machine.)
    TestStand Base Deployment Engine License
    The TestStand Base Deployment Engine License is the minimum license required for all deployed TestStand-based applications. This license allows you to deploy the TestStand Engine, a TestStand Operator Interface, and TestStand sequence files to the single test station for which the license is applicable.
    The TestStand Base Deployment Engine License provides simple sequence debugging capabilities, including setting breakpoints and single stepping through test sequences in your Operator Interface. You cannot save sequences and open the sequence editor.
    I hope this clears things up.
    Best Regards,
    Jonathan N.
    National Instruments

  • How to disable the run-time popup menu in the sequence display on TestStand Operator Interface, that allow the use to skip the test?

    How to disable the run-time popup menu in the sequence display on TestStand Operator Interface, that allow the use to skip the test?

    Hello,
                  Regarding the skip/force pass/force fail options, when I set the ControlExecFlow to True in Teststand 3.1 and 3.5, in the Sequence Editor the menu options for skip/force pass/force fail are not active for Technician but, when I launch the Operator Interface logged with Technician the options are active. The problem is that if the technician sets one step to one of these options, and change the user to Operator, the test step remains skip/force pass.
                  Is there any possibility without modifying the Operator Interface (at programming level), to reload default values of the steps when changing the user to Operator?
    Thank you,
    Best regards,
    paio

  • Has anyone seen the TestStand 3.5 User Interface disappear during testing?

    The user interface disappeared while a test sequence was executing. The Windows Task Manager showed LabVIEW (8.2) and TestStand running but nothing was present on the taskbar for TestStand and the window could not be found. This has only happened once but I am being pressed to explain this hence the question.

    plf,
    By user interface you mean an operator interface?
    If this is the case, what operator interface are you using?
    Have you seen this several times?
    What kind of sequence were you executing?
    Regards.
    Antonio Lie.

  • Can Not execute a TS Sequence File with VIs that are already being compile in my Custom TS Operator Interface

    I have build a custom TS Operator Interface (Executable) with some custom VI(s)(GOOP VIs). I want to be able to call the same custom VI(s) from Teststand Sequences. When i try ti launch the sequence from my TS OI i got an error message, because LabVIEW Run Time find the same VI(s) from two different location : the OI and the sequence.
    I would like to know, that is the best approach to resolve this problem.
    For the moment i got two solutions :
    (1) dynamically calling the VI(s) in the OI (executable)
    (2)Changing the name of the VIs in the TS sequence.
    I would like to know if it exist an another solution ?
    thank you
    derek

    For the moment the VI�s that are shared between the sequencefile�s and the operator interface, are used as code module in the sequencefile�s (not as sub vi in the code module).
    On the target system I will got my custom operator interface (which is build from the Testexec.llb + my goop VI�s). My goop VI�s are statically link to my operator interface.
    (I will say that my executable are on the C drive : C:\Testexec.exe)
    My sequencefile�s and the differents VI�s of each step is deploy with the TestStand deployment wizard. A library with all the vi�s call by the sequencefiles are group in SupportVIs.llb. (the sequencefiles and the VI�s library are on the C drive too)
    For exemple I will say that I got a foo.vi (goop
    method) which is build in the operator interface testexec.exe. The same foo.vi is call (as code module) by a step of one of my sequencefile�s.
    When I try to launch the sequence with the operator interface, The LabVIEW Run Time inform me that he can�t load step "foo" of sequence �MainSequence� because he find 2 VI�s with the same name in 2 different location (C:\Testexec.exe\foo.vi) and (C:\SupportVIs.llb\foo.vi.
    If you got a sample example, i will be glad to see it.
    Thank you Ray for your help.
    Derek

  • Hide disabled executions in Teststand 4 Operator interface?

    Hi:
    I'm customizing the Teststand 4 Full Featured CVI Operator interface.
    When running in the Batch model, we often run on less then the full number of test sockets indicated in our model options.
    In this case, the unused test sockets show up as disabled executions in the operator interface.
    Is it possible to hide the disabled executions?
    Thanks,
    Dave

    Hi:
    I was working on the batch model TileWindows changes in parallel and had noticed the tracing problem as well. The TileWindows subsequence from your BatchModel fixes this problem - thanks.
    However, I'm able to reproduce a run time error through a sequence of (perhaps unlikely) events:
    * start a test sequence with 4 test sockets using the batch model
    * run the first socket, terminate in PreUUT, don't restart the first socket
    (only the initial TestUUTs execution plus socket 0 will be visible in the operator interface, as expected)
    * run the second socket, terminate in PreUUT, don't restart the second socket
    (only the initial TestUUTs execution is visible in the operator interface)
    * run the third socket, terminate in PreUUT: run time error popup:
    Execution is already closed. Not found in list of executions
    Operation Failed. [Error Code: -17500]
    I'm assuming this has to do with the PreUUT call being before the TileWindows call. Suggestions on how to get around this error? Do I need to force all socket windows back open before the TileWindows call to catch this condition?
    Thanks,
    Dave

  • Why do I not see a 'busy' indicator in the operator interface?

    Hi all,
    Ok, probably a stupid question, but here goes.
    I can run my tests (mostly VIs) in the teststand LV operator interface without problem. In fact, they run quite well. The problem is, when the user initially hits the 'single pass' button to begin testing, there is about a 20-30 second delay before the actual VI front panel appears, ready for testing. During this time, there is no signal that the operator interface is doing anything. No hourglass, no indicator whatsoever. The problem is that several users have continued to click the 'single pass' button, which causes more than one instance of the VI to open, and slows the testing down, and confuses the operator.
    When I play with the LV operator in
    terface on MY pc (not the test pc) I DO see an hourglass when I press the 'single pass' button.
    Does anyone know where it went on my test machine? The test machine is a Win98. I'm using TS v2.0.1 and LV v6.1
    Not a big deal, but would be nice to fix another user complaint!
    Thanks in advance,
    Dave Neumann

    Nick,
    I'm using the shipped version of the operator interface -- I haven't made any alterations to it at all.
    I compiled the test engine in Teststand and then used the setup.exe and .cab files to install it on the test machine. When I did the compile, I included the 'common vi' folder (where the busy indicator vi is located on my development machine).
    Any other questions, let me know.
    Thanks again for your help.
    Dave

Maybe you are looking for

  • I need to get my iPod touch 4 and iPad 1 in sync from 2 different computers

    I have a very specific situation that I've been unable to find an answer for.  Please help!  Here's my current situation: I've synced my iPad to my iMac G5 PowerPC using my AppleID account that I always use.  I've synced my iPod touch 4th gen to my i

  • Mouse Problems Since 10.6.8 Update

    Since I applied the OS X 10.6.8 update to my MacBook, I have started to have very annoying mouse problems.  Sometimes the mouse gets stuck on a window or icon as if I am dragging it.  More often, the left mouse button stops doing anything and the rig

  • Invoking Web Services

    Hi, I'm trying to invoke a WS. I've deployed Axis 1.2 on Odi 10.1.3.5 using OC4J. copied the odhdbc14 driver for oracle, on administration i've added the connection pool and the data source "ciccio" at jndi "jdbc/Oracle/Win" in the following way i've

  • How to perform FT on XY Graph data?

    Hello, I have my data in two 1D arrays (X and Y) and plotted in an XY Graph.  I did not use a waveform because it was not a time signal, it was a spatial one with an uneven interval.  Briefly, the experiment measured the output of an amplifier as the

  • Cannot fill out or apply signatures to encrypted document (but can in desktop Reader XI)

    I created a PDF Form in Acrobat Pro 9, and encrypted it with a password.  No other restrictions were placed on the document. When I open the document on an android device or an iPod, it does not allow me to fill in any of the fields or apply a signat