How to use Crossbow Xmesh WSN LabVIEW drivers for downstream communication with motes

Hello,
I am trying to use LabVIEW Crossbow Xmesh WSN  driver for downstreaming commands but driver programs are not working.
I am interested in changing node (Iris mote with MDA300 board) update rate from LabVIEW program running on host PC .
       I have  used  Set node update rate.vi  with  open stream.vi and start stream.vi  in proper sequence and developed a program to change node update rate. When program is run no error is shown but node update rate is not changed.
      Pl suggest what I should I do.
What is the function of  WSN write VIs (WSN write Raw 1sensor1point). For what type of message this is used. 
I  want to actuate relay on MDA300 with mote id 2. What VIs (from driver ) I have to use and how to issue command related to it.
Incase any one can help I will be grateful
Roop 

Hi Arjun,
I am sending you snap shot of VI developed to change node update rate.and also the heirarchy of drivers  VIs used in the program for  better understanding .
In case you can figure out why the command  message send  is unable to communicate with mote .
Also for downstream communication with motes the packet format used is described in Moteworks user manual from MiMSic.com
I think the developer of these drivers can help you  out in solving my problem.
Thanks
 Roop
Attachments:
sreenshot to arjun ni for checking downstream comm.doc ‏288 KB

Similar Messages

  • How to use p_mainsearch parameter in basic search for a report with bind variable?

    Hello,
    I'd like to extend the basic-search in content-area elements to extra records in my own tables.
    So I'd like to use the p_mainsearch-urlparameter (which holds the searchtext of a basic search) into a bind variable of my own report. My report will be on an extra tab on the search-page.
    Especially I don't know how to transfer the value of p_mainsearch into the bind variable of the report.
    Has anyone done that so far?
    Example?
    Thank you,
    Joerg

    I found out the following way:
    1.)Report
    1.1)SQL-Query:
    select * from <owner>.<tablename> where UPPER(column) like '%'||UPPER(NVL(:searchtext,'abczyx123098'))||'%'
    (Note: bind variable is :searchtext).
    1.2)in "before displaying page"-section in "additional plsql" add the following:
    if length(get_value('p_mainsearch')) >= 3 then
    portal30.wwv_name_value.replace_value(
    l_arg_names, l_arg_values, p_reference_path||'.searchtext,
    portal30.wwv_standard_util.string_to_table2(get_value('p_mainsearch')));
    end if;
    1.3) publish as portlet
    2.) Integrate the report-portlet into a new tab on search page. Run basic search.
    Change to the tab with the portlet.
    For me it is solved.
    Joerg.

  • How to use quota on a desktop folder for all users with File Server Resource Manager.

    Hi there,
    I'd like to know if there is a posibility to use variables in the path with File Server Resource Manager if you want to set the quota.
    The path I'd like to use is d:\home\%username%\desktop.
    Like to hear from you all if there is a solution or workaround for this one :)
    Thanks for your time.
    Ben.
    Ben van der Meer

    That's a question about Automator, so I'd pop that one here
    http://discussions.apple.com/forum.jspa?forumID=1339
    Regards
    TD

  • How to use Labview drivers for USB-CAN Adapter

    Hi,
    I just recently started working with CAN and I have a PCAN-USB adapter. I'm trying to create a programme for monitoring a series of CAN based devices and I've found Labview drivers at the link below. However, I'm not really sure how to start. I have the specs for the device but I don't know how to proceed. 
    Should I create messages and channels and a data base in MAX first?  If anyone has programmed with this dongle before please give me a guide how you went about it. 
    Labview drivers - http://www.labviewportal.eu/en/device-i-o/82-pcan-usb-driver.
    Thanks 

    I have not used this specific CAN adapter, but I have used other CAN adapters from both NI and other companies.  The CAN database in MAX is useful only if you are using an NI CAN device.  For all other CAN devices you need to use the format that the library uses; most likely that will be raw CAN frames.
    If you do want to use the NI-CAN interface on top of the PCAN library, you can use NI-CAN virtual channels 255 and 256.  These are internally connected, so that anything you send on one is received on the other.  This makes it possible to do translation between raw frames and channels defined in a database, by opening one interface for frames and the other for channels.  You read raw frames from the real device and send them to CAN255, then read them on CAN256; for writing, you do the opposite.  However, this still requires understanding how to read and write raw frames on the underlying device, so I'd start there.

  • How to use crystal reports in LabVIEW

    Hi, Can anybody tell me how t use crystal reports in LabVIEW. If any material if you will be very helpful.
    Regards,
    Rajashekar

    activeX

  • How to use PXI-8532 in LabVIEW Development Environment?

    Hi,
    I want to know how to use PXI-8532 in LabVIEW Development Environment.
    I'm using
    1. Windows7 32bit
    2. LabVIEW Pro 2012 SP1 32bit
    3. NI-Industrial Communications for DeviceNet 2.3
    4. PXIe-1062Q
    5. PXIe-8135
    6. PXI-8532 *2 (Names are "dnet0" and "dnet1".)
    * Both PXI-8532 are installed in the same chassis (PXIe-1062Q).
    I want to construct the system that "dnet0" sends data, and "dnet1" receives it. The data type I want to use is an array of bools.
    I made VI (test.vi), but it does not work.
    Could you tell me the reason why my VI doesn't work correctly.
    Thank you so much for your help and time.
    Best Regards,
    volcanon2
    Attachments:
    test.vi ‏28 KB

    activeX

  • Looking for LabVIEW drivers for Aritsu MS462XX VNA?

    I'm looking for LabVIEW drivers for the Anritsu model MS4623D Vector Network Analyzer?  Have gone to Aritsu's site and downloaded their tools but no LabVIEW source found.   The other thing is whether anyone's developed LabVIEW interfaces to theirTools (Navigator or Power Tools or SCE)???

    Hi,
    Unfortunately, we do not have an instrument specific driver for this Anritsu model MS4623D. Here is a link to the drivers we do have for Anritsu. We may be able to get communication to your device threw another means. How does your device communicate? For example is it GPIB or Serial. We may be able to use an NI driver and a programming manual for your device and communicate with it in LabVIEW threw this.
    Regards
    Krista S.
    Applications Engineering
    National Instruments

  • Are there LabVIEW drivers for the MCC USB-501 temperatur​e logger

    I am looking to purchase the MCC USB-501  and use it to acquire the ambient temperature on an event driven basis. The data logging portion is something I am interested in, I just want to have my application acquire the tempture when a certain event occurs. Does anyone have any LabVIEW drivers for this device?

    I don't know what you mean by using a logger that collects data on an "event driven basis".
    It is nifty little device, but it basically does one thing.  It logs data.  You load the software, configure it for when to start an how often to log data, unplug it, and put it where you want to log the temperature.  When you're done, you get it plug it back in and download the data that was logged.
    There is no way to configure it to react to events.  It's possible that a LabVIEW driver exists for this, but all it would do is provide an alternate way of downloading the data instead of using the software that comes with it.  It is not an immediate or interactive piece of hardware like a normal data acquisition card would be.

  • Labview drivers for agilent e4432b ,can`t find way to control multitone ???

    labview drivers for agilent e4432b ,can`t find way to control multitone ???How to deal with it
    Solved!
    Go to Solution.

    Hello Brownheart,
    Drivers for box instruments are not meant to cover all applications of an instruments use, only the most common uses. Regardless of discussing whether multitone is a common use for this instrument, a cursory examination of the available functions in the driver does not reveal this functionality.
    What you will have to do is create your own config VI using the information from the programming manual of the device. Not ideal, but at least the provided NI driver gives you a starting point from which to add this functionality.
    Regards,
    Dan King

  • I have windows 7 and when i start up i tunes i get a message..."The registry settings used by the i Tunes drivers for importing and burning CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall i

    when i start up i tunes i get the message,"The registry settings used by the i Tunes drivers for importing and burning CD's and DVD's are missing. This can happen as a result of installing other CD burning software. Please reinstall i Tunes." I tried reinstalling and still get the same message. when I ran the i Tunes diagnostics is says that the high and low filters are missing.
    when i was having trouble with my optical drive(before Dell sent me a new one) the dell tech support representative had me delete some reg. files to try to fix the problem. I was told this would not affect the new drive when i install it or any of my existing programs. here is what he had me do....
    Agent (CLKsmb_RyanJose_224427): "Click on Start
    Click on Run
    Type in REGEDIT
    Click on OK
    Click on the plus sign next to HKEY_LOCAL_MACHINE
    Click on the plus sign next to SYSTEM
    Click on the plus sign next to CurrentControlSet
    Click on the plus sign next to Control"
    Click on the plus sign next to Class
    Click on the plus sign next to {4D36E965-E325-11CE-BFC1-08002BE10318}
    On the right pane, click to highlight Upperfilters
    Right click on Upperfilters
    Click on Delete
    Click on OK
    On the right pane, click t
    o highlight Lowerfilters
    Right click on Lowerfilters
    Click on Delete
    Click on OK
    Right click on Silent Install
    Click on Delete
    Click on OK
    Close the Registry Editor
    Reboot the computer
    how can i get this message box to stop poping up every time i open i tunes? otherwise i tunes works fine. it still rips cd's. I just keep getting this message even after reinstalling i tines.
    thanks,
    chris

    Refer to this article to fix:
    iTunes for Windows: "Registry settings" warning when opening iTunes
    http://support.apple.com/kb/TS3299

  • How to download macbook pro (mid 2010) drivers for windows 7, without the included DVD (lost) ?

    Hello everyone,
    I am facing a problem with bootcamp on my Macbook pro 15" (Mid 2010, running Mos OS 10.6.6).
    I have successfully installed windows 7 via Bootcamp, but I lost the Drivers DVD furnished by Apple.
    I tried to download these using Bootcamp (v3.0.4), but bootcamp won't let me save it, i get this error :
    "the windows support software could not be saved to the selected folder"
    An Apple support article has been made for this problem ( http://support.apple.com/kb/TS3648 ), but it doesn't solve the problem in my case because I lost the furnished DVD.
    So here I am, struck on this drivers issue...
    So, my question is :
    How to download macbook pro (mid 2010) drivers for windows 7, without the included DVD (lost) ?
    Thank you for your help !
    Regards

    Aw, and I forgot, being in Thailand, they do not sell the installation DVD.

  • LabView drivers for Agilent 54830B scope or E4402B Spectrum Analyzer?

    Where can I find LabView drivers for the Agilent 54830B scope and the E4402B spectrum analyzer, or at least a driver for another instrument in the same families that I could modify? There are none on the NI site or the Agilent site.

    One thing that I have done several times is get a LabWindows CVI
    driver from Agilent. You will be provided with a .fp file. LabVIEW
    has a link under the Tools>>Instrumentation menu that allows you to
    "Import CVI Instrument Driver." This will take the function calls
    from CVI and build a set of VI's with the same name. The vi's will be
    wrappers for a dll that is used by CVI and other text based languages.

  • Labview drivers for Prisma QMS

    Hi,
    I'm looking for labview drivers for the Prisma Quadrupole Mass Spectrometer
    from Pfeiffer Vacuum. If possible also a simple rest gas analysis (RGA) VI.
    Can anyone help?
    Hans Rosink

    There is no driver available as the qmg220 uses OPC communication you can use labviews build in OPC functions.
    But the problem is that the "normal" labview OPC functions using datasoket are a little bit limited and when you need to adress many OPC items it may crash.
    Therefore NI is producing the LABVIEW DSC module which is avialable for extra money and with the main problem that you are not able to build stand alone applications without any extra licencing costs. Which makes problems if you want to sell your software or add it to the instrument you sell.
    On the other side the DSC module is a little bit to powerfule for the communication with the QMG220.
    Because of these arguments we decideed to use a OPC developement toolkit from Softing . 
    We started with the .NET developement but there4 was a reasonable memeory leak in Labview when using .NET event callbacks.
    This has been solved with Labview 2009f2 and up versions.
    Up to now we have made our communication with the Softing ActiveX control within labview.
    Now we are on the  point to switch bak to .NET. 
    When try the OPC connectivity from any third party opc API vendor and you are using a remote OPC from labview please tonst forget to add the line.
    ole.AuthnLevel = 1 to your labview.ini file. 
    Hope this gives you a first overview.
    We are not planning to build a easy to use driver for the QMG220 but we build a lot of vi's to control some functions and collect the data.
    Best regards
    Gernot 

  • LabVIEW drivers for Newport 2010A tunable diode laser?

    My group aquired a Newport 2010A tunable diode laser and failed to receive the labview drivers for remote control operation.  Does anyone have this software?

    All,
       Here is a link to a clean photocopy of the EOSI 2010 laser manual:
    https://wiki.brown.edu/confluence/download/attachments/29406/Diode+Laser+Manual.pdf?version=1
       You can also Google it using "EOSI 2010 laser" and find the maual in the link that says: "EOSI tunable laser diode systems and accessories are guaranteed
    for a period .... the 2010 laser diode. The first
    method is more sensitive but requires both .."  Good hunting.
    Sincerely,
    John Zehnpfennig
    U-Michigan Optics Lab

  • Labview drivers for Zeiss A1 Microscope motorized stage

    Hi,
    Anyone tried to control the motorized stage of Zeiss Axioobserver A1 using Labview before? We have one in our lab. I am trying to get it work recently. I found NI has labview drivers for Zeiss Z1 and M1 model. The Z1 is the fully motorized version of A1 we have. So I think they should have the same motorized stage. But the Labview stage control drivers for the stage on Zeiss Z1 does not work for our stage. Has anyone done this before? Thank you!

    Hi Cole,
    The Labview version I have is 2010. The VISA version I had before is 4.1 so I updated it to 5.1.2. But I still met the same problem. The microscope is connected to the computer via a USB/CAN converter. I put the screen shot of this USB in attachment. When I try to run it from the VISA interactive control, it shows the error:Could not perform operation because of I/O error. (in the attachment)
    I can detect this USB from the drvier wizard (see attacment3 ). But when I click next and install the inf files, it shows an error window (see attachment 4). This problem does not happen before I updated the VISA from 4.1 to 5.1.2. I have the inf file generated from the VISA 4.1 version (see attachment 5 and 6). But I can not generate the file from the 5.1.2 version. Will that be a big problem?
    Do you have any ideas about this? 
    Thank you very much!
    Best
    Wei
    Attachments:
    USB.png ‏78 KB
    USB2.png ‏72 KB
    USB3.png ‏48 KB

Maybe you are looking for

  • Can you set a large fetch size for the standard popup LOV

    I'm trying to increase the fetch size that the popup LOV uses when I set a LOV up for an attribute.  It seems to have a default of 25.  I don't really have the issue when I'm on a PC, but when we run the app under Safri on an IPAD it will not automat

  • Change in selected fileds of records in SAP R/3 Table

    Hi Folks I want to change the value in some fields of a few records in an R/3 table. Is it possible? If yes, HOW? For example, Table Name - TFACD and Fields - AKTVJAHR and AKTBJAHR At present, AKTVJAHR value = 1990 and AKTBJAHR value = 1999. I want t

  • How to wait for a digital input to go high?

    I bet the following question is explained somewhere but I don't know how to find it. Is there an optimal way to wait for a digital input to transition from 0 to 1? I mean, other than creating a loop that continously polls the input line is there a be

  • BW-BPS  in built in  Netweaver 2004's

    Hi; Is BW-BPS  in built in  Netweaver 2004's? thanks

  • Vista, 7.1 & 7.2 don't work!

    I don't get it. After 4 hours of installing and uninstalling, adding (over 50GB) stuff to the library, random errors, CTDs and BSODs, I still cannot get iTunes to run under Vista correctly. I tried compatibility mode...no dice, I get the dreaded endl