Is it possible to use board without MAX

Hi All,
I am develloping an Application that will use a NI USB measurement module. This Application is going to be distributed and used in the production in different industries.
I don't want that an operator can change the channel settings in the MAX, because this could make the measured results worthless. I have heard, that it is possible to controll a board without the MAX under CVI, but LabVIEW needs the MAX. Is it possible to use the dlls that are used with CVI in LabVIEW as well and controll a board without even installing the MAX.
Best Regards
Dermot

Hi,
No, it is not possible, you must at least have the Operational Database. But please check Microsoft Monitoring Agent, is that what you are looking for?
Monitoring with Microsoft Monitoring Agent
http://technet.microsoft.com/en-us/library/dn465153.aspx
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • IS O&G - is it possible to use MPL without activating the ECC- DIMP?

    Hi
    We are an Oil and Gas industry and activated IS oil and gas in ECC6.0, our requirement is to use functionality such as Master Parts list which is there in ECC-DIMP under configuration control, as some companies within same group where MPL is required .
    The question is it possible to use MPL without activating the ECC- DIMP
    Request you to please help us to understand.
    Regards

    Hi Venkat,
    If a report is created over a DSO, it pulls data from the active table of a DSO. So as suggested in all the posts above it is not possiable to report on the DSO without activating it.
    Activation of DSO only allows to generate SID's to link transaction data and master data, SID's could also be generated at the time of reporting (When the report fetches data from BI server, but for the SID generation data is needed in active table). Also activation checks the correctness of data etc.
    Could you please let know why you want to report on the unactive request, is it having some problem with activation?
    Regards,
    Pankaj

  • Is it possible to use SCOM without an Opertaional database?

    Is it possible to use SCOM without an Opertaional database? (and without the data warehouse).

    Hi,
    No, it is not possible, you must at least have the Operational Database. But please check Microsoft Monitoring Agent, is that what you are looking for?
    Monitoring with Microsoft Monitoring Agent
    http://technet.microsoft.com/en-us/library/dn465153.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Is it possible to use ERMS without Interaction Center

    Hi experts,
    We have a requirement wherein we want to receive email from our customer. The system should automatically create Service Request from Incoming Email. The Service Request should get automatically routed to the respective Orgs. The agents should be able to send emails from Service Request using Tracking ID. I understand that all this can be achieved using ERMS and Interaction Center. My concern is that we do not intend to use Interaction Center. Would it be possible to use ERMS without Interaction Center (using any business roles of Type: CRM Webclient and not IC Webclinet). Please advice.
    Regards,
    Namita
    Edited by: Namita Singh on Aug 13, 2010 7:09 AM

    Hi Harish,
    Thanks for the response. Our requirement is to create Service Request automatically as soon as an email reach the SAP system. these are external email sent by customers. But we do not have any plans of using Interaction Center. I was investigating if this can be possible at all. Any put would certainly be hlepful.
    Regards,
    Namita

  • It is possible to use jmf without to install the JMF library?

    Hello it is possible to use jmf without to install the JMF library
    in windows or linux machine
    but inserting these library in a jar for java web start?
    thanks

    I have have inserted the library in the my files jar but i have this error
    java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: no jmvfw in java.library.path
         at com.sun.media.JMFSecurityManager.loadLibrary(JMFSecurityManager.java:206)
         at com.sun.media.protocol.vfw.VFWCapture.<clinit>(VFWCapture.java:19)

  • Is it possible to use AirTunes without a wireless router?

    At home, I have a MacBook and use AirTunes with my AirPort Express on my home wireless network. It all works great without any problems.
    But I also occasionally provide music on at the neighborhood pool (for kid's parties, etc) which does not have any kind of internet connection (no WiFi, nothing).
    I was wondering if it's possible to stream the music wirelessly from my MacBook to my AirPort Express (which will be plugged into a sound system) without a WiFi network present? In other words, is there some kind of way to set up wireless communication between the MacBook and the AX without having to bring and configure a wireless router at the pool?
    PS) More info:
    The reason I want to do it wirelessly is so that I can locate the MacBook somewhere away from the sound system to not only protect it from water/traffic, etc, but also somewhere where the kids won't see it and "fight" over changing songs, etc.
    And also, as a side question, I have Apple's "Remote" app on my iPhone. Just wondering if I can control iTunes with my iPhone; again without the presence of a WiFi router?
    Thanks very much in advance!

    In other words, is there some kind of way to set up wireless communication between the MacBook and the AX without having to bring and configure a wireless router at the pool?
    Yes and no. The AX IS a wireless router. You would simply configure the AX to create a wireless network. Your MacBook would connect to that network and stream the music.

  • Possible to use RMI without IIOP for EJBs?

    Is it possble to use RMI on a client to connect to a remote EJB without using CORBA
    (IIOP)?
    How might I do it?
    I'd like to avoid the CORBA overhead if possible.
    Thanks.

    Do I just have to replace iiop:// with t3:// in the url?
    Andy Piper <[email protected]> wrote:
    "Tom Hennen" <[email protected]> writes:
    Is it possble to use RMI on a client to connect to a remote EJB withoutusing CORBA
    (IIOP)?
    How might I do it?
    I'd like to avoid the CORBA overhead if possible.Use t3
    andy

  • Git newb: possible to use github without mirroring history locally?

    Hey, I'm a git newb, and I just started using it to host my scripts from ~/bin (they are already on UbuntuOne, so there is no real point to this, but maybe I'll change that).
    There is no real point for me to save every revision of my scripts locally if it is already on github. Any way to get around this?
    Also, how does that actually work? I know that past versions are saved in some compressed format, but does it just save diffs, or the whole thing. I could imagine the size getting quite large if I continue to tweak these scripts for years (as one does). Does using this kind of source control have a big overhead in terms of storage space?

    Mr.Elendig wrote:git is *really* space efficient so you shouldn't worry about it.
    This.
    If you really want to checkout a copy without history, use the --depth option
    man git-clone wrote:       --depth <depth>
               Create a shallow clone with a history truncated to the specified
               number of revisions. A shallow repository has a number of
               limitations (you cannot clone or fetch from it, nor push from nor
               into it), but is adequate if you are only interested in the recent
               history of a large project with a long history, and would want to
               send in fixes as patches.
    Emphasis added by me.
    Last edited by fukawi2 (2013-01-03 22:02:23)

  • Possible to use Activesync without Exchange?

    Hi.
    In my organization, we don't use Exchange, but we do use Outlook for mail, contacts and calendar.
    Will it be possible for iPhone3G to use Activesync to communicate with my office computer, or does it HAVE to use exchange?

    Speaker2121 and kurtisblo,
    Microsoft would be your best source of information for this compatibility. I did a quick search on Microsoft's website and found this:
    http://www.microsoft.com/windowsmobile/activesync/activesync45.mspx
    You can also get more information about Enterprise support for the iPhone here:
    http://www.apple.com/iphone/enterprise/
    Hope this helps,
    Jennifer B.

  • Possible to use iPhone without i-applications?

    My sister and her partner have just purchased new iPhones but only have a G4 that does not meet Leopard specifications.  I know with non-Apple supported devices such as mp3 players I can have been able to plug them in and have them appear as flash storage media and manually copy files. As long as I make sure they go the right places they work.  Is it possible to circumvent the need for new iTunes, iPhoto, etc. and get files onto an iPhone without all the "synching" business?  Personally I'm advocating my girlfriend away from getting an iPhone because of the stringent system requirements for supporting hardware, but these phones ar alrady purchased.
    I know they could try e-mailing files and transfer them that way, but that's a bit cumbersome if you're trying to copy 1000 mp3s.

    Did a bit of research and the answer is yes and no.  Actually "yes", as I suspected you can do some things without iTunes.  A web search of "put files on iphone without iTunes" gets the usual 8 million hits, but there are some such as http://www.makeuseof.com/tag/6-ways-to-sync-music-to-your-iphone-without-itunes/  The "no" is that most methods require Windows, or are not easy (not an issue for me but for the owners of the phones it would be).
    I think I have come up with the answer on my own which is it is possible but not feasible.

  • Is it possible to use skype without wireless on the new 4g ipad?

    I work in a school with several buildings, only one of which has a wireless network available. Last month, I bought the ipad 2  with wireless plus 3g because we need to skype in someone to meetings we hold in one of the buildings w/o wireless. (I've already been told that facetime won't work at all with 4g, only wireless.) The 3g did not work well at all, the skype session was spotty at best and not clear. So, when the new ipad came out with 4g, I took the ipad 2 back and am planning to purchase the new ipad as soon as the money is refunded to our account. Does anyone know which carrier would be best, ATT or Verizon, or if it makes any difference?
    Another question: I coordinate a model United Nations for elementary and middle school kids, and am planning to use my new ipad to videotape the conference, and had gotten the ipad 2 with 64 GB of memory, in case we might use it for the whole two days of the conference, but am not sure if I need to spend the extra $100. Any suggestions?
    Thanks!

    Hi Pratush,
    I would like to suggest you go through the management pack guide to get details. And you should be able to create custom monitor to monitor event logs for Azure.
    Hope the below links be helpful for you regarding to monitoring Azure:
    How to monitor your Windows Azure application with System Center 2012 (Part 2)
    http://blogs.technet.com/b/dcaro/archive/2012/05/03/how-to-monitor-your-windows-azure-application-with-system-center-2012-part-2.aspx
    Windows Azure and SCOM 2012
    https://social.msdn.microsoft.com/Forums/azure/en-US/ecb409e2-8595-40e8-9a73-757b670b06db/windows-azure-and-scom-2012?forum=windowsazuremanagement
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Is there any way to use iPhoto without it moving my files?

    I tried to use iPhoto ONCE last yer when I bought my Mac Mini, and it moved all my photo files around as it pleased, is there any way to stop it fro moving my files? I like the folder/file structure I have given my pictures and I do not need to have that managed.
    At the moment I am using Picasa but I would like to know if it is possible to use iPhoto without it deciding what to do with my files.
    Thanks!

    No
    It is a SQL database and it must control its database - like any database program
    as long as you think of managing files rather than managing photos it is not the program for you - once you think of managing your photos then having the poser of a database for that will be obvious - if that is not what you want then do not use it
    BTW - iPhoto does not ever "move" your files - it makes a copy of each photo in its database and manages it there - your files are never touched
    LN

  • Is it possible to use FaceTime with 3G?

    I have an Ipad2 with 3G and Im unable to use FaceTime if Im not connected to WiFi. Is it possible to use FaceTime without connecting to WiFi and only using 3G internet connection? If it is possible, how?

    Only way you can use Facetime with 3G is to jailbreak your device, a topic we can't discuss here.

  • Using iSupplier without Purchasing

    Hi Gurus
    I need your help to confirm whether it is possible to use iSupplier without having configured Purchasing and with Payables only?
    The functionality to be used in this case would be Suppliers creating their own invoices using the iSupplier responsibility and ability to view payments.
    I have been looking over internet and as it appears, Purchasing module is the main pre-requisite for iSupplier, which makes sense because the whole functionality revolves around Purchasing, however I am looking to use only the invoice part.
    Looking forward to your guidance.
    Thanks.
    Sharjeel

    There will be no charge, as long as you are using only 5 gb. The rest you have to pay for.Go to setting>iCloud>Storage & Backup. When you go there. it will tell you how many GB you are using.

  • I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    iCloud requires OS X 10.7.2.

Maybe you are looking for