Questions on the capabilities of Labview

Hi I'm starting just Labview investigation in conjunction with a new test bench we create for test of industrial control products. We want to create a universal dock to test which provides the power and signals commonly used so that we can test several types of products. The dock will communicate to a PC running labview and receive signals to test via a DAQ box / boxes any.

We want to create for each type of product, a platform with a PCB to hold the device to the test, so that the PCB plugs into the dock and routes all test signals required from the dock to the ASE without going through their son by hand. I would do the following in Labview:

-We want to be able to detect the type of PCB plugged into the dock by monitoring a PIN which changes state. When the transition is detected, we need to read a code of identity the PCB and launch the good test program in Labview to the unit under test. LabVIEW is able to respond to an interruption or interrogate a signal from a data acquisition in the dock and automatically launch a given test program?

-If the PCB contains two EHR say independent, it would be nice to have two test startup programs so that each took half of the screen. And if there are four EHR, to spawn four independent test programs which divides the screen into 4, etc. LabVIEW is capable of running several independent tests of program instances at the same time like that? Can I get programmatically to manage as described? They would be able to share the same material at the same time?

-Will be the basic Labview do these things, or do I need some kind of addon?

Thanks for your comments!

LabVIEW is able to respond to an interruption or interrogate a signal from a data acquisition in the dock and automatically launch a given test program? YES

LabVIEW is capable of running several independent tests of program instances at the same time like that? YES

Can I get programmatically to manage as described? YES

They would be able to share the same material at the same time? Ooh, maybe only one, delicate. Depends on hardware and what exactly you are trying to do and how the program is written.

Labview base will do these things, or do I need some kind of addon?  YES, the basic version can do what you described... but... you will not be able to create a stand alone application with the basic version. You will have to run in the development environment. There is a lot you can do with the basic version.

Take a look at the different development version to see what functions are added in the FULL and PRO editions.

http://www.NI.com/LabVIEW/buy/

http://sine.NI.com/LabVIEW-HMC/app/pages/required_questions.XHTML

Tags: NI Software

Similar Questions

  • How to see the chart with labview WebService

    Hi all

    I am looking in the labview 8.6 web services option. I've seen some simple examples that can be found here on the website of the NC. But these examples generally deal with static data. As in the example of the sum, you enter your parameters in the URL, and the result is displayed in your web browser.

    What I want to do now is display a chart in my web browser that show a mobile signal. But I'm having a hard time the realization of this. How to make this work? Do I need AJAX, Measurement studio? or is it sufficient to use the labview web service.

    Best regards.

    ynse,

    You are right that web services do not require runtime must be installed on the client. Unlike the remote panels that make the VI on the client, web services nothing do with the client at all. Simply, the web service is running on the server and returns data to the client. The customer can return the data, but he wishes.

    Your question about studio of measure and AJAX is really asking questions on the client end. You can certainly use the AJAX controls that are updated with the data they acquire a web service from LV. A graph, however, is extremely difficult because javascript has not yet drawing capabilities.

    Web graphics I've seen do one of the following:

    -'Draw' the points on graph using HTML elements with javascript. It of complicated, would be difficult to get working on all browsers and would have problems of severe performance with large data sets.

    -The web service returns an image of a graph that refreshes the client. It takes more bandwidth than necessary, and the server must be able to take a snapshot of the graph. (LV real-time cannot use this approach.)

    -The graph is rendered using a plugin for the browser. There are many technologies that can be used to do this: Java, Flash, Silverlight, etc. The example you mentioned used flex from Adobe which is a valid approach that you should not be quick to dismiss.

    Measurement Studio is not my area of expertise, and I don't know what it can provide for the creation of a graph. What it provides probably made use of one of the above methods.

    Nathan

  • Google Cloud Print setup - impossible to analyze the capabilities of the printer

    I am trying to add my CP1525nw to Google Cloud Print as a Cloud, and not as a LOCAL printer printer, however every time that I add my eprint email I get the following message. "Impossible to analyze the capabilities of the printer" - I tried for public and private use for eprint settings with no luck.

    Any help would be greatly appreciated.  I tried the reset email with no luck...

    EDIT - 01/04/11:

    I chatted with HP support, and although the representative was extremely courteous, they could not help me.  The support agent assured me that the matter would be taken at a higher level and looked so I hope that we can have a resolution here shortly.

    EDIT - 04/04/11:

    Received a response from the original HP rep that I chatted with online.  In short, it was not able to find a solution and States, that the question will be sent upwards to the highest level of technical support from HP...  We shall see.

    EDIT - 05/25/11:

    After 2 months of waiting, HP has corrected the problem.  Don't forget to upgrade to the latest firmware and check all the settings before continuing.

    The fix came from the side server - this defiinitely had nothing to do with the firmware.  I've updated on Monday for the latest on the HP website and it was still not working.   The gentlemen of tech support that helped me sent me an email a few hours after we talked, saying the sea a fix was to come.

    Nevertheless, I am happy without worrying how the fix is here!

    It took only 2 months to fix, but I'm glad it is.

  • A few questions on the framework of the actor

    Hi all

    I tried to get my head under the actor and begins to see the light at the end of this tunnel-no need of sunglasses right away, because I have a few questions remaining:

    1. data transfer :

    So far I've had a quick glance the evaporative cooler model and actor model, as well as worked through the LabVIEW actor Framework Basics by labvolution. These examples are pretty clear for me now. What I don't understand though, is how you are supposed to provide "real" data These examples use only references and then update using the "value" property This may not be very fast, but is probably still enough for user interface applications. But what happens if I have a player who generates data by reading example of a card and I have, let's say, want to detach this far from the data backup process in a file. How I would pass large amounts of data between stakeholders effectively.

    2. using the framework of the actor with RT:

    In presentations to the AF, I saw that they always mentioned that it was completely "capable RT. While this may well be true for the RT itself system, yet once I wonder how to transfer data from an actor of the RT of a player in Windows. Yet once again, suppose I want to generate data on a cRIO and save that data on the host PC. I will establish a channel of communication between the target myself by network flow or similar? It defies any sort of encapsulation of the AF in my opinion...

    3. set the actors:

    However, what worries me the most, is the definition of the actors. How can you know what is a player in your system? Each card set as an actor? Define you each device as an actor and consolidate all I/o to the breast? Is there an easy way to know how to set the actors?

    4. technical support:

    While working with the examples, I found that the debugging can be quite difficult. I had several cases of "Not executable Subvi" this point through several other live who finally call something dyynamically and from there, you discover that one of your screw is broken. Is there an easy to know what is the problem? I know there are modules for LabVIEW that are designed to turn on debugging part of the actor, but who would not be available in a review of the CLA, where you will have only a base installation of LabVIEW.

    5 root and nested actors:

    Finally, I wonder what root and nested average actor. So far my understanding is that the actor root is the parent actor you cast in the launch of VI and nested the actors are all children who serve the actor parent and are, most of the time, launched since the actor-actor of parent nucleus. Is this correct? Is there a better definition of it?

    Any help on this is greatly appreciated. I'm looking forward to the discussion and interested if you frequently use the framework of the actor or if you have abandoned it even once after using it.

    See you soon,.

    Pete

    A good place to ask the question in the framework of the actor is in the community:

    https://decibel.NI.com/content/groups/actor-framework-2011

    And Yes, I've used and uses the framework of the actor.

  • When I change the setting by LabVIEW on my device, I see change on the monitor of the device?

    When I change the setting by LabVIEW on my device, I see change on the monitor of the device?

    This question should be addressed to the manufacturer of the device. From your previous posts, I guess you use GPIB or serial. If the unit has received the order, the manufacturer should be able to tell if no indicators on the device to update when the order is received. Based on my experience, however, the device indicators will most likely update on receipt of an order successfully.

  • NI-VISA DURATION 5.4.1 questions about the installer.

    All,

    I have a question that I hope you can help me with. I have a user that I am trying to run an installer for Labview 2012 with Runtime OR 5.4.1. When I run the installer with the driver NI-VISA of Runtime 5.4.1 checked, I get an error that says this:

    "Unsupported version of NI-detected VISA" a version of NI-VISA, which is not supported on this operating system were found. You must cancel this installation and uninstall the old version before continuing. Visit ni.com/frinfo and enter the Info Code CleanVista for more information.

    I went, but I don't see a problem with the problem I have. All other computers that have installed with VISA Installer installed very well without any problems. When I do not select the VISA duration, the installer works correctly. I need this part of Setup so that I can communicate with the COM port on a laptop that is Windows 7 32-bit system. My PC is also Win7 32 bit.

    I thought that to download the VISA_540runtime.exe as a storage facility, but it indicates that it is an unsupported Win32 application?

    I created a log file, but I don't know what I'm looking for. Can you help or shrink the cause?

    Solved my problem. I didn't know that Labview had already been installed, and a previous version of VISA was also installed. I removed it and the version of Labview and re-directed the installer without a hiccup.

  • Questions about the function "movie Diff file with...". »

    Hello

    I started working on a project where I'm now a piece of the old code written by an employee has since left my company.  This is a file of sequence TestStand 3.0 calling on Labview 7.0 code. The thing is, there were two of these facilities at different times and, somewhere in the Woods between stations 1 & 2, the code base diverged.  Part of it was due to not being able to get the material in double right for the PXI chassis and part was, apparently, due to the fact that the customer has used the 2 machines to test different models of the object to measure.

    So, I'm looking for copies of the code installed on both machines using the diff feature in TestStand base.  (If that makes a difference, I do this view in TestStand 3.5 since TS3.0 disappeared mysteriously some corrupt on me right now on my main development machine, and if the memories are good, you need to uninstall all the latest version of TS to reinstall an earlier version.)  A quite fun process, no doubt, but a little of your time.)

    Anyway, the first thing I noticed is that many sequence steps have different values of ID of the step Properties.Step look like this: "ID #: 2vMTp0db002mQDXArddRSA.  Play with the diff screen showed an option "Ignore the unique ID of the Step" which got rid of these.  With regard to these single-step ID: when they are generated and they remain constant on a particular machine?  Beyond simple curiosity, I wonder as an another diff is in some of the "on spending target ' or 'On Custom Condition true target' under certain properties of the step and the value down there looks suspiciously like these unique ID (that is, '" ID #randomstuff' ").  Are they all updated dynamically during execution or break something by changing these (for example if I copy a sequence of a crushing in the other version)?

    So, I have filtered the unique ID's.  The next major area of difference is that many, but not all together, VI Labview calls have a difference in the properties of the step > Flexible Labview adapter properties > ViCall > connector pane Checksum > value.  In addition, in some other cases, ViCall > error > connector number is different as well.  This indicates a different underlying VI?

    There are a few other differences, but I can interpret those.  My goal is to get a file of sequence for two machines, so the code will be easier to maintain.  I think that some of the VI with different amounts of connector pane control can be different between two facilities from one of the different hardware components required a library different driver.  This leads to a third question, what to use identical sequence files when the underlying VI may be different?  Is it just the interface must be the same?  As the connector pane has the same types of data and geometry for the presentations of the inputs and outputs?

    Thanks for any help,

    Mike

    I just got the phone with the help of NOR, so no worries on the answers.

    Short version:

    The unique ID is regenerated when a sequence is copied.

    TestStand didn't need to uninstall to reinstall an earlier version of the above.

    Connector pane Checksum involves a different underlying VI, but having the same geometry/inputs/outputs/types of connectors should allow you to have an another VI of facilities without different sequence files.

    Still awaiting support on the question of if the goto pointers updated correctly when a sequence or part of a sequence is copied.

  • I am using IVI step switch in TestStand 4.1.1 and also try to call the Actions of LabVIEW using IVI

    I use IVI pass the stages and steps of IVI DMM TestStand 4.1.1 and then I have an Action step that IVI spend IVI DMM and features.  The problem I have is that if I run the VI in LabVIEW bear only functions without any error, if I run of TestStand without all previous calls to switch IVI or IVI DMM it works also, but if I run the sequence with a step of IVI teststand pass first I get the following error:

    Initialize IviSwtch with Options.vi
    The primary error: unknown status code (Hex 0xBFFA4001)

    «"" "String of full appeal:»»"»
    Initialize IviSwtch with Options.vi

    -1074118655; User-defined error code.

    I remember there used to be a problem with the steps of the IVI and IVI running LabVIEW, does anyone know if this problem has been corrected?

    Other ideas would be appreciated.

    Hello Kevin,

    It is a question of trying to open more than one session to a particular device of IVI.

    Here is a knowledge base on the issue. I found this knowledge base by searching '1074118655' or 'TestStand IVI Action no' to ni.com.

    Please let me know if you have any other questions.

  • I would like to purchase an update for my 2009 of LabVIEW Student Edition and get the 2013 of LabVIEW Student Edition. Do I have to remove the 2009 before making the purchase?, or the update/upgrade will replace the old and the new?

    Anyone or care to comment on that?

    Must be installed side by side with the old version.  No need to uninstall.

    (Save the long question for the body of the message and use a decent short title for the subject, so does not meet your question to the top of my screen of forum LabVIEW.)

  • Question about local variable in LabVIEW

    I am a new bie to LabVIEW.

    I have a question about local variable in LabView.

    I tried to stop a loop by the local variable, but the value of the loop for counter is different with my hope.

    I think that the loop to stop at 6, but he stopped at 7.

    Could someone help me?

    This looks exactly like a race condition.  You have know control if the control terminal is first in reading or the local variable is written to the first.

    Try to run your code to highlight execution.

    In your code, what usually happens is that order is read and the value is false.  Then the other code will run allowing the value to write to the local variable.  Let's say that in a particular loop iteration, we get the True value.  But control of the final value has already been read as false, then the loop runs again.  The next iteration of the Terminal is read and then he sees the true, will force to stop no matter what happens in the rest of the loop the loop.

    So, why do you use a local variable instead of sending just the wire to the terminal stop?

  • Question of the engineer: alignment restrictions

    I have a question about the limitations of capacity of automatic alignment that I'm hoping one of the Photoshop engineers--or another qualified member of the community - would be perhaps able to field.

    I tried, in vain, to use PS CS5 to precisely align groups of photographs stars, as many people do with other applications. I need to align a group exactly - at a level of precision - pixel images and combine them into a single flattened image. I do this with hundreds of groups made up of thousands of individual image files, so when announced CS5 features auto-align and auto carpet, this seemed to be an almost ideal solution.

    After stacking the different images together and despite the fact that each layer is very almost identical to the others, PS still reject them the standard dialog that it could not find sufficient overlap ("Needs to have at least 40% overlap", etc.). I tried this with dozens of different groups of stars, each > 99% identical to the Visual content and always the same rejection.

    One immediate line of thought I had was if Photoshop was too bad to distinguish individual stars against the noise typical in astrophotos like these. It does not apply the first noise reduction: when PS digs into images to find the adjustable content or forms, he can consider it as more different than they appear to the eye, and PS can be distinctly stars as a noise not. I don't know enough about the alignment feature to really say what is a failure here.

    There are many other specialized applications that perform this function (PixelInsight, Registax, etc), but as a professional user dedicated products Master Collection, I was hoping an engineer's knowledge if this type of image in fact beyond the capabilities of recognition of native images of alignment. Alternatively, if there are additional steps or the preliminary adjustments that might help the algorithm in his treatment, I would be interested to hear about those. I am also willing to post images of reference if it is an aid to analysis.

    Thank you very much.

    No work around, because it is difficult to add edges to stars :-).

    The alignments in Photoshop code is not good for the stars, the Moon, or most of the nebulae.

    It's something, I'd like to research guys to work on, but it will take some time to get to a reasonable algorithm (first attempt worked too slowly to be useful).

  • Our phone will make more phone calls, and we do not know how to change the settings to restore the capabilities of phoning.

    Our phone will make more phone calls, and we do not know how to change the settings to restore the capabilities of phoning.

    Greetings jenniferfrom46,

    From your post, I see that you are unable to make phone calls. I count on the ability to use my phone a lot to make calls, so I can understand your concern. I will be happy to provide you with some information for you.

    If you can not make or receive calls on your iPhone, this article goes on measures to take to help with the issue you are experiencing.

    Have a good!

  • Just send a question to the support site that I can NOT connect on my email account after auto update of 38.3.0, cannot connect to my account to check the issue!

    I just posted a question on the last update automatic 38.3.0 it is possible to log into different e-mail accounts in a profile, only the first e-mail account. My support mozilla account is linked to one of the email accounts that I can NOT connect to. Can't connect to this email account to check the issue. Your last 38.3.0 Thunderbird is useless because it is no longer possible to log in different e-mail accounts in a profile, and your support solution is useless because you need to connect to the e-mail account to check the issue.
    How to proceed?

    You can change your email associated with your media profile.
    I have 38.3.0 and I can access all my email accounts I suggest you try the initial tests:

    Start T-bird with disabled modules.
    If it works on your module is to blame and you need to activate one by one.

    Start your operating system in safe mode with active network.
    If it works probably your antivirus is blocking or delaying. (Or driver).

  • I forgot the answer to my security question, I tried to update these answers, but to update them also, I must first answers old issue of security which I forgot how can I update and change my security question and the answers?

    I forgot the answer to my security question, I tried to update these answers, but to update them also, I must first answers old issue of security which I forgot how can I update and change my security question and the answers

    ?

    You must ask security team account Apple to reset your security questions. To contact them, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (143315)

  • Yes, another question regarding the freezing of Safari - EtreCheck report included

    Yes, another question regarding the freezing of Safari.

    From a little over a month (I think), Safari started freezing regularly whenever I want to open new tabs or switch between tabs. I found myself to leave the program several times per day / hour. I can't identify any specific common cause (other than my MacBook being old) or any new software or updates that might have initiated the question. At first I thought he might have many tabs, I tried to open, but recently it happens even with only a few tabs open.

    I worked through the steps I found in this forum and others: empty the cache, start in safe mode, etc nothing works.

    Based on the previous suggestions, I have downloaded and run EntreReport which I included below. The note and maybe just a distraction, but EntreReport has crashed three times tonight, before he was able to produce the sub report. I ran the report after restarting my system with no other programs running.

    Suggestions are welcome at this stage because I want to start using Chrome or Firefox because I like the transfer procedure between my devices.

    Thank you in advance.

    Ben

    -----------

    EtreCheck version: 2.9.11 (264)

    Report generated 2016-04-28 22:48:58

    Download EtreCheck from https://etrecheck.com

    Time 05:45

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click on the link [check files] help with unknown files.

    Problem: Apps are broken

    Description:

    Safari freeze when opening new tabs / switching between the tabs.

    Hardware Information:

    MacBook Pro (15-inch, mid 2009)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 3

    1 2.66 GHz Intel Core 2 Duo CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = battery check - Cycle count = 389

    Video information:

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    NVIDIA GeForce 9600M GT - VRAM: 256 MB

    Software:

    OS X El Capitan 10.11.4 (15E65) - since startup time: less than an hour

    Disc information:

    FUJITSU MJA2320BH FFS G1 disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 319,21 go-go (54,93 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    HL-DT-ST DVD - RW GS23N)

    USB information:

    Built-in ISight from Apple Inc..

    Card reader Apple

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Guardian:

    Mac App Store and identified developers

    Unknown files:

    ~/Library/LaunchAgents/com. GoodShop.updater.plist

    ~/Library/application support/GoodShop/updater

    A unknown file found. [Check files]

    Kernel extensions:

    / Library/Application Support/Symantec/virus

    [no charge] com.symantec.kext.SymAPComm (11.1.2f17 - 2015-05-23) [Support]

    / Library/Extensions

    [no charge] expressvpn.tap (20150118 - 2016-04-12) [Support]

    [loading] expressvpn.tun (20150118 - 2016-04-12) [Support]

    / System/Library/Extensions

    [no charge] com.DYMO.usbprinterclassdriver.kext (1.1 - SDK 10.9-2016-04-12) [Support]

    com.Silex.driver.sxuptp [no charge] (1.5.1 - 2016-04-12) [Support]

    com.symantec.kext.internetSecurity [no charge] (1.3.2 - 2016-04-12) [Support]

    com.Symantec.kext.IPS [no charge] (3.2 - 2016-04-12) [Support]

    Startup items:

    CMA: path: / Library/StartupItems/cma

    RosettaStoneLtdDaemon: Path: / Library/StartupItems/RosettaStoneLtdDaemon

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 165 tasks Apple

    [operation] 65 tasks Apple

    Launch system demons:

    [loaded] 45 tasks Apple

    [loading] 161 tasks Apple

    [operation] 83 tasks Apple

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-04-28) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2015-10-31) [Support]

    [operation] com.epson.Epson_Low_Ink_Reminder.launcher.plist (2015-01-19) [Support]

    [loading] com.epson.esua.launcher.plist (2015-06-29) [Support]

    [operation] com.epson.eventmanager.agent.plist (2014-09-21) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-01) [Support]

    [operation] com.mcafee.menulet.plist (2016-03-23) [Support]

    [operation] com.mcafee.reporter.plist (2016-03-23) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2013-11-14) [Support]

    [operation] com.symantec.uiagent.application.plist (2010-11-16) [Support]

    [operation] com.trusteer.rapport.rapportd.plist (2016-03-19) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2015-10-31) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2015-10-31) [Support]

    [loading] com.adobe.fpsaud.plist (2016-04-15) [Support]

    com.DYMO.pnpd.plist [no charge] (2014-10-16) [Support]

    [loading] com.expressvpn.tap.plist (2016-01-27) [Support]

    [loading] com.expressvpn.tun.plist (2016-01-27) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-01) [Support]

    [loading] com.macpaw.CleanMyMac3.Agent.plist (2016-04-18) [Support]

    [operation] com.mcafee.cspd.plist (2015-05-08) [Support]

    com.mcafee.ssm.ScanFactory.plist [no charge] (2016-03-16) [Support]

    com.mcafee.ssm.ScanManager.plist [no charge] (2016-03-16) [Support]

    [operation] com.mcafee.virusscan.fmpd.plist (2016-03-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2013-11-14) [Support]

    [loading] com.symantec.MissedTasks.plist (2009-11-10) [Support]

    [loading] com.symantec.Sched501 - 1.plist (2014-08-27) [Support]

    [loading] com.symantec.Sched501 - 4.plist (2015-01-08) [Support]

    [loading] com.symantec.Sched501 - 5.plist (2015-01-08) [Support]

    [loading] com.symantec.avscandaemon.plist (2009-10-10) [Support]

    [operation] com.symantec.diskMountNotify.plist (2009-09-14) [Support]

    [loading] com.symantec.navapd.plist (2009-09-14) [Support]

    [loading] com.symantec.navapdaemonsl.plist (2009-11-14) [Support]

    [operation] com.symantec.sharedsettings.plist (2009-07-22) [Support]

    [operation] com.symantec.symSchedDaemon.plist (2009-11-10) [Support]

    [operation] com.symantec.symdaemon.plist (2009-03-27) [Support]

    [operation] com.trusteer.rooks.rooksd.plist (2016-03-19) [Support]

    User launch officers:

    com [running]. GoodShop.updater.plist (2013-09-24) [Support]

    [loading] com.adobe.AAM.Updater - 1.0.plist (2015-10-25) [Support]

    [failure] com.facebook.videochat. [entrenched passage] .plist (2014-08-09) [Support]

    [loading] com.macpaw.CleanMyMac3.Scheduler.plist (2016-04-25) [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Application of Google Reader (Google Drive.app/Applications /)

    Dropbox application (/ Applications/Dropbox.app)

    ExpressVPN application (/ Applications/ExpressVPN.app)

    CleanMyMac 3 Menu Application (/ Applications/CleanMyMac 4.app/Contents/MacOS/CleanMyMac 3 Menu.app)

    Other applications:

    [ongoing] com.DYMO.pnpd

    [ongoing] com.getdropbox.dropbox.83552

    [ongoing] com.google.GoogleDrive.81632

    [ongoing] com.macpaw.CleanMyMac3.Menu.80672

    [ongoing] com.mcafee.ssm.ScanManager

    [ongoing] com.mcafee.virusscan.ssm.ScanFactory

    [loading] 420 tasks Apple

    [operation] 193 tasks Apple

    Plug-ins Internet:

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-16) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-18)

    Flip4Mac WMV Plugin: 2.4.4.2 (2012-12-25) [Support]

    DYMO Safari Addin: Unknown - SDK 10.9 (2014-10-26) [Support]

    AdobePDFViewerNPAPI: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    FlashPlayer - 10.6: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    Silverlight: 5.1.30514.0 - SDK 10.6 (2015-09-16) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-12)

    Flash Player: 21.0.0.226 - SDK 10.6 (2016-04-25) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    iPhotoPhotocast: 7.0 (2010-11-15)

    AdobePDFViewer: 15.010.20060 - SDK 10.8 (2016-03-11) [Support]

    SharePointBrowserPlugin: 14.3.0 - SDK 10.6 (2013-02-09) [Support]

    SiteAdvisor: 2.0 - 10.1 SDK (2015-03-30) [Support]

    JavaAppletPlugin: Java 8 updated 77 03 (2016-04-18) check the version of build

    Safari extensions:

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-03-30)

    Add to wishlist Amazon - Amazon.com - http://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2011-07-09)

    GoodShop - GOODSEARCH LLC - http://www.GoodSearch.com (2013-09-24)

    SiteAdvisor - McAfee - http://www.siteadvisor.com (2015-09-28)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2015-07-03)

    3rd party preference panes:

    Flash Player (2016-04-15) [Support]

    Flip4Mac WMV (2012-05-15) [Support]

    Growl (2015-09-16) [Support]

    Java (2016-04-18) [Support]

    Norton\nQuickMenu (2010-11-16) [Support]

    Trusteer Endpoint Protection (2016-04-18) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    5% WindowServer

    1% kernel_task

    0% fontd

    0% SymDaemon

    Top of page process of memory:

    445 MB kernel_task

    Mdworker (18) 430 MB

    164 MB Google Reader

    Dropbox 123 MB

    VShieldScanner (4) 66 MB

    Virtual memory information:

    106 MB free RAM

    4.15 GB used RAM (770 MB cache)

    6 MB used Swap

    Diagnostic information:

    April 28, 2016, 22:42:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-224212_[redacted].crash

    com.etresoft.EtreCheck - /Applications/EtreCheck.app/Contents/MacOS/EtreCheck

    28 April 2016, 22:21:42 self-test - spent

    April 28, 2016, 19:49:12 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194912_[redacted].crash

    April 28, 2016, 19:47:10 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-194710_[redacted].crash

    April 28, 2016, 19:38:58 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-28-193858_[redacted].crash

    April 28, 2016, 19:04:58 ~/Library/Logs/DiagnosticReports/rapportd_2016-04-28-190458_[redacted].crash

    /Library/rapport/*/rapportd.app/Contents/MacOS/rapportd

    April 28, 2016, 06:06:59 /Library/Logs/DiagnosticReports/Safari_2016-04-28-060659_[redacted].hang

    /Applications/Safari.app/Contents/MacOS/Safari

    April 28, 2016, 12:48:04 AM /Library/Logs/DiagnosticReports/SubmitDiagInfo_2016-04-28-004804_[redacted].cpu _resource.diag [details]

    / System/Library/CoreServices/SubmitDiagInfo

    April 27, 2016, 22:01:10 /Library/Logs/DiagnosticReports/Safari_2016-04-27-220110_[redacted].hang

    April 27, 2016, 21:57:37 /Library/Logs/DiagnosticReports/Safari_2016-04-27-215737_[redacted].hang

    April 27, 2016, 19:05:50 ~/Library/Logs/DiagnosticReports/EtreCheck_2016-04-27-190550_[redacted].crash

    April 27, 2016, 06:57:28 ~/Library/Logs/DiagnosticReports/Airmail 2_2016-04-27-065728_ .crash [deleted]

    / Applications/Airmail 2.app/Contents/MacOS/Airmail 2

    26 April 2016, 19:48:11 /Library/Logs/DiagnosticReports/Safari_2016-04-26-194811_[redacted].hang

    Remove all apps viruses you have

    Symantec, McAfee, Norton...

    CleanMyMac3

Maybe you are looking for