Interface via DAQmxBase to USB6501 daq

Hello,
I have a USB6501 which is a 24 line digital I/O. I have no problem
using it using the the standard "DAQmx" functions. However as I need to
use the device in Linux (redhat enterprise WS3, which is suported), The
only vi package available for labview 7.1 Linux is the "DAQmxBase
version 1.5". This installs fine and the command "lsdaq" gives a
listing of my device "Dev1". However when I attempt to run either my
own or one of the examples, it says "Error-200170 occured at physical
channel specified does not exist on this device"
Something similiar happens when I use the DAQmxBase in windows. Any help would be great.
Cheers

Hello BJ_phy,
There is a firmware "switch" necessary to move the device from NI-DAQmx to NI-DAQmx Base and vice versa.  Check out this KB:  Using the USB-6008/9 and USB-6501 with NI-DAQmx or NI-DAQmx Base.  That should do the trick, re-post if this does not solve your problem. 
-Alan A.

Similar Messages

  • How to reset Dot11Radio interface via SNMP

    Hi guys,
    Please tell me how i RESET my AP's radio interface via SNMP? It's mean down and up right behind sb.
    I'm using several SNMP commands for manage to our Cisco's. But I'm unsuccessful at this.. Please help me. Thakns.

    Isn't there any response? isn't there any Cisco Specialist at there???

  • Can not access ASAs inside interface via VPN tunnels

    Hi there,
    I have a funny problem.
    I build up a hub and spoke VPN, with RAS Client VPN access for the central location.
    All tunnels and the RAS VPN access are working fine.
    I use the tunnels for Voip, terminal server access and a few other services.
    The only problem I have is, that I could not access the inside IP address of any of my ASAs, neither via tunnels nor via RAS VPN access. No telnet access and no ping reach the inside interfaces.
    No problem when I connect to the interface via a host inside the network.
    All telnet statments in the config are ending with the INSIDE command.
    On most of the ASAs the 8.2 IOS is running on one or two ASAs the 8.0(4).
    For the RAS client access I use the Cisco 5.1 VPN client.
    Did anybody have any suggestions?
    Regards
    Marcel

    Marcel,
    Simply add on the asas you want to administer through the tunnels
    management-access
    http://www.cisco.com/en/US/docs/security/asa/asa82/command/reference/m.html#wp2027985
    for asa5505
    management-access inside
    for all others if you have management interface management0/0 defined then:
    management-access management
    then you may need to allow the source , for example if RA VPN pool network is 10.20.20.0/24 then you tell asa that network cann administer asa and point access to inside, but sounds you have this part already.
    telnet 10.20.20.0 255.255.255.0 inside
    http 10.20.20.0 255.255.255.0 inside
    same principle for l2l vpns
    Regards

  • Shutdown wireless interface via SNMP Write?

    Hi
    We're working on writing a very simple web app to control a couple of access points via SNMP.  I'm trying to shutdown the Wireless interface via SNMP WRITE with the following oid;
    .1.3.6.1.2.1.2.2.1.7.1
    and
    .1.3.6.1.2.1.2.2.1.7.2
    But its saying the integer of '0' is invalid (badValue, wrong type or length).  I'm able to set other values like hostname, etc, so I know my string is correct...can anyone help?  THanks
    Jason

    Hi
    Just found my own answer...the value to shutdown the interface is not 0, it's 2.  durrr
    Thanks
    J

  • SJSAS 9.1 does not expose EJB 3.0 remote Interface via JNDI

    I have successfully deployed a simple Stateful EJB 3.0 bean (CartBean, like the one in the Java EE 5 tutorial remote interface Cart) on SJSAS 9.1, located on machine host1.
    After I deployed the CartBean, I browsed the SJSAS and noticed the existence of the following JNDI entries:
    ejb/Cart
    ejb/Cart__3_x_Internal_RemoteBusinessHome__
    ejb/Cart#main.Cart
    ejb/mgmt
    ejb/myOtherEJB_2_x_bean ( +myOtherEJB_2_x_bean+ is a different 2.x bean that I have deployed as well)So, I am trying to access the remote interface of the CartBean from a remote machine, host2. The client application is a Java-standalone client.
    I am using the Interoperable Naming Service syntax: corbaname:iiop:host1:3700#<JNDI name>
    The problem is that the remote interface of the bean does NOT seem to be available via JNDI. I get the javax.naming.NameNotFoundException when I try to do a lookup like:
    corbaname:iiop:host1:3700#ejb/Cart
    On the other hand, the following lookups succeed:
    corbaname:iiop:host1:3700#ejb/mgmt
    corbaname:iiop:host1:3700#myOtherEJB_2_x_bean
    and also the following succeeds:
    corbaname:iiop:host1:3700#ejb/Cart__3_x_Internal_RemoteBusinessHome__So it seems like the Remote interface is not available via JNDI, rather only some internal SJSAS implementation (the object returned from the ejb/Cart__3_x_Internal_RemoteBusinessHome__ lookup is of type: com.sun.corba.se.impl.corba.CORBAObjectImpl
    Why is this happening? I know there used to be a bug in Glassfish, but I thought it had been fixed since 2006.
    Many thanks in advance, any help would be greatly appreciated.

    The EJB 3.0 Remote Business references are not directly stored in CosNaming. EJB 3.0 Remote references do not have the cross-vendor interoperability requirements that the EJB 2.x Remote view had.
    You can still access Remote EJB references from a different JVM as long as the client has access to SJSAS naming provider. Please see our EJB FAQ for more details :
    https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html

  • Can't access management interface via vpn connection

    Hi all,
    I can't seem to be able to manage my ASA 5510 when I connect via vpn. My asa sits at a remote colo, and from my office i can connect fine. I have it configured as management-access (dmz), bc as of now we are just doing some staging and all the servers are in the dmz interface.
    When i connect with the vpn client, in the routes it sees 192.168.1.0 255.255.255.0 which is the management network/interface.
    For some reason I can't get access to 192.168.1.1 to use the ASDM.
    Here is how i did my vpn via CLI
    isakmp enable outside
    isakmp identity address
    isakmp policy 10
    authentication pre-share
    encryption des
    hash md5
    group 2
    lifetime 86400
    ip local pool vpnpool 10.1.1.2-10.1.1.10
    access-list split_tunnel standard permit 192.168.200.0 255.255.255.0
    access-list split_tunnel standard permit 192.168.100.0 255.255.255.0
    access-list split_tunnel standard permit 192.168.1.0 255.255.255.0
    group-policy xxxxx internal
    group-policy xxxxx attributes
    dns value
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value split_tunnel
    username xxxxx password
    username xxxxxx attributes
    vpn-group-policy xxxx
    username xxxxxx password
    username xxxxxx attributes
    vpn-group-policy xxxx
    username xxxx password
    username xxxx attributes
    vpn-group-policy xxxx
    tunnel-group xxxx type ipsec-ra
    tunnel-group xxxx general-attributes
    address-pool vpnpool
    tunnel-group xxxx ipsec-attributes
    pre-shared-key
    access-list vpnra permit ip 192.168.200.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list vpnra permit ip 192.168.100.0 255.255.255.0 10.1.1.0 255.255.255.0
    access-list vpnra permit ip 192.168.1.0 255.255.255.0 10.1.1.0 255.255.255.0
    nat (inside) 0 access-list vpnra
    nat (dmz) 0 access-list vpnra
    nat (management) 0 access-list vprna
    crypto ipsec transform-set md5des esp-des esp-md5-hmac
    crypto dynamic-map dynomap 10 set transform-set md5des
    crypto map vpnpeer 20 ipsec-isakmp dynamic dynomap
    crypto map vpnpeer interface outside
    Any help would be much appreciated

    it seems like you are missing a line:
    management-access "interface"
    http://www.cisco.com/en/US/docs/security/asa/asa71/command/reference/m_711.html#wp1631964

  • Routing of messages to different interfaces via HTTP using one single URL.

    Hi all,
    I'm working on an inbound scenario. Messages are coming to SAP via HTTP adapter and i'm using a unique URL of every interface. But what is required is one single URL for all interfaces without any dropbox in PI, i.e. all messages will be pushed to one URL and i have to route them to their respective interfaces, there is no storage involved in PI box.

    Shamit2903 wrote:
    Hi all,
    >
    > I'm working on an inbound scenario. Messages are coming to SAP via HTTP adapter and i'm using a unique URL of every interface. But what is required is one single URL for all interfaces without any dropbox in PI, i.e. all messages will be pushed to one URL and i have to route them to their respective interfaces, there is no storage involved in PI box.
    logically this is not a possibility.
    But in case you are looking at a generic interface then you will have to handle this using;
    1.  a generic Data type to accommodate all required structures
    2. use conditional routing in configuration to execute further transformations.
    I wouldnt recommend this though.

  • Has anyone been able to communicat​e via SPI from a DAQ card?

    I have been tasked to set up a test system communicating with an A to D (Analog to Digital) converter. The converter has been selected, and it communicates via SPI.
    I have LabVIEW 6.1 on my PC, and I have a 6062E PCMCIA card, and a 6031E PCI card available. Other hardware may be considered based on price and availability.
    I looked through earlier forum questions, and the knowledge base, and did not see any recent items on this topic.
    So, does anyone have any recent experience setting up SPI via a DAQ card?

    Hello Jeff,
    Communicating via SPI using DAQ will only be possible with DAQ Boards which have hardware timed DIO, which means E Series Boards will not work as they are software timed DIOs. So you would need high speed DIO boards like 6533 or 6534. Having said that, you need to check the compatibilities for voltage levels, rise and fall times.
    -Arun V

  • Calling XI interfaces via Java

    Hi All,
    What is the method to call a Interface in XI via Java?
    Regards,
    Keerti

    are you talking about Java Proxy ?
    You can connect to an external Java based system via a Java proxy (XI adapter) - http://help.sap.com/saphelp_nw04/helpdata/en/e1/091640a991c742e10000000a1550b0/content.htm
    Also have a look at these weblogs;
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

  • Export Interfaces via Webservice in ECC 6.0 for SAP Learning SolutionLSO600

    hi *,
    i am pretty new to SAP HR and have found this manual
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/329da1a8-0b01-0010-b399-c04517307bcd
    in this manual it is described that in LSO 600 you either have the possibility to export a SOAP interface directly from the SAP HR Netweaver instance and OR can go through SAP XI for doing this.
    my problem about this is that i can not find a manual for doing this. my preferred way would be to export this soap requests via NON XI (just ECC 6.0).
    does anyone know a manual for exporting this interfaces or similar ones to soap/wsdl?
    regards chris

    And what is the solution?

  • Interface Via Web

    Hi Everyone,
    I am developing a remote lab which consist:
    Acquisition of data from a fpga directly to labview through RS232, these data are processed in three graphs to be visualized by the user in real time.
    My question is: what is the best method for exporting the interface in labview via web to the user without run time engine from labview? I have seen that web service is not recommended for time-sensitive apps.
    I really appreciate your help.

    so, are you saying that the user can view an interface with 2 or 3 graphs like the example in the attachment? My doubt relies in the update speed of the web page for the case of web service.
    Now, guessing that the update speed is high to view prefectly the web page; Web Service give me like a .xml which i use it to organize the data in a web page through Html+Javascript (ADOBE FLEX in the NI example ). Is there any advice to take the data in realtime generated by my Graphs Vis and put them in a "dynamic xml" generated by web service of labview?
    I am saying this, because i was watching the example "Demo 2 - Function Generator Main" and I think that it doesnt matter if the vi is running, anyway the user will view data preestablished by the web service through the xml, unlike the remote panel option, where if the VI in the web server stop working, the user too.
    I dont know if i am clear. Sorry, I am still learning english.
    Attachments:
    Front_Panel_Example.jpg ‏79 KB

  • ZBF: Assign zone to interface via Cisco AV Pair

    Hello,
    I am terminating ADSL connections via an L2TP tunnel from a service provider and have configured Cisco AV Pairs to assign incoming sessions into different VRFs based on the username of the remote router. I am also using Zone Based Firewall configuration and need to also assign the created virtual access interface into a zone in the same manner as I am assigning VRFs.
    I am assigning VRFs like so:
    Cisco-AVpair+=ip:vrf-id=<vrf-name>
    I have tried assigning a zone with the following configuration but with no luck:
    Cisco-AVpair+=ip:interface-config=zone-member security <zone-name>
    Cisco-AVpair+=lcp:interface-config=zone-member security <zone-name>
    I have looked around but am unable to find a definitive list of Cisco AV Pairs to determine if there is one suitable specifically to assign a zone or a more generic AV Pair that can assign arbitrary configuration.
    Any help appreciated.
    Thanks.

    For anyone else who has a similar issue, I raised the issue with Cisco TAC and the solution was to use a Cisco AVpair of
    lcp:interface-config=zone security <zonename>
    I also had to add:
    aaa policy interface-config allow-subinterface
    Once I did this it worked a treat.

  • Managing DSL modem (web interface) via Linksys WRT610N router.

    I have a router WRT610N Version 1.0 connected to my DSL gateway (3wire). My PC is connected to WRT610N. All is working fine except: If I set Linksys Internet connection type in DHCP I am able to see my DSL modem (3wire) via web interface from my PC. But, if I set Linksys Internet connection type in PPPoE I can't connect to my DSL management web page from my PC via Linksys to DSL modem.
    FYI, I need PPPoE for DDNS.
    Any idea?

    Correct. If you configure PPPoE the modem is inaccessible because it works like a standard modem. That's normal. With PPPoE on the WRT the WRT is connected directly to the internet and there are not really any settings on the DSL modem/router which you have to change.

  • How to parse BEX Query data to Flex interface via XML

    Hi,
    How can we pass the Bex Query data in XML tabular format so it can be consumed by a Flex interface?
    And communicate back and forth.
    Regards
    Vivek

    Hi,
    May be this link is helpful to you,
    http://help.sap.com/saphelpnw04/helpdata/en/d9/ed8c3c59021315e10000000a114084/frameset.htm_
    All the Best,
    Madhu....

  • Problems with a purchase requisition interface via SAP XI

    Hello.
    We are integrating the purchase requisition from external aplication to SAP through SAP XI. SAP XI send a IDOC to SAP R3 to create the purchase document. The conection is made with rfc conection which has set the comunication user and logon language. The purchase requisition is created with the logon language and if the material has not short text in this language in material master the error ME095 is generated.
    I don't understand this error because in the interface we set the PR short text which is posible to change. Also, we have set this system message like warning in T160M.
    We don't find any way to skip this message and we think if the interface allow to set a short text in the PR it's the same that the material master isn't updated with the short text in logon language.
    Thank you very much.
    Alberto

    Hi.
    I don't want to change the short text in Material Master. I only want to change this short description in PR, but if I don't mantain the short description in material master the error ME095 is generated. I need to be able to create a PR independent of logon language.
    Thank you for your answer.
    Alberto

Maybe you are looking for