Instrument alias doesn't show up in Labview VISA selection

Hi, I am new to the boards and on a project to control hardware. I am also new to labview so please bear with me. My problem as follows
MAX detects this 82357A Agilent GPIB Cable I was assigned as Misc but doesn't show up in Labview Visa selection on the front panel. I am sure the cable is working as the connection wizard I installed for this cable succeeds in finding the cable. I do like to ask if anyone have any way to solve this issue, thanks you.

Emo123,
Have you tried addressing the instrument directly?  Typically a VISA Resource Name for a GPIB device is something similar to GPIB::0::INSTR, see if you can find a resource name in MAX for your device and then type that into the VISA Resource Name control in LabVIEW.
If MAX is able to communicate with the device then LabVIEW should be able to.
Simon H
LabVIEW Product Manager
National Instruments 

Similar Messages

  • My scanner doesn't show up in the"please select a device list" windows 7 - HP7300 all-in-one

    In acrobat X-my scanner doesn't show up in the "please select a device list" how do I get it to see my scanner? - windows 7 - HP 7300 all-in-one

    In case anyone else finds this thread I did end up getting mine to work (after abut 48 hours of pulling my hair out). The "solution" was simple in my case, but it might have been a coincidence. I turned the wireless off on my phone for a different reason - then I when I turned it back on the device instantly appeared in spotify-desktop! I had already factory reset my phone, so I know that establishing a connection to the wireless was not the problem in the first place. Also, I was able to play music on my phone, so I know that it was hooked up to the wireless (I turned off 3g just to be sure).
    But for some reason when I toggled the wireless off then on again - it worked. Go figure.

  • "Dependecies" tab doesn't show any information for a selected table version 4.0

    Hello,
    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select one table, in the tabs on the right side I can see information for "columns" and "data" and "constraints" and "indexes"... but the tab "Dependencies" doesn't show any information about references between this table and other tables in the schema.
    Oracle database is v11.2
    Can you please tell me what do I need to do in order to see information on "Dependencies" tab for a table?
    Thank you,
    Milan

    Hi, here is my example of XML extension showing referencing tables:
    Save the following XML to a file.
    <items>
      <item type="editor" objectType="TABLE">
        <title><![CDATA[*Referencing Tables]]></title>
          <query>
            <sql><![CDATA[SELECT
      cfk.owner "OWNER",
      cfk.table_name "TABLE NAME",
      cols.column_name "COLUMN",
      cfk.constraint_name "CONSTRAINT NAME",
      cfk.delete_rule "DELETE RULE",
      'SQLDEV:LINK:' || cfk.owner || ':TABLE:' || cfk.table_name ||
      ':oracle.dbtools.raptor.controls.grid.DefaultDrillLink' "LINK"
    FROM
      sys.all_constraints cpk,
      sys.all_constraints cfk,
      sys.all_cons_columns cols
    WHERE
      cpk.owner = :OBJECT_OWNER AND
      cpk.table_name = :OBJECT_NAME AND
      SUBSTR(cpk.table_name, 1, 4) != 'BIN$' AND
      SUBSTR(cpk.table_name, 1, 3) != 'DR$' AND
      cpk.constraint_type in ('P', 'U') AND
      cfk.r_owner = cpk.owner AND
      cfk.r_constraint_name = cpk.constraint_name AND
      cfk.constraint_type = 'R' AND
      cols.owner = cfk.owner AND
      cols.constraint_name = cfk.constraint_name
    ORDER BY
      cfk.owner, cfk.table_name, cfk.constraint_name,
      cols.column_name]]>
          </sql>
        </query>
      </item>
    </items>
    In SQLDeveloper select Preferences -> Database -> User Defined Extensions and click <Add Row>.
    In the "Type" field enter "EDITOR" and in the "Location" field enter the path to the file with XML.
    After restarting SQLDeveloper You should see a new tab "*Referencing Tables" for tables.

  • Subject: Tabs - Show tab previews in the Windows taskbar. For what ever reason, this option doesn't show up for me to select. Why, or was this feature moved or removed?

    I'm running FireFox 10 and I have Windows 7 Ultimate on my PC. I would like to have the ability to select an open tab from the Windows taskbar. For what ever reason, this option is not showing in the Tools - Options - Tabs window. So, I can't select it. Why? Has this feature been moved or removed?

    The "Show tab previews in the Windows taskbar" does not appear as an option. in Options - Tabs.
    I Toggled the browser.taskbar.previews to True in About:Config, but it made no difference.
    So, no go on either solution.
    I am running Windows Ultimate 64bit. I don't know if that makes a difference.

  • Budgets in Oracle EBS doesn't show in ERPi

    When trying to retrieve budget data from OEBS or write-back data from Hyperion Planning to OEBS, budgets created in OEBS doesn't show as options. The Select Budget and Select Budget Organization shows "No Rows to Display" message.
    We've already created dimensions from OEBS Accountable Segments and loaded Actual data from OEBS into the Hyperion Planning application. This appears to be the only thing that's not working properly.
    Hyperion EPM Suite version 11.1.2.2.300
    Oracle Database 11.2.0.3.0
    Application Server: Windows Server 2008 R2 64-bit
    Essbase Server: Red Hat Enterprise Linux Server 6.3 64-bit
    Oracle E-Business Suite R12

    So far, we've learned that the following question populates the budget list, but we're unable to know the values sent on the query parameters to understand why it doesn't retrieve anything and how can we solve the issue:
    select AIF_LOOKUP_VALUES.LOOKUP_CODE lkpCode,
    AIF_LOOKUP_VALUES_TL.LOOKUP_CHAR_VALUE lkpCharValue ,
    AIF_LOOKUP_VALUES.LOOKUP_DISPLAY_CODE lkpDisplayCode,
    AIF_LOOKUP_TYPES.SOURCE_LEDGER_ID ledgerId, AIF_LOOKUP_TYPES.LOOKUP_TYPE,
    AIF_BAL_RULE_DETAILS.DETAIL_ID, AIF_BAL_RULE_DETAILS.RUlE_ID,
    CASE
    WHEN AIF_BAL_RULE_DETAILS.RULE_ID is not null then 'Y'
    else 'N'
    end selectFlg, AIF_LOOKUP_VALUES_TL.LANGUAGE
    from AIF_LOOKUP_TYPES
    inner join AIF_LOOKUP_VALUES on
    AIF_LOOKUP_TYPES.LOOKUP_TYPE_ID = AIF_LOOKUP_VALUES.LOOKUP_TYPE_ID
    inner join AIF_LOOKUP_VALUES_TL on
    AIF_LOOKUP_TYPES.LOOKUP_TYPE_ID = AIF_LOOKUP_VALUES_TL.LOOKUP_TYPE_ID and
    AIF_LOOKUP_VALUES.LOOKUP_CODE = AIF_LOOKUP_VALUES_TL.LOOKUP_CODE
    left outer join AIF_BAL_RULE_DETAILS on
    aif_lookup_types.LOOKUP_TYPE=AIF_BAL_RULE_DETAILS.DETAIL_TYPE and
    AIF_BAL_RULE_DETAILS.detail_code = AIF_LOOKUP_VALUES.lookup_code and
    AIF_BAL_RULE_DETAILS.DETAIL_TYPE = 'BUDGET'
    and AIF_BAL_RULE_DETAILS.RULE_ID = ?
    where AIF_LOOKUP_TYPES.SOURCE_SYSTEM_ID = ? and
    AIF_LOOKUP_TYPES.LOOKUP_TYPE = 'BUDGET' and
    AIF_LOOKUP_VALUES_TL.LANGUAGE like ? and AIF_LOOKUP_TYPES.SOURCE_LEDGER_ID = ?

  • Apple mail doesn't show mail content when selected?

    I have done nothing new or strange with this application but since a few days ago I couldn't see mail content when I selected the emails.
    I can see the new emails It doesn't show their content when I select them. It simply says no message selected.
    Also when I double click to open the mail on a new page the application crashes. Any ideas? This is so frustrating!
    Btw, I'm using a Macbook Pro.

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Mail/V2/MailData
    Copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
              Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens by pressing command-V, then press return.
    A folder window will open. Inside it there should be files with names as follows:
              Envelope Index
              ExternalUpdates.storedata
    Move those files to the Desktop, leaving the window open. Other files in the folder may have longer names that begin as above. Move those files, if any, to the Trash.
    Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is damaged and that Mail has to quit. Click OK. Typically, the process takes a few minutes, but it may take hours if you have gigantic mailboxes. In that case, you may be able to speed things up by temporarily adding your home folder to the Privacy list in the Spotlight preference pane. Remove it when Mail has finished importing.
    Test. If Mail now works as expected, you can delete the files you moved to the Desktop. Otherwise, post your results.

  • Report generation toolkit 1.1.2 doesn't show up on the panel

    I installed Report Generation Toolkit 1.1.2 together with the Labview 8.5. But when I looked into the function panel, it didn't show up. No Labview has been ever installed on this machine. However when I went to control panel "Programs and Features"-> National Instrument, it did show the "Report Generation Toolkit for Microsoft Office 1.1.2" there. So I guess it did install it, but how can I add them into the function panel. Btw, my system is Vista.

    Hi lshi,
    Glad to hear that reinstalling the Report Generation Toolkit resolved
    the problem.  To answer your question, the installer prompts for an
    installation directory to allow users with multiple versions of LabVIEW
    to select a version other than the latest.
    Peter K.
    National Instruments

  • Software update doesn't show 2.1

    When I open Software Update, Aperture 2.1 doesn't show up.
    One possibility for this is that I don't have Aperture installed in the Applications folder on the startup drive. Could this be the issue?
    The other possibility is that I have a volume license. But I thought volume licenses qualified for free updates?

    Just a comment - it is NOT a good idea to move Applications, especially the Apple variety, out of the Applications Folder. If you wish to use another organisation method, why not use an Alias to Aperture in a Folder of your choice, leaving the real Aperture where it belongs. I have a few such Folders with aliases.

  • Ultiboard part wizard doesn't show any copper layers during part creation

    Ultiboard part wizard doesn't show any copper layers during part creation. I have to check the box to activate Copper Top in the part editor, once the part is made in order to see what I've made. I suspect there is a connection between this issue and my prior issue with the inability of the Multisim database to link to parts that I have recently made in Ultiboard. This all just began happening this week (of 8-27-12) Design Suite version is 10.1 & OS is Windows 7.
    Thanks.

    Hi Todc,
    This is very strange. My suggestion is that you can try to delete the configuration file. To delete the configuration file, go to Options >> Global Preferences. Under the Paths tab, select the path to the configuration file all the way upto config\ as shown in screen shot. Close Ultiboard and navigate to this folder. Delete all the files and then try to open Ultiboard again. This should resolve the issue.
    Please let me know what happens.
    Regards,
    Tayyab R,
    National Instruments.
    Attachments:
    v10 Global Preferences.JPG ‏77 KB

  • M3000: show-disks doesn't show all disk.

    Hi all,
    I have to setup one M3000, when I want to create a devalias, I type show-disks, but it doesn't show all the disk, it only show 2
    a) /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    b) /pci@0,600000/pci@0/pci@0/scsi@0/disk
    So, a is disk0 1 2 3 ?
    and
    b is disk 0 1 2 3?
    thanks
    Please help
    ====================================================
    {0} ok probe-scsi-all
    /pci@0,600000/pci@0/pci@8/SUNW,qlc@0
    QLogic QLE2560 Host Adapter FCode(SPARC): 2.03 06/30/08
    Wait for link up -
    Firmware version 4.03.02
    Fibre Channel Link down
    Possible causes: No cable, incorrect connection mode or data rate
    SFP state: 8Gb Present
    /pci@0,600000/pci@0/pci@0/scsi@0
    MPT Version 1.05, Firmware Version 1.31.00.00
    Target 0
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393e813d912 PhyNum 0
    Target 1
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393d84aaf3e PhyNum 1
    Target 2
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393d84ab082 PhyNum 2
    Target 3
    Unit 0 Disk TOSHIBA MBF2600RC 3706 1172123568 Blocks, 600 GB
    SASAddress 50000393e8392a42 PhyNum 3
    Target 4
    Unit 0 Removable Read Only device TEAC DV-W28S-W J.0A
    SATA device PhyNum 4
    {0} ok
    {0} ok show-disks
    a) /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    b) /pci@0,600000/pci@0/pci@0/scsi@0/disk
    c) /iscsi-hba/disk
    q) NO SELECTION
    Enter Selection, q to quit: a
    /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk has been selected.
    Type ^Y ( Control-Y ) to insert it in the command line.
    e.g. ok nvalias mydev ^Y
    for creating devalias mydev for /pci@0,600000/pci@0/pci@8/SUNW,qlc@0/fp@0,0/disk
    {0} ok

    Hi.
    It's not bug, it's a feture. :)
    show-disks show available controlles, that can have connected disk.
    For create alias you should manualy add what disks exactly you want use.
    disk0 /pci@0,600000/pci@0/pci@0/scsi@0/disk@0
    disk1 /pci@0,600000/pci@0/pci@0/scsi@0/disk@1
    disk2 /pci@0,600000/pci@0/pci@0/scsi@0/disk@2
    disk3 /pci@0,600000/pci@0/pci@0/scsi@0/disk@3
    Generaly this aliases alredy created at POST.
    Check output of devalias
    Regards.

  • Matrix doesn't show row in SBO 2005

    Hi,
    i am trying to convert an addon from sbo 2004 to 2005.
    In 2004 eveything works fine but in 2005 i have the problem that the matrix on my form doesn't show a row. The columns of the matrix are binded to a datasource. I have done this by using an .srf file (see below).
    I use this code to add an empty row:
            Dim LastRow As Integer
            LastRow = m_dbdsPROJLINE.Size
            m_dbdsPROJLINE.InsertRecord(LastRow)
            With m_dbdsPROJLINE
                .SetValue("U_DOCNUM", LastRow, m_intCurrentDocNum.ToString)
                .SetValue("U_LINENUM", LastRow, m_intCurrentLineNum.ToString)
                .SetValue("U_PROCESS", LastRow, "00")
                .SetValue("U_HOURS", LastRow, 0)
                .SetValue("U_EMPLCOST", LastRow, 0)
                .SetValue("U_REMARKS", LastRow, "")
                .SetValue("U_MACHINID", LastRow, 0)
                .SetValue("U_MACHHOUR", LastRow, 0)
            End With
            m_udsChanged.Value = "N"
            m_dbdsPROJLINE.Offset = LastRow
            m_udsNUM.Value = m_dbdsPROJLINE.Size
            'add empty row in every case
            m_mtxPROJLN.AddRow()
            'increase line number
            m_intCurrentLineNum += 1
    The .srf file:
    <?xml version="1.0" encoding="UTF-16"?>
    <Application>
       <forms>
          <action
           type="add">
             <form
              appformnumber="2000009400"
              client_height="376"
              client_width="715"
              color="0"
              default_button=""
              height="410"
              left="277"
              pane="0"
              title="Projektzeiterfassung"
              top="39"
              type="0"
              uid=""
              visible="0"
              width="720">
                <datasources>
                   <dbdatasources>
                      <action
                       type="add">
                         <datasource
                          tablename="@PROJHEAD"></datasource>
                         <datasource
                          tablename="@PROJLINE"></datasource>
                      </action>
                   </dbdatasources>
                   <userdatasources>
                      <action
                       type="add">
                         <datasource
                          size="4"
                          type="0"
                          uid="SY_NUM"></datasource>
                         <datasource
                          size="1"
                          type="9"
                          uid="SY_CHANGE"></datasource>                     
                         <datasource
                          size="8"
                          type="12"
                          uid="SY_DATE2"></datasource>
                      </action>
                   </userdatasources>
                </datasources>
                <menus></menus>
                <items>
                   <action
                    type="add">
                      <Item
                       description=""
                       disp_desc="1"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="105"
                       linkto=""
                       right_just="0"
                       tab_order="1"
                       to_pane="0"
                       top="2"
                       type="113"
                       uid="cmbPROJECT"
                       visible="1"
                       width="150">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <ValidValues>
                               <action
                                type="add"></action>
                            </ValidValues>
                            <databind
                             alias="U_PRJCODE"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="7"
                       linkto="cmbPROJECT"
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="1"
                       type="8"
                       uid="lblPROJECT"
                       visible="1"
                       width="80">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Projekt"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="0"
                       from_pane="0"
                       height="14"
                       left="553"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="2"
                       type="16"
                       uid="txtDOCNUM"
                       visible="1"
                       width="130">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <databind
                             alias="U_DOCNUM"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="444"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="2"
                       type="8"
                       uid="lblDOCNUM"
                       visible="1"
                       width="80">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Buchungsnr."
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="1"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="105"
                       linkto=""
                       right_just="0"
                       tab_order="2"
                       to_pane="0"
                       top="20"
                       type="113"
                       uid="cmbEMPLOY"
                       visible="1"
                       width="150">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <ValidValues>
                               <action
                                type="add"></action>
                            </ValidValues>
                            <databind
                             alias="U_EMPID"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="7"
                       linkto="cmbEMPLOY"
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="19"
                       type="8"
                       uid="lblEMPLOY"
                       visible="1"
                       width="66">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Mitarbeiter"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
    <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="553"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="20"
                       type="16"
                       uid="txtDATE2"
                       visible="0"
                       width="130">
                         <Specific
                          AffectsFormMode="0"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <databind
                             alias="SY_DATE2"
                             databound="1"
                             table=""></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="553"
                       linkto=""
                       right_just="0"
                       tab_order="4"
                       to_pane="0"
                       top="20"
                       type="16"
                       uid="txtDATE"
                       visible="1"
                       width="130">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <databind
                             alias="U_DOCDATE"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="444"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="20"
                       type="8"
                       uid="lblDATE"
                       visible="1"
                       width="79">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Datum"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="1"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="105"
                       linkto=""
                       right_just="0"
                       tab_order="3"
                       to_pane="0"
                       top="38"
                       type="113"
                       uid="cmbITMCODE"
                       visible="1"
                       width="150">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <ValidValues>
                               <action
                                type="add"></action>
                            </ValidValues>
                            <databind
                             alias="U_ITEMCODE"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="7"
                       linkto="cmbITMCODE"
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="37"
                       type="8"
                       uid="lblITMCODE"
                       visible="1"
                       width="80">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Artikelnr."
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="510"
                       linkto=""
                       right_just="0"
                       tab_order="5"
                       to_pane="0"
                       top="38"
                       type="16"
                       uid="txtPCSOK"
                       visible="1"
                       width="40">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <databind
                             alias="U_PCSOK"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="444"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="38"
                       type="8"
                       uid="lblPCSOK"
                       visible="1"
                       width="60">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Stückzahl i.O."
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="643"
                       linkto=""
                       right_just="0"
                       tab_order="6"
                       to_pane="0"
                       top="38"
                       type="16"
                       uid="txtPCSNOK"
                       visible="1"
                       width="40">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1">
                            <databind
                             alias="U_PCSNOK"
                             databound="1"
                             table="@PROJHEAD"></databind>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="14"
                       left="553"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="38"
                       type="8"
                       uid="lblPCSNOK"
                       visible="1"
                       width="51">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="nicht i.O."
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="281"
                       left="7"
                       linkto=""
                       right_just="0"
                       tab_order="7"
                       to_pane="0"
                       top="66"
                       type="127"
                       uid="mtxPROJLN"
                       visible="1"
                       width="700">
                         <Specific
                          AffectsFormMode="1"
                          SelectionMode="2"
                          backcolor="-1"
                          font_size="-1"
                          forecolor="-1"
                          layout="0"
                          supp_zeros="0"
                          text_style="-1">
                            <columns>
                               <action
                                type="add">
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="0"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="#"
                                   type="16"
                                   uid="Col0"
                                   val_off="N"
                                   val_on="SY_NUM"
                                   visible="1"
                                   width="20">
                                     <databind
                                      alias="SY_NUM"
                                      databound="1"
                                      table=""></databind>
                                  </column>
                                  <column
                                   AffectsFormMode="0"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="LINENUM"
                                   type="16"
                                   uid="Col7"
                                   val_off=""
                                   val_on=""
                                   visible="0"
                                   width="20">
                                     <databind
                                      alias="U_LINENUM"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                                    <column
                                   AffectsFormMode="0"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="CHANGED"
                                   type="16"
                                   uid="colCHANGE"
                                   val_off="N"
                                   val_on="Y"
                                   visible="0"
                                   width="30">
                                     <databind
                                      alias="SY_CHANGE"
                                      databound="1"
                                      table=""></databind>
                                  </column>
                          <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="1"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Arbeitsgang"
                                   type="113"
                                   uid="Col4"
                                   val_off=""
                                   val_on=""
                                   visible="1"
                                   width="120">
                                     <ValidValues>
                                        <action
                                         type="add"></action>
                                     </ValidValues>
                                     <databind
                                      alias="U_PROCESS"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Stunden"
                                   type="16"
                                   uid="Col3"
                                   val_off="N"
                                   val_on="U_HOURS"
                                   visible="1"
                                   width="50">
                                     <databind
                                      alias="U_HOURS"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="1"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Maschine"
                                   type="113"
                                   uid="Col6"
                                   val_off=""
                                   val_on=""
                                   visible="1"
                                   width="150">
                                     <ValidValues>
                                        <action
                                         type="add"></action>
                                     </ValidValues>
                                     <databind
                                      alias="U_MACHINID"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Std. Satz Maschine"
                                   type="16"
                                   uid="Col5"
                                   val_off="N"
                                   val_on="Y"
                                   visible="1"
                                   width="80">
                                     <databind
                                      alias="U_MACHHOUR"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>                         
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Std. Satz MA"
                                   type="16"
                                   uid="Col2"
                                   val_off="N"
                                   val_on="U_EMPLCOST"
                                   visible="1"
                                   width="80">
                                     <databind
                                      alias="U_EMPLCOST"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                                  <column
                                   AffectsFormMode="1"
                                   backcolor="-1"
                                   description=""
                                   disp_desc="0"
                                   editable="1"
                                   font_size="12"
                                   forecolor="-1"
                                   right_just="0"
                                   supp_zeros="0"
                                   text_style="-1"
                                   title="Bemerkungen"
                                   type="16"
                                   uid="Col1"
                                   val_off="N"
                                   val_on="U_REMARKS"
                                   visible="1"
                                   width="180">
                                     <databind
                                      alias="U_REMARKS"
                                      databound="1"
                                      table="@PROJLINE"></databind>
                                  </column>
                               </action>
                            </columns>
                         </Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="19"
                       left="10"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="349"
                       type="4"
                       uid="1"
                       visible="1"
                       width="65">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="OK"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="1"
                       from_pane="0"
                       height="19"
                       left="77"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="349"
                       type="4"
                       uid="2"
                       visible="1"
                       width="65">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Abbrechen"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>
                      <Item
                       description=""
                       disp_desc="0"
                       enabled="0"
                       from_pane="0"
                       height="19"
                       left="144"
                       linkto=""
                       right_just="0"
                       tab_order="0"
                       to_pane="0"
                       top="349"
                       type="4"
                       uid="btnDELETE"
                       visible="1"
                       width="65">
                         <Specific
                          AffectsFormMode="1"
                          backcolor="-1"
                          caption="Löschen"
                          font_size="-1"
                          forecolor="-1"
                          supp_zeros="0"
                          text_style="-1"></Specific>
                      </Item>             
                   </action>
                </items>
             </form>
          </action>
       </forms>
    </Application>
    Any ideas how to solve this problem?
    Regards
    Christian Niehaves

    Hello Christian,
    What PL B1 do you use? Since there since some problem with PL10 (already lots of discussion). If you are using PL10, please upgrade to PL11.
    Otherwise, my suggestion is to add a blank row first, to make sure the basic function is all right. And then try to double check your DBDatasource value and databinding.
    If problem still exist, please let us know.
    Hope this helps,
    Nick

  • DAQmX does not show up in Labview 8.5

    History: Got sick of Vista and downgraded to XP SP2. Reinstalled Labview, Measurement Studio then DAQmX 9.4 (downloaded the latest from NI site).
    Measurement Studio seems to load DAQmX tasks correctly although I am afraid to compile in case it trashes hours of work. I have no reason to trust that it won't.
    Labview just does not recognize DAQmX. It doesn't show up in toolbox. Meas & Automation runs and talks to my USB-6212 so I guess that DAQ drivers must be installed and load properly. But Labview.... N/G. Is this version (DAQmX 9.4.0f1) not compatible with LV 8.5? I don't get it.
    I have uninstalled DAQmX & reinstalled it with the same results (none). Please help.
    Labview 8.5
    Meas Studio 2008
    Solved!
    Go to Solution.

    It looks like LV 8.5 tops out DAQmx version 9.3:
    NI-DAQ and LabVIEW Version Compatibility (for Windows)
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.

  • Custom vi panel doesn't show in panel

    Hello,
    I inserted a custom vi that I created into another vi.  The problem is that the panel of the custom vi doesn't show on the new vi panel.  What do I need to do to get the custom vi panel to show in the new vi panel.
    Thanks,
    Steve

    For some reason I can't open your VI. I'm getting a daq dll error. I'm
    sure it's something on my end as I just got a new laptop and just
    reinstaled everything and something probably didn't go right.
    Subpanels are a feature that was added in 7.0 that let's you embed the
    front panel of a subVI into the panel of its top level VI. The subVI
    panel shows up in a container on the other front panel. This allows you
    to switch between several panels, but have them constrained inside the
    top level VI. Nice little feature, but since you're running 6.1, it's
    not available to you.
    Recreating the subVI on the top level VI would be just duplicating all
    the controls and indicators from the subVI to the panel of the top
    level. Probably not what you should be doing.
    It sounds like you found the "Open front panel when Called" option and that should do the trick for you want.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • HT203167 A movie I purchased in the iTunes store is missing. It isn't hidden and doesn't show up in search. I've followed support steps.  Where is it and how do I find it?  I believe I originally purchased the film on my 1st Gen AppleTV.

    A movie I purchased in the iTunes store is missing. It isn't hidden and doesn't show up in search. I've followed support steps.  Where is it and how do I find it?  I believe I originally purchased the film on my 1st Gen AppleTV...other movies show up. Help.

    It was Love Actually. It's been in my library a few years but is now missing. It's odd...it isn't even in the iTunes Store anymore. I think there is a rights issue because a message appeared in the store saying it wasn't available at this time in the U. S. store. Still, if I bought it years ago it should be in my library or I should get a refund....

  • My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more.

    My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more. Was working while watching a movie but when I pulled it out from the computer and put it back in the system would no longer mirrorr the screen on the TV.

    The best option is an appointment at an Apple store genius bar.  The evaluation will be for FREE!
    Ciao.

Maybe you are looking for

  • Macbook + mini-DVI to video adapter problems!

    Hi, My roommate and I both have Macbooks - I got mine in June '06, it's one of the older black 80 gb models and hers is a white 120 gb that she got in August '07. We bought a mini-DVI to video adapter so we could watch DVDs and video files on our TV,

  • Automatic creation of BP from SAP User (created manually) in PPM 5.0

    Hi Gurus; There are some way to create BP automaticaly from SAP User? I know that exits some Function Module BP* can do this automatic creation. Someone did this? Best regards. Mariano

  • Off Topic: Business questions to business owners

    Sorry if this shouldn't be here (feel free to delete or let me know). Just thought you may be a good group to ask advice of. Looking for a new business bank account (preferably that ties into my personal accounts) and health insurance (for business).

  • Why only one channel of sound in sequences?  Please someone try this quest

    When I add a sequence to a sequence, I have only one channel of sound but, when I open that sequence I have 2 channels of sound. Is it a sequence setting and if it is I see: outputs 2 downmix 0 grouping: Stereo selected Dual mono not selected. I swit

  • 11g BPEL Samples

    Hello All, In 10g, we had BPEL samples under the domain with samples, utils and other folders. Do we have similar samples for 11g. Thanks