Calculate the square of cyclical report

Hi all

I'm acquisition (with USB-6212) a square wave, "100 Hz" with variable right cycle - which can be 20%, 50% or 80% - for decoding issues; the frequency of acquisition is set to 4 k. Actually, I said, frequency is 100 Hz, because I get a front amount every 10 ms, but the length of the high level is set by the communication protocol and that's what I called the service cycle (even if it does not match the exact definition of this property)

Because I need decode the information contained by the wave, it is necessary for me to be able to say what is the duty cycle. I did this until taking the derivative of the signal, and then calculating index of ridges and troughs in the form of wave and finally, taking as shown below.

It works well almost the whole opeartion, however, the acquisition is not 100% accurate. Sometimes I get the signal in A picture, which is ideal for what I wanted.

Other times, the signal is like B and derived amplitude does not cross my threshold, although there is a rising edge. For example, I could lower my threshold to 2, but then I would get vulnerable to signal in photo C, which accuses the 2 peaks instead of one.

Anyone has an idea on how to get around this or any other more reliable method than taking the derivative of the signal?

Hornless.Rhino wrote:

Jeff Bohrer says:

johnsold wrote:

Alternatively, do the way of Jeff.

Lynn

Well I have a magic 8 ball...

You can put it in a sub - vi for the rest of us?

Course

Tags: NI Software

Similar Questions

  • Calculate the average of a report by column

    Hello ~
    I have several reports in several areas on a page. I have columns for the time, count, Total and average. I'm trying to understand how to calculate the average for the data that is displayed. For example:

    By time

    Time count Total average
    2 2 4
    5-2-10
    10-3-30

    -----
    17 7 44 6.2857


    What is happening now is that the app is on average each line first and then adding the middle column. Is there anyway to average the totals and not the lines?

    Thank you
    Deanna

    Published by: Dclipse03 on October 7, 2008 10:00
  • 'create an analogue' control by programming of the cyclical report parameter

    I need to generate a square wave and a programmable duty cycle in LabView (not SignalExpress).  I use 'Create an analog Signal' for a signal fixed duty cycle but I can't figure out how to get the setting of market factor to change it programmatically.  I was hoping for something like node property access but found that this works for objects on the front panel.

    Is it possible to dynamically change the cyclical report parameter in the "create an analog Signal?

    Fortunately, I found the Wave.VI place, what more accessible inputs for things like the work cycle, amplitude, frequency, phase and gradually - all the parameters of the desire of my heart.

  • calculate the interactive report function

    Hi all the 1.



    I need assistance with an interactive report, that I am producing. What I'm trying to do is use to calculate the interactive report function and add the number of a week (for example week 26) and add it to the estimated number of the week



    The problem I have is that they are on different lines



    The table below shows that I work with.



    Week no. | County forecast | Real number*.

    ___26__ | ___0___ | ___128231___

    ___26__ | ___180916___ | ___0___

    ___27__ | ___0___ | ___164666___

    ___27__ | ___180916___ | ___0___

    ___28__ | ___0___ | ___169302___

    ___28__ | ___180916___ | ___0___

    ___29__ | ___0___ | ___159857___

    ___29__ | ___180916___ | ___0___

    ___30__ | ___0___ | ___162210___

    ___30__ | ___180916___ | ___0___

    ___31__ | ___0___ | ___152471___

    ___31__ | ___180916___ | ___0___





    Any help would be welcome :)



    Thanks in advance

    -N.S.N.O.

    Hello

    You could always wrap your initial statement in an external selection that does the aggregation:

    select WEEK_NO, NVL(SUM(FORECAST_COUNT),0) FORECAST_COUNT, NVL(SUM(ACTUAL_COUNT),0) ACTUAL_COUNT FROM (
    select ROUND(TO_NUMBER(TO_CHAR(TO_DATE(rpad(con_add_td_hr, 10),'yyyy-mm-dd'),'ddd')-2)/7)+1 WEEK_NO, 0 FORECAST_COUNT, sum(cons_total) ACTUAL_COUNT
    from corcon01_hour_totals
    where db_name='CSAHEPA' and substr(con_add_td_hr,1,4)='2008' and CON_ADD_USER_ID not like '%LDL%'
    group by ROUND(TO_NUMBER(TO_CHAR(TO_DATE(rpad(con_add_td_hr, 10),'yyyy-mm-dd'),'ddd')-2)/7)+1
    UNION
    select week_no, sum(manual_entry_cons)+sum(citedi_cons) FORECAST_COUNT, 0 ACTUAL_COUNT
    from concount_forecast_data
    where db_name ='CSAHEPA' and year ='2008'
    group by week_no
    )
    GROUP BY WEEK_NO
    

    There are probably other ways to handle this and you would have to make sure that the select statements internal consistent column names, so the outer statement can use.

    Andy

  • Calculate the maximum value of the sub-table when creating using a structure of case and records the shift

    I have two 1 d arrays that contain cyclical information (a bit like a sine wave).  One that contains information about the position in degrees and another that contains the couple.  I would like to calculate the value of maximum torque whenever the station is within a certain range (for example, 30 to 80 degrees).  The beaches are repeated - that is why it is cyclical.   I use the function "in the range", a structure of the case and the shift records to build a new table with the values that are included in the beach I said - that was easy part (see attached VI).  I'm struggling with a way to calculate a maximum value for each sub-table formed when the values are 'in range '.   Your help is very appreciated.

    vt92 solution worked!  I agree that there should be a simpler solution, but your to works fine.  Thank you very much.

  • I want to display the number of success / testing failed in the Testtand of xml report, please help me

    Hi, I want to display the number of success / testing failed in the Testtand of xml report, please help me.

    Later, my requirement is that I should be able to view the number of test / has not passed in the header of the report too.

    I have attached a sequence to give you an idea of how to get the number of results (I don't check it works ), I used 'SequenceFilePostResultListEntry' callback to calculate the number of results.

    and the number of results is passed to the 'ModifyReportHeader' through Globals files, where you can edit the XML file to display in the Repot (follow the link in my previous post).

    Hope this helps

    AshwiN,

  • Calculate the percentage instead of add

    I did a classic report with three columns, of which the last is the percentage of the second in the first column. I mark the column of the sum for the first two, but I would like that the total line in report was also done to calculate the percentage.

    Example:

    Val1 Val2% cod

    X 10 4 40.00

    Y 20 3 15: 00

    Total: 30 7

    I would like to bring to the rest of column %, instead of the sum, to calculate the percentage (23.33%)

    It is a real hack, but it works on my example page

    (find the last line, from individual cells to last row and divide them into another)

    $(«#report_emp tr:last td:eq (2)' ") .text (parseInt ($(' #report_emp tr:last:eq(3)').text()) td / parseInt ($(' #report_emp tr:last td:eq(4)').text()))))))

  • How to calculate the Total price based on a rate of m² with different prices?

    Hello

    I'm guessing that it is a script, but I've never done any script so I would like to ask you guys...

    I have a form where I would calculate the total price for some carpet based on the price per sqm.

    -L the user enters the number of carpet needed.

    -There are different price points for 1-20, 21-60, 61 + m² (each with their own hidden field that contains the value of awards).

    -The Total Price field evaluates the relevant quantity and multiply by the square metre rate.

    Is it achievable?

    I guess that all solutions are placed in the "Custom calculation Script" field too?

    Thanks in advance!

    Yes. You can use something like this, as the custom of the price field calculation total (you may need to adjust the domain names):

    var sqm = Number (this.getField("SQM").value);

    rate of var = 0;

    If (sqm > 0 & m²)<=20) rate="">

    ElseIf (> 20 sqm & m²)<=60) rate="">

    ElseIf (> 60 sqm) rate = Number (this.getField("Rate3").value);

    M² = Event.Value * side;

  • How to calculate the month on month growth rates in an OBIEE application?

    Hi all

    I would like to ask for your help on how to calculate the months on growth rate previous/[(last month-previous month) month * 100%] in a query OBIEE. This report should always be calculated for the last 2 months available.

    I have the following query:
    Month0 | Months1. Month2
    Produces a 500 | 100. 200
    Product B 600 | 300. 150

    I would like to add month on month column as follows:
    Month0 | Months1. Month2. Month on Month (%)
    Produces a 500 | 100. 200 | + 100.00%
    Product B 600 | 300. 150. -50.00%

    I tried to add a calculated item, but it failed because I couldn't find a way to not show the column calculated in percent with 2 decimal places. In addition, I would ideally prefer to have an automatic update but as far as I understand it can be done in the automatically calculated item

    I also tried to add a new column to the column area and to filter the results for the last month, then for the previous month and then based on that to calculate the necessary ratio but unfortunately it does not work.

    Thank you in advance your advice

    Hello

    The best way to solve this problem is by using the function Ago. With this, you can create a logical column for the previous month. Then you will have 2 columns available with which you can do your calculations.

    If you want to do this with a calculated item (don't know if formatting will work for you), but you can do the more general calculation using $1 for the $2 for the 2 column and 1 column in your calculation. If ($x) columns will change with the columns in your report.

    Concerning

  • CALCULATE the sum of the amounts?

    Hey guys!

    This script:
    CLEAR      COMPUTES 
    CLEAR     BREAKS
    
    SET     feedback     off
    SET     pagesize     5000
    SET     linesize     50
    SET     echo          off
    SET     heading          on
    SET     verify          off
    
    COLUMN     User format     A8
    COLUMN     Files format     999999999
    COLUMN     Docs format     999999999
    COLUMN     Pages format     999999999
    
    COMPUTE SUM LABEL TOTAL OF "FILES", "DOCS", "PAGES"
    
    PROMPT     ************************************************** 
    PROMPT     *         Monthly File Activity by User          *
    PROMPT     ************************************************** 
    PROMPT      
    PROMPT      
    ACCEPT     StartDate     DATE FORMAT 'MMYYYY'      PROMPT 'Enter the month and year (MMYYYY): '
    PROMPT     
    PROMPT      List of users:
    PROMPT      One
    PROMPT      Two
    PROMPT      Three
    PROMPT      Four
    PROMPT      Five
    PROMPT      Six
    PROMPT      Seven
    PROMPT     UNKNOWN
    PROMPT       
    PROMPT     Type 'ALL', or leave blank, to select all users.
    PROMPT      
    ACCEPT     UserChoice     DEFAULT 'ALL'     PROMPT 'Please enter a user: '
    
    
    SELECT
         (CREATOR_ID
                       WHEN     '1'     THEN     'One'
                     WHEN     '2'     THEN     'Two'
              WHEN     '3'     THEN     'Three'
              WHEN     '4'     THEN     'Four'
              WHEN     '5'     THEN     'Five'
              WHEN     '6'     THEN     'Six'
              WHEN     '7'     THEN     'Seven'
              ELSE     'UNKNOWN'
              END)     "USER",
         count       (distinct(substr(DOC_NAME,1,9))) AS Files,
         count     (DOC_IMAGE) AS Docs,
         sum     (DOC_PAGE) AS Pages
    FROM
         TABLE1,
         TABLE2
    WHERE
         DOC_DATE to_date('&StartDate','MMYYYY') AND last_day(to_date('&StartDate','MMYYYY'))
    AND
         CREATOR_ID not in ('Thing','8','9')
    AND
         ((CREATOR_ID
                       WHEN     '1'     THEN     'One'
                     WHEN     '2'     THEN     'Two'
              WHEN     '3'     THEN     'Three'
              WHEN     '4'     THEN     'Four'
              WHEN     '5'     THEN     'Five'
              WHEN     '6'     THEN     'Six'
              WHEN     '7'     THEN     'Seven'
              ELSE     'UNKNOWN'
              END) = UPPER('&UserChoice')
         OR
         '&UserChoice' = 'ALL')
    GROUP BY
         CREATOR_ID
    /
    produces this result:
    USER          FILES       DOCS      PAGES
    -------- ---------- ---------- ----------
    One             261       4276      18124
    Two             364       5954      26913
    Three           109       1996       8243
    Four            178       3635      14554
    Five            104       2657      11662
    Six             308       6639      27887
    I would like for a labeled sum TOTAL at the bottom of these figures. I thought that COMPUTE would take care of this, but it's not. Am I missing something? It will not add these to the top because they are already money from specific users? Insight? I'm new to SQL and would like to be pointed in the right direction. Thanks for your expertise!

    I'm on a 10g system.

    Calculation is not SQL and SQL * more.
    The general syntax is
    calculate the sum of... the * | * report

    followed by
    break the report
    When this is necessary.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • script to calculate the hypotenuse of a page and place an image block

    Hello

    I wonder if anyone can help me with a script.

    We need to get the size of an open document, calculate the hypotenuse (visible diagonal), it divides by 10 and place a picture box square on the page to this size in the upper left corner.

    I found this javascript to calculate the hypotenuse but don't know how to use it or integrate it.

    function hypotenuse (a, b) {}

    function square (x) {return x * x ;}

    Return Math.sqrt ((a) square + square (b));

    }

    function secondFunction() {}

    var result;

    result = hypotenuse (1,2);

    alert (result);

    }

    Yes, I am a total newbie and would appreciate anyones help.

    Thank you

    maxrus2012

    Hi maxrus,

    It seems so simple that anyone was necessary to answer you! Indeed, we can easily retrieve the height and width of a page, then calculate the diagonal, then create a square based on this length.

    In any case, let's try to do this routine work in any context, supporting all units of measure custom, parameters of leaders, spreads rotated and/or same scaling / biased pages! To do this, avoid common methods from "geometric limits." Interesting challenge!

    Here is my attempt:

    // Create a square based on the active page's diagonal length (10%)
    // ===========================
    
    function measureDiagonal(/*Page*/page)
    // -------------------------------------
    // Ret. the page's diagonal in pts (relative to the page CS)
    {
        var CS_INNER = CoordinateSpaces.innerCoordinates;
    
        var wh = page.resolve(AnchorPoint.bottomRightAnchor, CS_INNER)[0],
            w = wh[0],
            h = wh[1];
    
        return Math.sqrt(w*w + h*h); // Pythagorean theorem
    }
    
    function createTopLeftCornerRectangle(/*Page*/page, /*num[2]*/wh)
    // -------------------------------------
    // wh: width and height of the rectangle in pts (relative to the page CS)
    {
        // Some const shortcuts
        // ---
        var    CS_SPREAD = CoordinateSpaces.spreadCoordinates,
            CS_INNER = CoordinateSpaces.innerCoordinates,
            RM_REPLACE = ResizeMethods.replacingCurrentDimensionsWith,
            AP_TOP_LEFT = AnchorPoint.topLeftAnchor;
    
        var spread = page.parent,
            // Create a rectangle (in the spread CS--the page CS is not relevant yet)
            // ---
            rec = spread.rectangles.add({fillColor:'Black'}),
            // Page transformation values (relative to the spread)
            // ---
            pageMxValues = page.transformValuesOf(CS_SPREAD)[0].matrixValues;
    
        // Normalize the rectangle in the spread
        // (the size does not matter here)
        // ---
        rec.reframe(CS_SPREAD, [[0,0],[10,10]]);
    
        // Apply the page transfo to the rectangle
        // so that its inner space fits the page space
        // ---
        rec.transform(CS_SPREAD, [[0,0], CS_SPREAD], pageMxValues);
    
        // Finally, resize the rec
        // ---
        rec.resize(CS_INNER, AP_TOP_LEFT, RM_REPLACE, wh.concat(CS_INNER));
    
        return rec;
    }
    
    var    FACTOR = .1, // 10%
        win = app.layoutWindows.length && app.activeWindow,
        page = win && (win instanceof LayoutWindow) && win.activePage,
        size = page && page.isValid && FACTOR*measureDiagonal(page);
    
    size && createTopLeftCornerRectangle(page, [size,size]);
    

    Not sure that's exactly what you're looking for.

    In any case...

    @+

    Marc

  • calculate the total exercise

    whenever the report is run, you must calculate the last 3 financial years for each customer. Each fiscal year begins end 07/01 06/30.
    ex:
    FY 2011:07 / 01/2010 to 06/30/2011
    FY 2010:07 / 01/2009 to 30/06/2010
    FY 2009:07 / 01/2008 to 30/06/2009

    my thought was: compare the current date (sysdate, mm/dd) 07/01
    quelque_chose like the following: () I know this isn't quite right)


    If (substr(sysdate,'MM/DD/YYYY'), 1, 6) > = ' 07/01 /' then
    fy_begin: = ' 07/01 /' | TO_CHAR (extract (year sysdate)-3; / * fy 2008-2011 * /)
    fy_end: = ' 06/30 /' | (to_char (extract (year sysdate));)
    on the other
    fy_begin: = ' 07/01 /' | TO_CHAR (extract (year sysdate)-4; / * fy 2007-2010 * /)
    fy_end: = ' 06/30 /' | (to_char (extract(year from sysdate)-1);
    end if;

    SQL statement will then select statement with a range of dates between fy_begin and fy_end. But how do you compare the month? I kept getting
    PLS-00412: list of values not allowed as an argument to the function or procedure

    Help

    Tai

    Try this

    IF FY_BEGIN, FY_END are varchar2 can

      IF TO_CHAR (SYSDATE, 'MM') > 7
       THEN
          FY_BEGIN    := '07/01/' || (EXTRACT (YEAR FROM SYSDATE) - 3);
          FY_END      := '06/30/' || EXTRACT (YEAR FROM SYSDATE);
       ELSE
          FY_BEGIN    := '07/01/' ||( EXTRACT (YEAR FROM SYSDATE) - 4); /* fy 2007-2010 */
          FY_END      := '06/30/' || (EXTRACT (YEAR FROM SYSDATE) - 1);
       END IF;
    

    IF FY_BEGIN, FY_END are of type date

     IF TO_CHAR (SYSDATE, 'MM') > 7
       THEN
          FY_BEGIN    := TO_DATE ('07/01/' || (EXTRACT (YEAR FROM SYSDATE) - 3), 'MM/DD/YYYY');
          FY_END      := TO_DATE ('06/30/' || EXTRACT (YEAR FROM SYSDATE), 'MM/DD/YYYY');
       ELSE
          FY_BEGIN    := TO_DATE ('07/01/' || (EXTRACT (YEAR FROM SYSDATE) - 4), 'MM/DD/YYYY'); /* fy 2007-2010 */
          FY_END      := TO_DATE ('06/30/' || (EXTRACT (YEAR FROM SYSDATE) - 1), 'MM/DD/YYYY');
       END IF;
    

    G.

    Published by: Ganesh aboumagahrif on March 14, 2011 19:59

  • Calculate the days of salary

    Dear friend


    I want to calculate the days of salary. We pay the salaries of the 21st of the month last to the 20th of the current month.

    I want to create a view where it will show of the the Scriptures based on this month wise condition

    Select empno, name, daytype, count (empno) days, MAX (TO_CHAR (ADATE, 'MONTH')) in dailyattendence
    When al > =('20-OCT-2010') AND ADATE < =('20-NOV-2010')
    Group by empno, daytype
    order by empno


    for ex

    562 SEUN BÉLANGER AFTERNOON OCTOBER 1
    562 SEUN BÉLANGER MORNING OCTOBER 2
    562 SEUN BÉLANGER NIGHT OCTOBER 2
    562 SEUN OFF BÉLANGER 1 OCTOBER

    562 SEUN BÉLANGER AFTERNOON NOVEMBER 1
    562 SEUN BÉLANGER MORNING 2 NOVEMBER
    562 SEUN BÉLANGER NIGHT NOVEMBER 2
    562 SEUN OFF BÉLANGER 1 NOVEMBER

    Suggest me how to set the dates so that I can get the report as shown above,

    Sandy

    It doesn't really have anything to do with the forms, but here's a solution.
    To get the 21st of the month before you use:

    select to_date('21'||to_char(add_months(sysdate,-1),'mmyyyy'),'ddmmyyyy')
    from dual;
    
    TO_DATE('
    ---------
    21-OCT-10
    

    The same for the 20th of this month. So you get:

    where adate between to_date('21'||to_char(add_months(sysdate,-1),'mmyyyy'),'ddmmyyyy')
       and to_date('20'||to_char(sysdate,'mmyyyy'),'ddmmyyyy')
    

    An addition: If your date includes a time, you must use the use trunc (date).

    Published by: InoL on November 11, 2010 12:10

  • Aggregator customized to calculate the standard deviation

    Hello
    This is probably already available or easy to implement, but I find it difficult to find samples for writing a custom aggregation and ParallelAwareAggregator.

    I'm figuring the difference type of a variable in my item being cached in a real-time system. I want to aggregate the result sum [(X-X') ^ 2] where I spend X' (average) of the client. Can someone help me with an example?

    Thank you
    Sairam

    Hi Sairam,

    in fact, you probably have better use the single-pass approach to calculate the standard deviation, as the average of the values may change before you calculate the number of entries and the average gap.

    You can use the following formula to calculate the standard deviation in one pass: sqrt (N * sum (sqr (Xi)) - sqr (sum (Xi))) / N, where the sqr function is the square of a value, the square root function is the square root of the value, N is the number of entries and Xi is the value to calculate the gap type from the entry of the i - th.

    You can do something like this:

    public static class StdDeviation implements ParallelAwareAggregator {
    
      public static class PartialResult implements Serializable {
    
          private long numberOfElements;
          private BigDecimal sum;
          private BigDecimal sumSquare;
    
          public PartialResult(long numberOfElements, BigDecimal sum, BigDecimal sumSquare) {
              this.numberOfElements = numberOfElements;
              this.sum = sum;
              this.sumSquare = sumSquare;
          }
      }
    
      public static class ParallelPart extends StdDeviation implements EntryAggregator {
    
         private ParallelPart(ValueExtractor extractor) {
            super(extractor);
         }
      }
    
      private ValueExtractor extractor;
    
      private transient boolean notParallel;
    
      public StdDeviation(ValueExtractor extractor) {
        this.extractor = extractor;
        this.notParallel = true;
      }
    
      public Object aggregate(Set entries) {
         ValueExtractor extractor = this.extractor;
         BigDecimal sum = 0;
         BigDecimal sumSquare = 0;
         long num = 0;
         for (InvocableMap.Entry entry : (Set) partialResults) {
            sum = sum.add(partialResult.sum);
            sumSquare = sumSquare.add(partialResult.sumSquare);
            num += partialResult.numberOfElements;
         }
    
         return calculateStdDeviation(num, sum, sumSquare);
      }
    
      public EntryAggregator getParallelAggregator() {
    
         // you could return this, instead of ParallelPart
         //
         // return this;
    
         return new ParallelPart(extractor);
      }
    
      private static Number calculateStdDeviation(long num, BigDecimal sum, BigDecimal sumSquare) {
         BigDecimal partRes = sumSquare.multiply(new BigDecimal(num)).subtract(sum.multiply(sum));
    
         // you can replace the square rooting of a double value with a proper implementation of square root for BigDecimals,
         // which I omitted for the sake of brevity, and then you can do BigDecimal division (make sure you provide a MathContext)
         return Math.sqrt(partRes.doubleValue())/num;
      }
    
      public static Number execute(NamedCache cache, ValueExtractor extractor) {
         return (Number) cache.aggregateAll(AlwaysFilter.INSTANCE, new StdDeviation(extractor));
      }
    }
    

    There is actually no reason for the class ParallelPart to exist. I put it here to illustrate that there can be a different aggregator instance to the ParallelAware aggregator optimized to run on the side of the storage, but you could just "this" return of the getParallelAggregator() method, it wouldn't make a difference for this implementation of the aggregator.

    You can replace the rooting square a double value with a good implementation of the square root of BigDecimals, which I omitted for brevity, and then you can make division BigDecimal (make sure that you provide a MathContext)

    I also omitted the ExternalizableLite and PortableObject implementations (and necessary parameterless constructors) for brevity of the ParallelPart and PartialResult classes.

    In addition, you may need some mojo if you want to use a PofExtractor instead of a regular Value Extractor to avoid the deserialization of the cached value.

    You can perform the aggregation with the execute method, passing the cache altogether on the Extractor which extracts the value as a BigDecimal value cached.

    Best regards

    Robert

    Published by: robvarga on March 12, 2010 11:36

    Published by: robvarga on March 12, 2010 11:43

  • calculate the sum of the two columns - display the result in the third column

    Hello

    I have a report and I want to calculate the sum of the two columns of the report and display the total in the third column.

    For example: Sample_My_Report

    Col1 Col2 (Col1 and Col2) Total

    3-7-10


    can someone help me with this question.

    Thank you.

    Hello:

    If your report is an IR you can use the menu "Tool" to add columns calculated at the State

    CITY

Maybe you are looking for

  • Impossible to find a catalyst, FS7 firmware 1.10, reading

    Hello world I just downloaded Catalyst browse on my laptop, fell to a folder with some footages of FS7, but I cannot read the footages. The message indicates, "the media item is not supported or contains missing files". I see the footages in Premiere

  • SSH and SMB service starts not more

    Dear community, After you have installed the Add-it-Analyzer Log my RN10200 started having some problems that I was not able to see the shares via Samba more. I tried to connect via SSH to see what is the problem, but also the SSH no longer works. Si

  • IMAQ usb capture and record avi format

    I installed the ni_imaq_usb_installer_86.exe and I tried to run this VI (86 Grab and save USB LabVIEW vi) but it does not work. The error is that error-1074395986 occurred at IMAQ AVI file format create invalid. Should I supposed to do?

  • Calls from fake Windows remedy.

    Original title: WINDOWS CURE SCAM. I received several calls from fake Windows Cure then when I let them think I'm addicted I give them a very high-pitched extended with a panic alarm and which should give them a headache or earache.

  • WET610N connection problems

    Recently, I upgraded my internet service with brighthouse.  They installed a new router/bridge which is a motorola surfboard SBG6580 wireless cable modem gateway.  Previously, I used a linksys router WRT54G.  I have had and used the WET610N bridge wi