PDM: Add DateTime vs PrecisionDateTime property

I'm back with another question about the API of PDM .NET.

What do you expect when you add a property to a DateTime value to a PDM file, then add another property with the same value converted to a value of PrecisionDateTime? The two must be kept as i64 + u64 bits according to the Structure of the TDMS File Format.

var someDate = new DateTime (635757120000000000L, DateTimeKind.Local);

using (var file = new TdmsFile (@"C:\Temp\ts.tdms ', TdmsFileOptions() ')) new
{
file. AddProperty ("_ts0", TdmsPropertyDataType.DateTime, someDate);
file. AddProperty ("_ts1", TdmsPropertyDataType.DateTime, PrecisionDateTime.FromDateTime (someDate));
}

In binary, the seconds total i64 are equal, but the part of fraction u64 to the first property is 0 x 0000800000000000.

Then when I read the first property, I get a difference in DateTime 76 ticks which is equal to 7.6 µs.

It's the 'precision' I get at the price of 128-bit?

Beste regards,

Jonas

HI jonas,.

Sorry it took awhile. We managed to do work and could reproduce the behavior. I forwarded your it.

Thank you for the information system.

Best,

Anna

Tags: NI Software

Similar Questions

  • DAQmx PDM, add the external value to the log file

    Hello

    I would like to know if it is possible to permanently add an external double value to the TDMS file that is created by the DAQmx Configure logging (PDM) VI?

    Thus, for example, I collect double data of 8 channels, DAQmx, speed of 1 Hz (analog double, 1 d). I'll get these 8 values with corresponding time stamps in the TDMS file created. Is there a way to "tunnel" a double value external to the same TDMS file?

    If there is no such option, I will configure just the TDMS logging explicitly not through the DAQmx driver.

    Thank you!

    with any possibility of foor loop iteration time zero will give you a default value of reference if your reference will not be valid in this case.

  • Easy points: Add a new style property by using < fx:Metadata > in mxml custom comp

    "Hey, I think it's a real ' I'm missing the point totally ' question:

    I want to be able to set the color of a line in a skinnable container similarly adjustable backgroundColor (from the parent mxml tag).

    I created a skinClass customized for skinnable container and created an element of the race with a value of color hardcoded, as follows:

    ...

    < s:stroke >
    < s:LinearGradientStroke weight = "3" rotation = "90" >
    < s:entries >
    < s:GradientEntry id = "strokeTopColor" color = "0x000000" / >
    < s:GradientEntry id = "strokeBottomColor" color = "0xFFFFFF" / >
    < / s:entries >
    < / s:LinearGradientStroke >
    < / s:stroke >

    .. who works cool.

    I read about adding the property style via a < fx:Metadata > (actually as a mx:Metadata in the majority of the documentation)

    Hello

    If you just want to have additional properties for the component you can do it this way

    David

    the application - custom component appellant

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark".

    "xmlns:MX ="library://ns.adobe.com/flex/mx"minWidth ="955"="600"xmlns:ns1 = minHeight" * ">

    ]]>

    the component
    ==========
    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" width = "400" height = "300" skinClass = "myskin" >
    [Bindable] public var hiLite:uint = 0xE0E0E0;
    [Bindable] public var loLite:uint = 0xC0C0C0;
    ]]>
    the skin
    ======
    http://ns.Adobe.com/MXML/2009"xmlns:s ="library://ns.adobe.com/flex/spark ".
    xmlns:FB ="http://ns.adobe.com/flashbuilder/2009"alpha.disabled = "0.5" >
       
       
    [HostComponent ("myContainer")]
    ]]>
       
       
       
           
    override protected function updateDisplayList (unscaledWidth:Number, unscaledHeight:Number): void
    {
    super.updateDisplayList (unscaledWidth, unscaledHeight);
    }
    ]]>
       
       
       
           
           
       
       
       
       
       
           
               
           
       

  • Add item or header XML (from the set of properties) property

    I want to add an element or property to an outgoing XML message.
    I've seen references to the Tech Note 304 , but I can find is no longer
    Can someone remembers what was in Tech Note 304 , or knows how I can do this?

    Jiyong,

    Check the Doc ID 476394.1 on support.oracle.com, this article was already published as technical Note 304 on supportweb.

    It will be useful,

    Wilson

  • MinList function does not work in the values of Date or datetime in DRM

    Hello

    We have a custom property End Date with the data type date. We want to calculate the minimum term overall of all the children of a particular node.

    When you use the below function it gives an empty value as output.

    MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.NO_ALL_ALL_ENDDATE), [comma], #, true), #, date)

    If remove us the part MinList and only assess ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.NO_ALL_ALL_ENDDATE), [comma], #, true), we get an output like the 31/12/2019 # 31/12/2018.

    Why DRM is not able to extract the min value? DRM support such use of this function?

    We even tried with a date time property, but the result is the same.

    If using the method mentioned above, it is not possible to get the date value min, what alternative approach can be taken to achieve this?

    Any help on this is much appreciated.

    Thank you

    Nathalie

    I found this useful, check if this can help,

    Using MinList to MaxList with Date or DateTime DRM (Doc ID 1967005.1) values

    Managing the relationship of data Hyperion - Version 11.1.2.3.000 and later

    Information in this document applies to any platform.

    GOAL

    Example: How can we calculate the minimum term overall of all the children of a particular node?

    You have a custom End Date property with the data type date. You tried to use MinList with ListNodePropValues as well:

    MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.EndDate), [comma], #, true), #, date)

    This gives an empty value as output.

    SOLUTION

    The most reliable way to do this using formulas is to format the property date as a string in ISO 8601 format. Yyyy-mm-dd format, alphabetical order is also date order. Add a using the property of type string like this:

    FormattedDate (Custom.EndDate), yyyy-mm - ddThh:mm:ss)-omit the time of the 't' it if you wish. Note that the format string is case-sensitive.

    Then the function MinList
    MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.Helper), [comma], #, true), #, string)
    will work.

    Note that MinList and MaxList functions return an empty value if the list contains members that are not specified data type. With the help of ReplaceStr converts implicitly dates to strings, causing MinList and MaxList to fail if you specify DateTime.

  • How can I add date/time to internally of the metadata for a video file at home. The camera records all the metadata.

    My camera, Canon Ixus 870IS, adds a lot of metadata internal still picture files, but none for movie files.  I want to at least add datetime created in the internal metadata files can be organized properly.  The datetime in the external metadata is unnecessary because many videos will have the same value for datetime, that when they were transferred from the camera to the computer.

    So, please, how to edit internal metadata from a file?

    Hi laldfordo,

    You can follow the steps in this link & check if the problem persists:

    How do I edit metadata for wmv, avi and mp4 files in WINDOWS XP?


    Note:
    software use of third parties, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope the helps of information.

  • adding new data in the table property variant

    Hello guy,

    I have a Qml property

    property variant placeName:[]
    

    I would now like to add data in this property at run time.

    I checked this link:

    http://Qt-project.org/doc/Qt-4.8/QML-Variant.html

    but there, I found that we can "Update" the property data.

    What to add new data?

    Please help me as soon as possible...

    property real estate to qml aren't real javascript arrays, so to mutate them you need a reallocation.
    as
    var tmp = placeName;
    tmp.push (a);
    placeName = tmp;

  • Add/change the columns of data type (scripting)

    Hello

    I am writing a script to add default columns and their values in tables. So far, for me, it is possible to add columns to an existing table in the model.

    Then, I want to add value to the data type. I discovered there is a method called getDataType(). So far, I have not found the "setter; for this property.

    Like other scripts, I started by creating a table with columns, and then using the API to read the values.

    A simplified version of my code:

    get the columns of table

    myTab var = model.getTableSet () .getByName ("T_POSITIONS");

    colArray = myTab.getElementsCollection () .toArray ();

    loop through columns

    for (i = 0; i < colArray.length; i ++) {}

    the type of var data = colArray [i] .getDataType ();

    model.getAppView () .log (colArray [i] + "a datatype" + dataType);

    colArray [i] .setDataType ("VARCHAR2 (1)");

    }

    An error occurs when I want to run this script: could not find setDataType function in the object ID.

    I can't find the right method to add/change the datatype property.

    Any information would be appreciated.

    Hi Bart,.

    Here's what's in the column in the XML file:

    
    FDB11R21
    EMPLOYEES
    FIRST_NAME
    
    2015-01-13 12:45:08 UTC
    First name of the employee. A not null column.
    HR_870
    true
    false
    1
    LOGDT024
    20 BYTE
    false
    
    

    20 BYTES

    If you need set the size in "20 BYTE" or "20 CHAR".

    Philippe

  • Add a secondary index to store existing data (json).

    I want to store json using BDB messages. We use the json as a key object property and the rest of the object (bytes) json as a data. later if we want to add secondary index targeting property of the json for the existing data store object, I can not do that because the data is to stay as a bytes.is their all recommend how do this .i am very new to BDB.

    In BDB, the land used for a secondary index is from primary registration data (byte []) by using the code that you write.  You can convert bytes of data from the primary registration in JSON, pull on the property you want, and then convert this byte property (since all the keys of the BDB are bytes more).

    See:

    SecondaryKeyCreator (Oracle - Berkeley DB Java Edition API)

    And to make it easy convert the property in bytes:

    com Sleepycat.bind.Tuple (Oracle - Java Edition Berkeley DB API)

    The collections API tutorial is good to learn how it works, even if you do not use the collections API:

    Berkeley DB Java Edition Collections tutorial

    -mark

  • How to add the mask into effect reference is Options for Composition with after effects CC 2014?

    The main reason why I'm updating my After Effects with cc 2014 is "composition for each effect options, including the ability to limit the area affected by each of the effects with masks". This useful feature really simplify my work. But now I realize that I want to use the script function.

    I get Composition Options the effect name and matchName.It looks like this:

    NameNameNameNamepropertyValueTypeRemove
    Composition optionsundefinedADBE effect built in Params
    MasksundefinedEffect ADBE Mask Parade
    Reference mask 1undefinedADBE effect mask
    Reference mask 1MASK_INDEXFlow path ADBE effect Ref
    Opacity of the effectOneDADBE mask opacity

    I try to use .canAddProperty ("ADBE effect mask") and .canAddProperty ("ADBE Path flow Ref effect"). However, it returns false.

    I found that add or delete this property in the user interface are the buttons '+' and '-', so maybe I can use app.executeCommand (app.findMenuCommandId (theCommand)); However, I can't find that button name because it does not have a helpTips to remind me of the name.

    So how do you add the mask with script reference? Or ESTK has no permissions to access this useful property so far? I have not found anything on the Internet.

    Moreover, I have an another two quick questions:

    1. If there is more than two masks in a layer, remove for each mask is the same ("ADBE Mask Parade") ("ADBE Mask Atom"). How can I use the Remove to get the second mask such as the name property? First I treat like a table, but ("ADBE Mask Parade") ("ADBE Mask Atom') [index] actually did not work, so that ("ADBE Mask Parade") (" ADBE Mask Atom'") (index) is referring to the child property altogether in the first mask. I have no idea about it.

    2. when I use the method property() with script, property ('effect'), and property("effect") are all the two ok. The only difference in the method is the single quotes ' and the Quotation brands "." I just want to know if the "and" have any difference in the method property (), except that "this color is blue" and "this color is purple" in ESTK.

    The advice and the answer would be appreciated.

    Yes you can add masks to the effects by script.

    If "fx" is a fx on a layer:

    var fx.compositingOption = co;                                  or fx.property ("ADBE effect Built In Params')

    var fxMasks = co.mask;                                            or co.property ("ADBE mask Parade"): INDEXED_GROUP j

    fxMasks.canAddproperty ("ADBE effect mask");    true

    var fxMask = fxMasks.addproperty ("" ADBE effect mask");

    fxMask.maskReference.setValue (1);                        or fxMask.property ("ADBE effect way Brook Ref") .setValue (1);

    If you can do short

    fx.compositingOption.mask.addProperty("ADBE Effect Mask").maskReference.setValue(1);
    

    Xavier.

  • How can I define an event as a property of custom component?

    When you create a button there is a property click = "function (event)" which is the same as addEventListener (MouseEvent.Click, function) "

    But how to create an event as a property of a component listener custom. for example, the order of the day of my component custom event as follows: dispatchEvent (new Event ("stoneCountChosen")); But how to add inline for her property as follows < BindingEventDemo stoneCountChosen = "function (event)" / >?

    Thank you!!!

    I figured that out I needed to add a metadata MXML tag.


    [Event (name = "stoneCountChosen" type = "flash.events.Event")]

  • An error in this Applescript that I can't understand

    Hi, I searched some forums and found this script below which I modified. It works great except for a single statement:

    runScript If = 1 then number error -128 I want the script to do is, when a USB drive is mounted and is in the ignoredVolumes as "USB Untitled" I want the script to stop. What I can't understand is, runScript is set to 1, "Untitled USB" Monte, runScript is not changed, why don't the script stops with an error "user cancelled"? On the other hand, if a key USB Monte is not in the ignoredVolumes, runScript is set to 2 and copy the file I want it. What hurts? It's probably something that will be very obvious when I see the answer.

    Thanks for any help with this problem,

    Mike.



    property ignoredVolumes: {'10,10 30 1. 5 't', 'files 1. 5 't', "Untitled USB"} - add if necessary

    property videoExtensions: {"avi", "mov", "mpg", "wmv", "mp4" and "mkv"}

    the value newVolume to the alias (POSIX file "/ Volumes/files 1.") ("5T / new")

    the value oldVolume to the alias (POSIX file "/ Volumes/files 1.") ("5T / old")

    game runScript to 1

                   tell application "System events".

    the value rootVolumes to disk (POSIX file ' / Volumes ' in the text)

    the value allVolumes to name of every element of disc of rootVolumes

    the value numofallVolumes to the County of allVolumes

    Repeat with the present book in allVolumes

    say application 'Finder '.

    if (the present book is not in ignoredVolumes and (this book as text) is not '. ') DS_Store') then

    if there are alias (POSIX (' / Volumes / "& the present book) as text file ) then game runScript to 2

    runScript If = 1 then number error -128 - it does not give a 'User cancelled' error when "Untitled USB" is mounted

    runScript If = 2 then

                                                                            try

    duplicate (elements whose name is in the videoExtensions extension) in alias (POSIX file (' / Volumes / "& the present book &" / new ") as text) to newVolume

    on error number errorNumber errorMessage

    _error value of errorMessage

    _errorNum the value to errorNumber

    If errorNumber is -15267 then

    display the dialog box "This file already exists in folder a." buttons {"OK", "No"} default button 1 with the title "Film copy error?" giving upwards after 10

    If the returned button of result is 'No' then

    Error number-128

    on the other

    If the result is 'OK' or back button gave up lead and then of

    eject the present book

    display the dialog box "U S B D r i v e E j e c t e d - K O t o R e m o v e" {"no need to click on this button"} default button 1 button give up after 5

    return

    end if

    end if

    end if

    end try

    Try

    duplicate (elements whose name is in the videoExtensions extension) in alias (POSIX file (' / Volumes / "& the present book &" / old ") as text) to oldVolume

    on error number errorNumber errorMessage

    _error value of errorMessage

    _errorNum the value to errorNumber

    If errorNumber is -15267 then

    display the dialog box "This file already exists in the folder B" buttons {"OK", "No"} default button 1 with the title "Film copy error?" giving upwards after 10

    If the returned button of result is 'No' then

    Error number-128

    on the other

    If the result is 'OK' or back button gave up lead and then of

    eject the present book

    display the dialog box "U S B D r i v e E j e c t e d - K O t o R e m o v e" {"no need to click on this button"} default button 1 button give up after 5

    return

    end if

    end if

    end if

    end try

    display the dialog box "USB key will Auto Eject in 10 seconds or click OK... "buttons button 1 with the title"copy Complete - Eject? "default {'OK', 'No'} which gives after 10

    If the returned button of result is 'No' then

    Error number-128

    on the other

    If the button returned of result is "OK" or gave up a result then ejection of the this book

    display the dialog box "U S B D r i v e E j e c t e d - K O t o R e m o v e" {"no need to click on this button"} default button 1 button give up after 5

    end if

    end if

    end if

    end say

    end Repeat

              end say

    The way in which your external block If is currently based, the script can't do anything when this book is in the ignoredVolumes, it can not yet test the runScript value. Try something like this:

    If the present book is in the ignoredVolumes then

    game runScript to 1

    on the other

    if (the present book as text is not '. ') DS_Store') then

    if there are alias (POSIX (' / Volumes / "& the present book) as text file ) then game runScript to 2

    end if

    end if


    Of course, you need to remove a "end if' the end of the script.



  • PPA:mc3man / trusty-media firefox does not open

    Hello. I added ppa:mc3man / trusty-media to get ffmpeg (firefox not associated). Update dist has added a bunch of files and now does not open firefox. I tried to purge firefox and remove .mozilla.
    Couldit be some clashes gstreamer or freshplayerplugin?

    Firefox - safe-mode

    (process: 31696): CRITICISM of GLib *: g_slice_set_config: assertion 'sys_page_size == 0' failed

    (firefox:31696): GLib-GObject-WARNING *: try to add the property GnomeProgram:sm - connect after class has been initialized

    (firefox:31696): GLib-GObject-WARNING *: try to add the property GnomeProgram:show - crash-dialogue after the class has been initialized

    (firefox:31696): GLib-GObject-WARNING *: try to add the GnomeProgram::display property after the class has been initialized

    (firefox:31696): GLib-GObject-WARNING *: try to add the icon property - GnomeProgram:default after the class has been initialized

    Modules: %7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:41.0
    BuildID: 20150901080605
    CrashTime: 1441302166
    EMCheckCompatibility: true
    E-mail: [email protected]
    FramePoisonBase: 00000000f0dea000
    FramePoisonSize: 4096
    InstallTime: 1441299470
    Notes: OpenGL: NVIDIA Corporation - GeForce GT NVIDIA 304.125 630/PCIe/SSE2--4.2.0 - texture_from_pixmap

    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: beta
    Safe mode: 0
    SecondsSinceLastCrash: 210
    StartupTime: 1441302165
    TelemetryEnvironment: {"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86","buildId":"20150901080605","version":"41.0","vendor":"Mozilla","platformVersion":"41.0","xpcomAbi":"x86-gcc3","hotfixVersion":null},"partner":{"distributionId":null,"distributionVersion":null,"partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":6061,"cpu":{"count":4,"vendor":null,"family":null,"model":null,"stepping":null,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1"]},"os":{"name":"Linux","version":"3.13.0-63-generic","locale" :"en-US"},"hdd":{"profile":{"model":null,"revision":null},"binary":{"model":null,"revision":null},"system":{"model":null,"revision":null}},"gfx":{"D2DEnabled":null,"DWriteEnabled":null,"adapters":[{"description":"NVIDIA Corporation -- GeForce GT 630/PCIe/SSE2","vendorID":"NVIDIA Corporation","deviceID":"GeForce GT 630/PCIe/SSE2","subsysID":null,"RAM":null,"driver":null,"driverVersion":"4.2.0 NVIDIA 304.125","driverDate":null,"GPUActive":true}],"monitors":[{"screenWidth":1920,"screenHeight":1080}]}},"settings":{"blocklistEnabled" :true,"isDefaultBrowser":false,"e10sEnabled":false,"telemetryEnabled":true,"isInOptoutSample":false,"locale":"en-US","update":{"channel":"beta","enabled":true,"autoDownload":true},"userPrefs":{}},"profile":{}}
    Theme: classic/1.0
    Ramjet: 1
    Seller: Mozilla
    Version: 41.0
    useragent_locale: chrome://global/locale/intl.properties

    This report also contains technical information about the State of the application when it crashed.

    PPP-purge ppa:mc3man / trusty media fixed it.

  • Firefox crash when visiting Google +.

    Hello

    Whenever I open Firefox and then when I visit Google +, Firefox crashes. Then I see the error report window when I click "restart firefox" and then everything is ok.

    I sent crash report several times and I have this problem since version 30 and it persists today in version 31.

    I'm using Ubuntu 32-bit 14.04 so I opened firefox with the terminal to see what is the problem and this is what I have:

    (process: 8059): CRITICISM of GLib *: g_slice_set_config: assertion 'sys_page_size == 0' failed

    (firefox:8059): GLib-GObject-WARNING *: try to add the property GnomeProgram:sm - connect after class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the property GnomeProgram:show - crash-dialogue after the class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the GnomeProgram::display property after the class has been initialized

    (firefox:8059): GLib-GObject-WARNING *: try to add the icon property - GnomeProgram:default after the class has been initialized

      • (firefox:8059): CRITICISM *: gst_app_src_set_size: assertion 'GST_IS_APP_SRC (appsrc)' failed
      • (firefox:8059): CRITICISM *: gst_app_src_set_size: assertion 'GST_IS_APP_SRC (appsrc)' failed

    Best regards

    This looks like a problem with GStreamer.

    Try to set the pref to false media.gstreamer.enabled on the topic: config page.

  • Forestry USE. AdditionalData to the database

    As part of the design, we have before us, is there a way I can dynamically load data into the database?

    The container for the object to be measured has container AdditionalData which is PropFlags_UnstructuredProperty. It allows easy access to add new data in for test purposes. It is requested that the test developer can put additional data in this so that it appears in the results/reports. Practices for the generation of reports NI TestStand and customization explains how to add values in this container well under "logging USE and additional data to the report header Station (TestStand 2013 and later only).  My question is, I want to make these data available to be put in the database, not only in the report:

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Name", 1, "National Instruments").

    Parameters.UUT.AdditionalData.SetValString ("Manufacturer.Location", 1, "Debrecen, Hungary").

    Parameters.UUT.AdditionalData.SetFlags("",0,PropFlags_IncludeInReport)

    So if someone does, I would be able to store all these in the database. I created a new table based on the result of USE which has 4 columns, ID, name, TestResultID, value that should be sufficient to meet this requirement.  Each property in AdditionalData will be an entry to this other table with the TestResultID being a foreign key to the table UUT_Result.

    How can I get the database plugin to loop in the data, or what I have to write this function in my process template?

    You can connect the UUT. Table AdditionalData properties as properties of a step in a new result.

    1. Add a new Table that is bound to the key of the object to measure. Refer to the UUT_PROP_RESULT_ADDITIONAL_DATA document under "Test Log USE additional results - generic Recordset" schema in the attached schema file.
    2 add steps to create the object to measure. AdditionalData properties, and then have a step that takes the object to measure. AdditionalData, it clones and adds it as a property of the result of a step called UUTAdditionalData. (example sequence attached file)

    3. then create a schema that will record the additional data container located accordingly step when his path of the property contains the name of the UUTAdditionalData property. Note the precondition on the declaration of UUT_PROP_RESULT_ADDITIONAL_DATA and the options to cross stops processing a result once if the UUT_PROP_RESULT_ADDITIONAL_DATA table deals with the property (so it will be not as recorded in the PROP_RESULT table). Schema file (TestStandDatabaseSchemas.ini) is attached. You can directly import the schemas from the schema file in the Options dialog box database to log.

    I hope this works.

    Kind regards

    Sahana

Maybe you are looking for

  • How to transfer the old macbook pro iPhoto library

    I got a new Macbook and wanted to transfer my photos from my old computer in a fairly simple manner. Thank you

  • Data storage 3.5 "Toshiba Canvio problem with permanent fade.

    Since I started using the Toshiba Canvio 3 TB 3.5 "external data storige disc he found himself a strange faul which makes it difficult to use. Data storage, for example when I use it to watch a video file off and then it start immediately again to go

  • HP 15-ac628TU: cannot install Win7 on the new laptop computer

    I bought this computer: http://support.HP.com/th-en/document/c04941658 When I want to install windows 7 (32 bit) he asks a cd with drivers. There is no HP drivers for windows for this computer. Help, please!

  • Pavilion 14-b017cl: problem starting

    My laptop does not start. It shows a blue screen saying "Recovery". Your PC needs to be repaired. A repair device is not connected Error code is displayed. you will need to use the tools of recovery on your installation media. If you don't have any (

  • To try the beta of Windows Server '8 '.

    Hello I am (I am doing everything) two small nonprofits who is both very computerized in their demand for services.  My vision that their development involves the inevitable expansion in technology database server.  I'm still very much in the learnin