I need to set high and low temperatur​es, which will set off a sound if passed.

I'm doing this on a DaqBook 2k0. I spilt the channels up and converted then into F. The readings are then shown on 15 bar graphs. I want to set this up on each channel (one at a time). I want to get the line of data (temp) for each channel on an High, low alarm. When the high or low is passed i want some kind of sound to be set off. I found that your samples used LabView hardware so they just linked into that.Using 3rd party i need to get the alarm to read the data, not device.
-Thank You

VinnyC,
You should be able to use parts of the LabVIEW example programs, but you will need to replace the NI-DAQ VIs with VIs provided to you by your 3rd party hardware manufacturer. Please contact them for their LabVIEW driver and examples of how to use it. If you need help with non-DAQ programming to send an alarm, please post again in the LabVIEW category. Hope this helps. Have a great day!

Similar Messages

  • Set High and Low Limits for an Item

    Hello Experts,
    We want to set up HI and Low Limits in SAP so that they can help us know when we are low on an Item. We would like to see when we are in a sales order and place an order for an Item that falls below the low limit the system will let us know and still allow us to place the order.
    The Low limits have to go on what is in inventory in warehouse 1 not what is on order. We would also like to be able to run a report that allows us to see what items are below the low limit and also which items are close to the low limit. ( Comparison Report).
    Any help in the above scenario would be appreciated.
    Regards,
    Praneeth

    Hi Parneeth,
    have you fill the data in item master data --> inventory tab --> minimum & maximum inventory level.
    u can define this for each warehouse.
    may this help u..
    Thanks,
    JRAJPUT
    Edited by: J2663312 on Jul 14, 2010 12:19 PM

  • I am not able to set high and low limits for each channel seperately using LabWindows/CVI

    I am using AI_StartAcquisition and AI_ReadAcquisition functions to acquire data using PCI 6025E DAQ card and iam using Lab/Wuindows/CVi5.0 software. But one of my transducer has its range in +/- 500 mV soi need to set the high low limits of each channel seperately for that i am using commond string function(cmd) but still i am not able to set the limits properly. Does anyone has any idea about this trouble

    You can set the gain on a per channel basis by using the lower level functions. (As opposed to the easy i/o functions.) For example, look at the "SCANsingleBufSync.C" NI-DAQ shipping example that uses the SCAN_Op() function. It's gain parameter is an array of gains that will allow you to change the input limits for each channel separately.
    -Russell

  • AI Acquire Waveforms High and Low Limit

    Hey everybody,
    I am currently working with Labview 7.1 and a daq card. I am collecting 4 channels and using ai acquire waveforms to do this. I want to have different high and low voltage limits for each channel though. Is there a way to do this with ai acquire waveforms or would can I use something else.
    Thanks for the help!
    Devon

    Hey Devon,
    In addition to what David said, there is a great knowledgebase article here with more information about setting multiple ranges for Analog Input.  The Traditional DAQ vi, AI Acquire Waveforms, doesn't expose the ability to set multle input ranges per channel, but there is a quick fix that you can do to be able to add it to the vi.  See below:
    The block diagram of the AI Acquire waveforms is as follows:
    As you can see, the inputs of the vi that are exposed are simply the first element in a array of clusters including the high and low limits per channel.  To set the high and low limits for other channels, you need to simply add another element to the array for channels 1, 2, and 3.  See below:
    Here you can see I simply added one element, you need to add 2 more for your 4 channels.  If it turns out that you are using DAQmx and this doesn't apply, please refer to the knowledgebase above for details and an examples on how to set different ranges.
    Regards,
    Paul C.

  • How can I extract high and low parts of a string that represents a 64bits decimal number?

    I want to extract the high and low parts to interpret it and convert to binary code, but such a hugh number (represented by a string) isn't easy to extract from the string directly its high and low parts.

    LabVIEW can't handle a 64-bit integer. You will have to store it as two 32-bit integers. If you need exact math on those 64-bit intergers you will have to make up your own routines to handle the carries and what not. If you just need pretty good accuracy, covert both 32-bit integers to double, multiply the upper 32-bit number by 2*32 (also a double) and then add the lower 32-bit number to it.
    Good luck.

  • What are high and low values in sharepoint 2013 user permissions?

    So I hit this api:
    http://win-a3q7ml82p8f/sharepoint_site/_api/web/roledefinitions/
    And got the different high and low values. But I am not clear with what they mean:
    For eg:
    High: 176, Low: 138612833
    and
    High: 176, Low: 138612801
    So for different values of Low how does it change the permissions?
    For 176 its binary is 10110000. So looking at this table here: http://www.dctmcontent.com/sharepoint/Articles/Permissions%20and%20Mask%20Values.aspx
    I can understand that 176 would mean the following set of permissions:
    DeleteVersions
    OpenItems
    ApproveItems
    But what's confusing me is, that user has OpenItems permissions but not ViewListItems permission? Am I wrong in understanding this?
    Also how does the value of Low change the overall user permissions?
    Note: I looked at this answer: http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9d6df168-e8f5-4323-8c34-0646c03eff68/rest-api-what-are-high-and-low-in-effectivebasepermissions-and-getusereffectivepermissions?forum=sharepointdevelopment
    But honestly I cant understand what that means. Can someone help please?

    check this blog may explain you...
    http://jamestsai.net/Blog/post/Understand-SharePoint-Permissions---Part-1-SPBasePermissions-in-Hex2c-Decimal-and-Binary---The-Basics.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Changing high and low units while tangosol is running

    Hi,
         i've a 3 machine setup. on the first one i've weblogic and tangosol with local storage as false.
         on the other two i've have tangosol running with local storage enabled and i'm running a distributed service.
         initially i've kept high units as 1000 and low units as 500. i would like to provide a screen to the amdin user where by he can change the high and low unit limit.
         i'm accessing the local cache using the following code
         CacheService service = dealCacheCoarseGrained.getCacheService() ;
         Map mapReadWrite = ( ( DefaultConfigurableCacheFactory.Manager ) service.getBackingMapManager() ) .getBackingMap( bundle.getString( "DistCache" ) ) ;
         if ( mapReadWrite instanceof ReadWriteBackingMap ) {
         rdwMap = ( ReadWriteBackingMap ) mapReadWrite;
         Map mapLocal = rdwMap.getInternalCache() ;
         if ( mapLocal instanceof LocalCache ) {
         localCache = ( LocalCache ) mapLocal;
         localCache.setHighUnits( evictionDetails.getHighUnits() ) ;
         localCache.setLowUnits( evictionDetails.getLowUnits() ) ;
         but in the above case as the tangosol operating within the weblogic JVM has local storage as false,
         the condition if ( mapLocal instanceof LocalCache ) {...
         is never fulfilled and as a result
         i'm not able to bring about the changes from the GUI.
         Can i achieve my objective with this setup?
         Please help
         Thanks
         Jigs

    Hi jigs,
         I would have the GUI kick off an Invocation Task that uses the code that you have here. Then send that Invocation Task to all storage enabled nodes. You can retreive the set of storage enabled nodes from DistributedCacheService.getStorageEnabledMembers().
         Later,
         Rob Misek
         Tangosol, Inc.

  • TS3999 I see high and low temps in place of scheduled events. Why do I see weather instead of events? Is there a way to switch ?

    Anyone out there with a solution?  I don't know how it got there but I now see high and low temps in my Calender view 68/45 and I don't know how to get back to only events.
    Thanks

    Check Settings>Privacy>Calendars.  You may have a weather app that is accessing your calendar and entering this information.  If so, turn it to Off and see if it stops.

  • Netflix movie resolution phases in and out of high and low.

    When I'm watching a netflix movie even with WiFi the resolution phases in and out of high and low resolution. Does anyone know what is causing this?

    Yes, you download speed is changing. If the download speed is not great enough for HD it reverts to SD.

  • Custom high and low times for square waves

    Hi, is there a way to create a square wave that has an incremental HIGH pulse width and a fixed LOW pulse width?
    Sorry I'm quite new with labview, any help is appreciated, thanks!
    Solved!
    Go to Solution.

    Hi GBPC,
    My name is Jack and I work at National Instruments UK.
    I understand you are trying to output a square wave signal with a fixed low time and variable high time in labVIEW.
    The reply above works great if you want to use the signal internally. Alternatively if you are trying to output the signal with a piece of internal or external Data Acquisition (DAQ) hardware you will want to use LabVIEWs DAQmx Tool palette.
    I have created a quick example below for you to look at that should help you come to a solution. It uses the DAQmx VIs to create and initialize a channel and then runs it in a loop with controls to change the high and low times using a property node.
    Hope this helps
    Jack. W
    Applications Engineer
    National Instruments
    Attachments:
    Variable High Time Pulse Generator.png ‏37 KB

  • What is the max. cable length that the Differential TTL signals can run in both at high and low frequencies?

    Hello,
                I want to now the max. cable length that the Differential TTL signals can run in both at high and low frequencies.

    That is very dependant on the type of cable, its construction, and inherent impedance and capacitance. This may be of use:
    http://beiied.com/PDFs2/SSI_14-15-bit-encoder_addendum.pdf
    -AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Get i pad 4G 16 giga and i have many family photos and prived data then i will set up my business E-mail so any one can to see my data ??

    i get a prived i pad 4G 16 giga and i have many family photos and prived data then i will set up my business E-mail so any one can to see my data ??
    i have to set up an application in my company server in  so i ask about does my ipad secured ? if my college in germany ( it managment ) can to see or show any data in my i pad or not because they can make that in my blackberry mobile device and some one hacked my facebook account and opened it outside divece so please tell me about details ASAP
    <Email Edited by Host>

    Set up as New now, or set up from iCloud back up if you have this. Then you can Restore from Back Up on iTunes at a later time.

  • HELP! Weird "Underwater" effect when reducing high and low frequency noise.

    Hi everyone.
    I am in a spot of bother with Soundtrack Pro. I hooked up a reel-to-reel player's audio line out to my PowerBook's line in. Then in Soundtrack Pro, I hit record.
    So everything works out fine, except...
    There is some hissing in the audio file which I can easily remove with the "Reduce Noise..." feature, but there is this low "rumbling" noise in the background. When I try to remove that, the entire song sounds like it was played "underwater". I tried selecting only the low noise, goin to "Process>Set Noise Print" then reducing the noise, and the underwater effect gets worse.
    I need help pronto!
    Thanks

    Hmmm...OK. The hiss is removed, and the underwater effect is elimanated, but how do I get rid of this annoying low rumbling? I tried looking under the Analysis tab and selecting "Power Line Hum" but it couldn't find anything. High Pass Filter and Linear Phase EQ either kill the whole bass frequencies or they make the song sound "Tinny".
    Any advise?
    Thanks

  • Simulating high and low resolution

    Edit: I'm using CS5
    I'm clueless about creating an effect to an existing image.
    I want a very small center point of the image to be unchanged. Just outside of the center should appear as if it's slightly lower resolution, and the further you go from the center the lower resolution it appears. So by the time you get to the edge of the picture it's not easy to tell what you're seeing. 
    I think I want to do this one of two ways. I don't know which will look better or is possible.
    1. Pixels combined to be the same color, perhaps some blur effect that increases away from the center, or,
    2. An overlay of scattered black pixels only, with the concentration of black pixels increasing away from the center, or
    3. the above two combined.

    Hello Rich,
    The actual excitation voltages you are reading don't go through the amplifier on the SCXI-1520. Therefore, when the excitation signals are included in the scan list, that can confuse NI-DAQ. If you look at the reading from the channel of the SCXI-1520, it will be off, but it will be off by a factor. What's happening is that when you read from the channel and then read from the excitation signals, no gain is being applied to the channel (even if you insert a range of +/- .1 V) but NI-DAQ thinks a gain is applied. So, NI-DAQ divides down the voltage even though it doesn't need to.
    For instance, if you read from the channel of the SCXI-1520 first and include a limit of +/- 0.1 V, NI-DAQ thinks a gain of 100 will be used. The 1520 appl
    ies no gain so your reading in LabVIEW will be 100 time less than it should be. This just happens when you are trying to apply a gain to a channel prior to reading from the excitation signals. I haven't found a source that says this, but my testing has pointed this out.
    With regards to the PXI-4220, it should act the same way. If you take a look at the block diagram of the SCXI-1520 and the PXI-4220, both have the excitation signals (P+, P-) going directly to the multiplexer without passing through the amplifier. So the setup of both devices look the same. You can find the block diagram of the devices in the user manual's which I've linked below.
    SCXI-1520
    http://digital.ni.com/manuals.nsf/webAdvsearch/9CB6AB6E04D6510586256DF3007AD256?OpenDocument&vid=niwc&node=132100_US
    NI PXI-4220 User Manual
    http://digital.ni.com/manuals.nsf/webAdvsearch/F93CCA9A0B4BA19B86256D600066CD03?OpenDocument&vid=niwc&node=132100_US
    Regards,
    Todd D.
    NI Applications Engineer

  • In Numbers, can I highlight/colour differently to show high and low level requirements from the Y Axis?

    I have a line graph in Numbers 09, but would like to either fill the chart between two points on the Y axis which shows the upper and lower limits of a set of results. Is this possible? I don't seem to be able to select the two points I want and end up with the Grid lines being all the same colours when I select colour or the Chart fill is all or nothing!
    Thanks
    altv

    Jerrold Green1
    I have done it both ways, the way you have suggested, the drawing of two lines for Upper and Lower limits and a combination of the two. They are all working fine. As you say, with use, I'll find other things that can be done with it, certainly from an aesthetic point of view.
    Many thanks
    altv

Maybe you are looking for