How to batch, fusion of the 3 different images? I use molten and the total of 240 different images.

How to batch, fusion of the 3 different images? I use molten and the total of 240 different images.
is there any script for it?

like photoshop, batch processing is unable to identify 3 different images and merge these three images. Instead, it performs the action on a single image.

Thank you

under the direction

// 2015, use it at your own risk;
#target photoshop
var theFolder = Folder.selectDialog ("select folder");
if (theFolder) {
////////////////////////////////////
var theFolders = theFolder.getFiles(getFolders);
for (var a = 0; a < theFolders.length; a++) {
var theFiles = Folder(theFolders[a]).getFiles(/\.(jpg|tif|eps|psd)$/i);
////////////////////////////////////
// open first image;
theFile = app.open(theFiles[0]);
var basename = theFile.name.match(/(.*)\.[^\.]+$/)[1];
// place other files;
for (var m = 1; m < theFiles.length; m++) {
placeScaleRotateFile (theFiles[m], 0, 0, 100, 100, 0, false);
// set to screen;
theFile.activeLayer.blendMode = BlendMode.SCREEN
};
// save as psd;
psdOpts = new PhotoshopSaveOptions();
psdOpts.embedColorProfile = true;
psdOpts.alphaChannels = true;
psdOpts.layers = true;
psdOpts.spotColors = true;
theFile.saveAs((new File(theFolder+'/'+basename+".psd")),psdOpts,false);
};
};
////////////////////////////////////
////// place //////
function placeScaleRotateFile (file, xOffset, yOffset, theXScale, theYScale, theAngle, linked) {
// =======================================================
var idPlc = charIDToTypeID( "Plc " );
    var desc5 = new ActionDescriptor();
    var idnull = charIDToTypeID( "null" );
    desc5.putPath( idnull, new File( file ) );
    var idFTcs = charIDToTypeID( "FTcs" );
    var idQCSt = charIDToTypeID( "QCSt" );
    var idQcsa = charIDToTypeID( "Qcsa" );
    desc5.putEnumerated( idFTcs, idQCSt, idQcsa );
    var idOfst = charIDToTypeID( "Ofst" );
        var desc6 = new ActionDescriptor();
        var idHrzn = charIDToTypeID( "Hrzn" );
        var idPxl = charIDToTypeID( "#Pxl" );
        desc6.putUnitDouble( idHrzn, idPxl, xOffset );
        var idVrtc = charIDToTypeID( "Vrtc" );
        var idPxl = charIDToTypeID( "#Pxl" );
        desc6.putUnitDouble( idVrtc, idPxl, yOffset );
    var idOfst = charIDToTypeID( "Ofst" );
    desc5.putObject( idOfst, idOfst, desc6 );
    var idWdth = charIDToTypeID( "Wdth" );
    var idPrc = charIDToTypeID( "#Prc" );
    desc5.putUnitDouble( idWdth, idPrc, theYScale );
    var idHght = charIDToTypeID( "Hght" );
    var idPrc = charIDToTypeID( "#Prc" );
    desc5.putUnitDouble( idHght, idPrc, theXScale );
    var idAngl = charIDToTypeID( "Angl" );
    var idAng = charIDToTypeID( "#Ang" );
    desc5.putUnitDouble( idAngl, idAng,theAngle );
if (linked == true) {
    var idLnkd = charIDToTypeID( "Lnkd" );
    desc5.putBoolean( idLnkd, true );
  };
executeAction( idPlc, desc5, DialogModes.NO );
// get layerid;
var ref = new ActionReference();
ref.putProperty (stringIDToTypeID ("property"), stringIDToTypeID ("layerID"));
ref.putEnumerated( charIDToTypeID("Lyr "), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
var layerDesc = executeActionGet(ref);
var layerID = layerDesc.getInteger (stringIDToTypeID ("layerID"));
// =======================================================
return [app.activeDocument.activeLayer, layerID];
};
////// get folders //////
function getFolders (theObj) {
if (theObj.constructor == Folder) {return true}
};

Tags: Photoshop

Similar Questions

  • How can I uninstall display framed from my pc? Using Windows7 and has not installed this * intentionally.

    Opened my laptop to find a new program, I have not installed.  Framed display and I cannot find in the control manager.  Any help would be appreciated thanks.

    If you use Chrome there is no reason to download any anti-malware to remove the sidebar display.

    How to remove it:

    1. If you are using windows, go to control panel > programs and features > delete "box-Display".

    2. then, go to control panel of Chrome > settings > Extensions > click on the trash next to "Box-Display" Remove icon.

  • How photomerge batch process of a sequence of images (cinemaDNG) + another image

    I have a sequence of images of about 500 images (.dng files) stored on the Blackmagic Design film camera and I need photomerge (development of reposition) each of those with an image in a separate folder. Each of the 500 will merge with the same file (the goal is to fundamentally expand the image of a static video). Help with this would be much appreciated. Thank you, Jim.

    Thank you, I got my answer to http://forums.adobe.com/message/6187816#6187816

  • How to create horiz 2 side by side nav bars using div and css?

    I am just placing navbars separate left and right side by side horizontally.  The div for the navigation bar right/second hand wants to go under the first, rather than beside it.  Each navigation bar must be 350 px wide.

    I am new to DW, so if you show me what to do in the code, please be specific and fundamental.

    I'm creating nav bars, following the instructions of the DW for Dummies, page 179: 1 pound large), first place the cursor on the page where I want the navigation bar will appear and click on the button DIV insert Panel; (2) name in the ID field, then...

    This is where I can't get the cursor to go to the right of the left navigation bar on the side of existing already created with a tag div and css.

    Thanks for your help.  I am creating a site e-commerce with podcasting.  I want to make the bars of nav for the separate electronic commerce of the podcasting navigation bar and the horizontal at the top of the entire page to take account of the layout of the site.

    InJoy! wrote:

    This is where I can't get the cursor to go to the right of the left navigation bar on the side of existing already created with a tag div and css.

    He's not beside that you currently have on your page until you style the two with css which should arrive later in the tutorial.

    You place the elements juxtaposed by "floating" with css.

    For example:

    A set of links go here.

    Another set of links go here.

    will look like (below) in Dreamweaver design view UNTIL you style them with css

    A set of links go here.

    Another set of links go here.

    Let the links to sit side by side using the attribute 'float' css:

    {#left_navigation}

    Width: 350px;

    float: left;

    }

    {#right_navigation}

    Width: 350px;

    float: left;

    }

    and they will look like:

    A set of links go here. Another set of links go here.

  • How to get the TOTAL size of the article before you download?

    Hi all

    Anyone know how to see what is the total size of the article before you download? I have an article that contains the video and several pages. I know I'm next above the limit, but I can't see how. I know that you can see the total link but surely Indesign, it's self will add more info on which will increase the size? I checked the video and pictures and they seem to fall under the 200 MB for the article. That article is not big so I need to know what is the total amount.

    I hope someone can help!

    (B) the limit is 100 MB for an article.

    That's really low, when you add videos to your article, so I hope they will change that in the future!

  • How can I perform a clean installation of Mac OS x for my iMAC, retina 5K late 2014 with drive of Fusion with the intact Recovery HD partition?

    How can I perform a clean installation of Mac OS x for my iMAC, retina 5K late 2014 with drive of Fusion with the intact Recovery HD partition?

    Pure how to install OSX on a Fusion drive and keep the recovery disc function

    These instructions assume that your iMAC partitions or file systems has been damaged and you want to restore to the way most efficiency with fusion drive and the recovery partition, similar to what was built in the factory.

    These instructions work for the iMAC, retina 5K end 2014 version comes with OSX Yosemite. The scores of major drive of the 128 G SSD and 3 TB of HARD drive has been configured as a logical drive (merger by car).

    WARNING: These instructions here are shared for interest only. Readers to take their own risk by following these instructions. The author is not responsible for any damage caused by following these instructions.

    This is the target disk partitions, and the configuration that we want to achieve.

    Disk0 is the 128 GB SSD - solid state drive and holds the start of the partition (disk0s3)

    Disk1 is the 3.0 to HDD - mechanical transmission and holds the Recovery HD partition.

    There are two EFI partitions to partition table GUID on both hard drives (disk0s1, disk1s1).

    Disk space remaining (partition disk0s2 and disk1s2) are used to create the disc of Fusion 3.1 to named "Macintosh HD".

    / dev/disk0 (internal, physical):

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * GB 121,3 disk0

    1: disk0s1 EFI EFI 209.7 MB

    2: Apple_CoreStorage GB LVG 121.0 disk0s2

    3: disk0s3 Apple_Boot Boot OS X 134,2 MB

    / dev/disk1 (internal, physical):

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * 3.0 to disk1

    1: EFI EFI 209.7 MB disk1s1

    2: disk1s2 Apple_CoreStorage TB 3.0 LVG

    3: disk1s3 Apple_Boot Recovery 650.0 MB HD

    / dev/disk2 (internal, virtual):

    #: NAME SIZE TYPE IDENTIFIER

    0: Apple_HFS Macintosh HD + 3.1 TB disk2

    Logical volume on disk0s2, disk1s2

    0D807F6E-FB7C-418F-AAF4-EF3EA3525D10

    Fusion unencrypted drive

    Here's how we do it.

    • A. clean reinstallation of Mac OS x.
    • 1. make sure that you back up all your data on the hard drive using Time Machine or other means. The following procedure will delete all data.
    • 2. create the OSX install USB, insert it to the MAC workstation.
    • 3. given that us will be operated on the internal trunk of the reader of the Mac, it must start on OSX install USB (see Y.).
    • 4. in the menu at the top of the screen, select disk utilities.
    • 5. turn highlighted the volume of disk Fusion called "Macintosh HD." Click clear to clean.
    • 6. If his success, then go ahead to install OSX new to that partition, as usual.
    • 7. otherwise, if it does not, that means fusion drive has been damaged.
    • 8 follow the instructions below to fix it.
    • . B. Split disc Fusion in the physical hard disks
    • 1. Since us will be operated on the internal drive of the Mac trunk, assumes that we already have boot up OSX install USB drive (see Y.).
    • 2. in the menu at the top of the screen, select utilities and Terminal.
    • 3. on the screen of the terminal type:
    • Cs diskutil list.
    • You will see something similar to the screen below.
    • 4 copy the long string after Logical Volume and replace the UUID with it in the following command to delete the logical volume of the disc fusion (aka coreStorage of logical volume):
    • diskutil deletevolume cs UUID
    • For example:
    • diskutil deletevolume E59B5A99-F8C1-461A-AE54-6EC11B095161 cs
    • 5 copy the long string after the logical volume group and replace the UUID with it in the following command to remove the drive (aka coreStorage) fusion:
    • diskutil cs remove UUID
    • p. ex. diskutil cs remove E03B3F30-6A1B-4DCD-9E14-5E927BC3F5DC
    • 6. at this stage, the fusion drive has been deleted, and hardsisk SSD and mechanical hard drive will be reappear in diskutil or separate records.
    • 7. If step 5 or 6 takes more than 30 minutes to complete, this means that the fusion drive has been corrupted. You can follow the commands below to clear the table to partition the hard way. First command clears the SSD drive, second command erases the HARD drive.
    • The command does not return a response, after 1 minute, press Ctrl + Z to complete orders. 1 minute is enough data to code and erase the partition table on the disk.
    • cat/etc/random >/dev/disk0
    • cat/etc/random >/dev/disk1
    • . C install a new copy of Mac OS x for the hard drive HDD and tested this disk partition hard recovery work.
    • 1. go on diskutil to create a partition called Macintosh HD HDD hard drive using all the space there.
    • 2 do the same with the mechanical hard drive.
    • 3. follow the usual procedure to boot from the installation of OSX USB and install a new copy of Mac OS x hard disk SSD.
    • 4. This will create the correct priming of the partitions, recovery hard drive partitions and PSX partitions hard disk HDD.
    • 5. once the installation is complete, test if OSX may start successfully, but no need to go through the initial MAC OS x didn't put in place that we're going to waste this and do the installation again later.
    • 6. we must now test if the recovery hard drive partition works.
    • 7. reboot for hard drive recovery (see X - by pressing command and R at the same time during boot right after that you hear sound start and release only a few seconds after you see the apple logo and the progress bar for loading...)
    • 8. it is important to test and make sure that the partition of hard drive recovery.
    • D. recreate the fusion drive
    • 1 since us will be operated on the internal trunk of the reader of the Mac, it must start on OSX install USB (see Y.).
    • 2. in the menu at the top of the screen, select utilities and Terminal.
    • 3
    . on the screen of the terminal type:
  • diskutil list.
  • You should find that we have a list of disk group hard physical volume only, no logic here still.
  • 4. you will see something similar to the screen below.
  • 5. search for the largest partition on the SSD hard drive, which should be close to the maximum size of HDD to the SSD (121 G, for example) and mark the name of the device, this will usually be something like/dev/disk0s2
  • 6. search the largest disk partition mechanical forming fusion with the SSD hard drive. This should be close to the maximum size of the mechanical hard drive (for example 3 TB) hard disk and mark the name of the device, this will usually be something like/dev/disk1s2
  • 7
  • . Now let's create the merger in car (group alias logical volume) in the Terminal, type: diskutil cs create nom_lecteur driveIDs
  • The number of the driveIDs is unlimited, it may be a number of discs, or a number of disk partitions. Always put the faster discs first, for example for our SSD disk0s2
  • For example:
  • diskutil cs create fusiondrive disk0s2 disk1s2
  • diskutil - the version of disk utility command line.
    cs - This calls for Core Storage, which is necessary for the merger.
    create - creates a basic storage group.
    nom_lecteur - is the name of the drive and how you want that he
  • appear in the disk utility (not the Finder - that comes later). You can call it what you like; in our example, we named our Fusion table "Fusion".

  • driveIDs - Here is the Player IDs of the readers you want as part of your Fusion table, separated by a space. In our example, they are 'disk0' and 'disk1', but it may be different in your configuration.
  • It is important that the faster hard drive appears first in the command, which in our case the disk0s2 (a partition in the SSD). In this way, drive fusion will use this disk as primary and the cache. The second disc in the command, in this case disk1s2 (a partition on the HARD disk). The secondary disk (HARD drive) is used to store less frequently used files.  Otherwise, the fusion drive performance will be worse that it is designed for.
  • 8. you will see something like below appear on the screen:
  • Creation Volume logical storage of kernel
  • Move isk0s2 storage of carrots
  • Disk1s2 of switching for the storage of carrots
  • Waiting for logical volume group appear
  • Discovered the new group of logical volumes 'DBFEB690-107B-4EA6-905B-2971D10F5B53 '.
  • Store LVG UUID: DBFEB690-107B-4EA6-905B-2971D10F5B53
  • Finished CoreStorage operation
  • 9 copy to the bottom of the string after "Discovering new Volume Logic Group" using the command + C
  • 10. next, create the partition of the merger (alias logical volume) drive named "Macintosh HD".
  • In the Terminal, type: diskutil createVolume groupString jhfs cs + size volumeName
  • For example:
  • Diskutil createVolume DBFEB690-107B-4EA6-905B-2971D10F5B53 jhfs cs + 'Macintosh HD' 100%
  • diskutil - once again, this is the version of disk utility command line.
  • cs - called the basic storage functions, which are necessary for this arrangement.
  • createVolume - this is the command to create the storage area real for the reader who is represented by an icon on your desktop.
  • groupstring - this is the long alphanumeric string you copied in the previous step. It identifies the table you created such as getting a volume placed on it.
  • jhfs + -the format of the disc. It is Apple (journaled) extended Format, which is recommended for drives with an operating system installed on it.
  • VolumeName - the actual name of the volume, how it should appear under the icon. If there is a space in the name, you must put the full name in quotes ("name") or put a slash before the (name Drive\) space. In our example, we made these, naming our volume "Macintosh HD".
  • size : this is the size of the volume. In our example, we had a 1.1 TB drive. We used '1100g' to describe what 1100 GB (1.1 TB to base 10). Otherwise, we could have also used 1.1 T or even 100% as a size.
  • 11. go to diskutil to verify that you can see this new partition on the list.
  • 12. test by erasing all the data from it.
  • 13. then you can go ahead to start on the USB drive to install OSX and install a new copy of Mac OS x on it.
  • 14. This will allow you to keep the recovery disk feature.
  • X. how Prime to recover partition
  • Press and hold the command and button R set immediately after hearing the bells to boot.
  • Only release it 2 seconds after you see the Apple logo on the screen and the progress bar for the start. This will start the partition of hard drive recovery.
  • Y. how-to boot OSX install USB
  • Press and hold the command and the optionkey together immediately after hearing the ringing of boot.
  • Only release it 2 seconds after you see the Apple logo on the screen and it will give you a list of startup disk choice, choose the OSX install USB to boot from.
  • What does Apple thunderbolt 2/USB 3.0? How is in Fusion different to any other storage? What makes a keyboard 'magical '?

    Decode Apple Sales-talk!

    What Apple meant by thunderbolt 2/USB 3.0 by referring to a workout accessories?

    How is in Fusion different to any other storage?

    What makes a keyboard 'magical '?

    Sorry, but it's the only category I found in the list of Apple that came even close to my questions. I can be in the market for a new computer. but cannot decode their advertising messages.

    1 specification: differences in speed and compatibility.

    2. merger of the drive is about a 'road' with a (small) part of SSD and HARD drive part (large) normal: he saw the day when SSDS were expensive. The FusionDrive software alone decides where files are placed, to ensure that common among the files are on the SSD and weak files used are on the SSD. I think that it is very obsolete. You have no influence where are the files and it creates several writings more than 'normal' operating system software

    3 "magic aahhhh": it's a label only.

  • How can I Albums in the Photo App with images taken at different times.

    How can I Albums in the Photo App with images taken at different times.

    I had books in Aperture and iPhoto which have been labeled 'Family', 'Friends', etc., and I would like to move the images in the album, and there no matter when it was taken.

    Thank you

    Brian

    In the same way. Make an Album and drag the images to him. Key word or images and the use of the smart Albums.

  • How to display on my screen 2 different applications at the same time?

    How to display on my screen 2 different applications at the same time?

    Hello

    The best place to ask would be the forums for answers corresponding to your version of Windows.

    Answers - Windows Forums
    http://answers.Microsoft.com/en-us/Windows

    =====================

    If you have Windows 7 with Aero - click with the right button on the taskbar at the bottom of the screen and click on 'show windows '.
    Side by Side.

    For all versions of Windows:

    You could also reduce less than full screen using the small box to the left of the red X at the top right
    and then resizing windows as you want.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • I wrote a batch file in Notepad using win XP, it works, but when you are finished, the black screen is still there. How can I automatically have the black screen disappear.

    I wrote a batch file in Notepad using win XP, it works, but when you are finished, the black screen is still there.    How can I automatically have the black screen disappear.

    Hello

    Use it as the last command in the file beats.

    OUTPUT

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Microsoft Outlook is not compatible with my email. How can I change this to a different email address. It opens and gives me the email that it is not compatible.

    Microsoft Outlook is not compatible with my email.  How can I change this to a different email address.  It opens and gives me the email that it is not compatible.

    I need to put up with my hotmail account.

    Hi CarolBehrendt,

    • What e-mail program other than Microsoft outlook use?

    You must validate your application in the Windows Live community to know how to configure the hotmail account in the e-mail program you want to use.

    http://www.windowslivehelp.com/

  • I have pictures in 5 different places, some, some not, how can I get to the same place

    I have pictures in 5 different places, some, some not, how can I get to the same place?

    Thanks for your help, but I'll just give up this. I'm not good on computers, can't do anything anyone advise.  / Thank you once again, Luella

    You learn how to do what all young as you are right now, or the other.  * smile *.

    It's not as if the issue is not going away.  Perhaps if you focused on ONE thing first - like find all the photos on your local computer or to save all photos to your account facebook or yahoo in a folder on your desktop - it seems so overwhelming to you.  All little by little.

    What you want to try first?

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • How sensitive divs that are the same height, but with different amounts of content in them?

    I try to use a square twice side by side on my site, and they are sensitive, but as they have a different amount of content in them, they are different height. How do I make them the same height so they dimensionnera always evenly?

    Here is an example of what I want to do.Screen Shot 2015-07-07 at 13.46.58.png

    Here is the css and html I use;

    . Half-width {} content

    Width: 50%;

    Float: left;

    Max-width: 675px;

    Max-height: 338px;

    }

    . {Texthalf}

    Width: 80%;

    height: 80%;

    margin: 10% 10%;

    }

    < div class = "Half-width-Content" style = "" background-color: # 2793 3; ">"

    < div class = "Texthalf" >

    < h1 > < font color = "White" > did you know? < / police > < / h1 >

    < hr > < / h >

    < h6 > < font color = "White" > Hacel has combined 100 years of experience in the lighting industry < / police > < / h6 >

    < hr > < / h >

    < / div >

    < / div >

    And this is what I get now;

    Screen Shot 2015-07-07 at 13.49.42.png

    Thank you

    First - make sure you include a link to the jquery library in your page head tags:

    And then paste the code I provided after him.

  • How to set preferences for the network folder in VMWare Fusion

    I use VMWare Fusion to run a virtual PC on my Mac which I use QuickBooks to MUCH for my business. I'm trying to get the Writer of Intuit, a complementary product to work, QuickBooks statement but there need me to change the security settings on the "network drive" my files are on. Here's what he said I should do:

    "If you choose a network folder for a default save location, the system

    administrator must make some specific changes on the network and address

    some questions of local security. To open the QMD files over a network, the

    administrator must grant full trust to any executable code or to

    all Microsoft Office documents in the folder where the file qsm

    stored. Either the type of access requires a change in the code access

    security strategy for .NET framework on the computer. The

    administrator must ensure that these changes are compatible with any

    other local security policies. For more information, see Networking SIE

    and multiple users. »

    Help! How can I do this?

    Thank you

    Dawn

    I don't use QuickBooks but Google search for EIS networking and multiple users hit Albums is support QuickBooks - statement of Intuit writer (SIE) network and multi-user functionality and he said: 'because we do not recommend this, the files must be local when you work with them. It is necessary to copy the file IF you want to work with on your local disk, and when the finished work with the file, copy it to the server. "so this means to copy the file in the folder shared VMware on the Windows filesystem, as an example the office that you use also the feature and then mirrored folders when it copy in the shared folder of VMware.

    If you don't want to do that, then it seems that the major changes that need to be taken are on the side of Windows and not really a matter of VMware Fusion in itself however in the perspective of VMware Fusion, VMware shared folder should be set to read & write and is the only permissions that VMware Fusion has no control on in this regard.  Another aspect of the permissions would be on OS X and the permissions on the folder as a shared folder on VMware normally, only the owner has read & write permissions and other default permissions for reading only.  You may also need to change the permissions to read & write however what I read after looking at a few other answers the main objective research to resolve that matter Windows itself using the .NET Framework Configuration tool.

    So I really do not see this as a matter of VMware Fusion and see it in the totally as an issue security policy mainly on Windows, although the other mentioned permissions must be at least check and then only modified if necessary after that making the necessary changes on Windows is not sufficient even though as long as the folder shared VMware is set read/write & I think the rest this is totally of the Windows side.

Maybe you are looking for

  • Tecra A10 - fake error messages and the date of

    Hello, Toshiba Tecra A10, PTSB0A-002001 under XP pro, I get the wrong date & error messages on my cell phone when I get out my laptop for long periods off without charge, so I guess that the Cmos battery is not good, so I ask: what is the cmos batter

  • ix4 - 300 data recovery

    Hello I have an ix4-330 with a raid5.problem because I myself stop working.to restarting, the computer gave me a raid5 parity error. Page: manage/diagnosis I appeared the problem and had to fix check and accept. No data warning possible perdiad or ap

  • Z800: Z800 SATA RAID Limitations

    Dear experts, I bought a Z800 renovated with the intention of using it as a development and test database server computer. I joined four red 3TO WD SATA drives and tried to set up two of them as RAID0 and the other two as RAID1 configuration RAID SAT

  • Issue of data collection

    Hello I've written a VI that collects data continuously in a circular buffer, and is supposed to save all the points in the buffer to a file excel to an impact trigger. I currently use the scalar comparison of the limit of wave form VI to run the tri

  • Rolling mouse problem

    When using my wireless mouse, as lines roll several at a time. I tried two different mice with the same problem. Both mice come from Logitech, but different models. My Dell laptop runs on a Wi - Fi connection. I tried all the stuff I can think to rei