Possible to buffer DI with 6221 board?

http://sine.ni.com/nips/cds/view/p/lang/en/nid/203867
Just curious if with DAQmx I could monitor multiple DI lines (for instance Dev0/port 1/line0:7) at a rate of 100 hz, but buffer the reads so in software I only had to loop at, say 10 hz and could read an array of 10 samples at a time. So, I'd get a 2d array of 8 lines (rows) by 10 columns (samples). Or are DI reads purely software timed? Basically, the DI equivalent of N channels, N samples for analog input.
CLA, LabVIEW Versions 2010-2013
Solved!
Go to Solution.

Thanks, Felix. After you mentioned waveform, I went and looked for digital waveform examples and found correlated dig read with counter. That VI looks at a digital waveform of lines 0-3 on a single port, so I pretty much just used that logic. I will mark a solution once I verify this truly does what I want. Also, I believe we do use the PFI lines, but only at 1 hz so we can do single point in software.
CLA, LabVIEW Versions 2010-2013
Attachments:
digital samples.PNG ‏50 KB

Similar Messages

  • If I'm installing a PC-6221 board to work with Labview 7, do I need to get anything else with it if my connector I have right now is 50 pins to go with my old PC-1200 board?

    What other specific things would I need?
    Thanks

    Hey,
    Thanks for the reply.  Before I buy the PC-6221 board, a new cable, and a new to go along with it, I was just wondering if there was a way for me to use 50 pins from my PC-1200 board.  I have three laying around, so I was wondering if there was a way to use them to make a 68-pin one.  This is probably not likely, but any suggestions would be great.  Thanks again for the reply, and you understood what I was trying to ask.
    Take it easy,
    Ryan

  • Is it possible to lock out  the Key Board commands in Keynote?

    Is it possible to lock out your key board actions  in Keynote? This happened all of a sudden. My keyboard has no effect on my trying to change text colors or enter characters. By using the mouse to add text the text box appears but I cannot change the character color.I can change it with the mouse and the new color is displayed but when I type nothing appears as the default color is white and the background is white. I did a copy and paste from a previous slide and I can enter the line to start editing but nothing appears. Nor can I delete anything with the Key board. This is only happening in Keynote. If I use the Key Board to send an email everything works fine. Can type and use the delete button so it seems that the Key Board is fine with other Apps, this is just happening in Keynote. It seems like the Key Board actions are not taking place, it is as if the Key Board is locked out of the Keynote functions.
    Thanks in advance for any help
    Rodger

    Try resetting Keynote as follows:
    remove Keynote version 6.5, you must use an application removal tool for this procedure to work:    Appcleaner is free, I use Appzapper
    empty the trash
    Shut Down the Mac (Apple menu > Shut Down)
    wait 10 seconds, then press the power button
    Immediately after you hear the startup tone, hold down the Shift key, release the Shift key when you see the grey Apple screen
    start up will take a few minutes longer than usual as the Mac is performing a repair routine
    restart the Mac normally, (don’t hold down any keys during startup)
    install Keynote from the Mac App Store

  • InsufficientBufferRule reporting bogus buffer lengths with live dynamic MBR streams

    Can someone tell me why InsufficientBufferRule.as uses the "rtmpMetrics.netStream.bufferLength" as opposed to "rtmpMetrics.netStream.info.videoBufferLength"?
    The reason I ask is because the "rtmpMetrics.netStream.bufferLength" returns 10 times(can grow to even more during transitions in quick succesion) what the actuall buffer length is when it switchs to a differnt stream. It will then continually drop until it starts returning the real buffer length(with my current bitrate(100, 300, 500) and bufferTime(10 seconds) setup, its takes about 20 seconds to get back to real buffer length). Durring this time the player is vulnerable to a buffer empty event because of the extremly high(and obviously wrong) buffer length being returned by "rtmpMetrics.netStream.bufferLength". Because of the incorrect buffer length being returned, the "if (_panic || (rtmpMetrics.netStream.bufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))" statement never fires and hence the buffer drains completely without any warning.
    I hate the stuttering buffer empty, buffer full, buffer empty, buffer full... crap that happens when this occurs so I've been debugging(more like hacking:)) this issue for quite some time. I tried many different things to try and avoid the buffering empty state. Most of my hacks have been done in the NetStreamSwitchManager file and I have had some limited success in avoiding the buffer empty state but ultimatly it would shows it ugly head no matter what I did.
    Last night I found the "rtmpMetrics.netStream.info.videoBufferLength" property and noticed it returns the correct buffer length all the time even during a transition. So I changed "if (_panic || (rtmpMetrics.netStream.bufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))" to "if (_panic || (rtmpMetrics.netStream.info.videoBufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))" and tada!!!! It works like a dream. No matter what I do with my Netlimiter program(simulates bad connections), short of going below the 100kbs setting, the player never reaches the buffer empty state. Yaaaayyyyyyyyy:). I was even able to remove some of my hacks and still get good results. I plan on setting up a totaly new and clean enviroment and try this without any of my previous hacks and see how it works. In the meantime I was hoping someone could enlighten me as to why bufferLength is being used as opposed to videoBufferLength.
    I included some browser logs that show what I am describing below. Any insight into this would be greatly appreciated.
    100kbs to 300kbs
    [LOG] time 10:44:15.967 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 10.102
    [LOG] time 10:44:15.969 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10.1
    [LOG] time 10:44:16.517 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 9.901
    [LOG] time 10:44:16.519 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 9.9
    [LOG] time 10:44:17.49 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 68955.72916666667
    [LOG] time 10:44:17.50 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 9.981
    [LOG] time 10:44:17.57 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 9.95
    [LOG] time 10:44:17.549 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : Move up since avg dropped FPS 0 < 2 and bufferLength > 10
    [LOG] time 10:44:17.551 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : getNewIndex() - about to return: 2, detail=null
    [LOG] time 10:44:17.554 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 68955.72916666667
    [LOG] time 10:44:17.557 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 10.085
    [LOG] time 10:44:17.560 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10.05
    [LOG] time 10:44:17.564 :: org.osmf.net::NetStreamSwitchManager : 10:44:17 GMT-0400>>> NetStreamSwitchManager.----------0
    [LOG] time 10:44:17.567 :: org.osmf.net::NetStreamSwitchManager : 10:44:17 GMT-0400>>> NetStreamSwitchManager.checkRules() - Calling for switch to 1 at 300 kbps
    [LOG] time 10:44:17.570 :: org.osmf.net::NetStreamSwitchManager : 10:44:17 GMT-0400>>> NetStreamSwitchManager.executeSwitch() - Switching to index 1 at 300 kbps
    [LOG] time 10:44:18.165 :: org.osmf.net::NetStreamMetricsBase : onNetStatus() - event.info.code=NetStream.Play.Transition
    [LOG] time 10:44:18.167 :: org.osmf.net::NetStreamSwitchManager : 10:44:18 GMT-0400>>> NetStreamSwitchManager.onNetStatus() - event.info.code=NetStream.Play.Transition
    [LOG] time 10:44:18.599 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : Move up since avg dropped FPS 0 < 2 and bufferLength > 10
    [LOG] time 10:44:18.603 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : getNewIndex() - about to return: 2, detail=null
    [LOG] time 10:44:18.607 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 68955.72916666667
    [LOG] time 10:44:18.610 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 27.508
    [LOG] time 10:44:18.612 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10.1
    [LOG] time 10:44:19.99 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : Move up since avg dropped FPS 0 < 2 and bufferLength > 10
    [LOG] time 10:44:19.101 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : getNewIndex() - about to return: 2, detail=null
    [LOG] time 10:44:19.105 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 68955.72916666667
    [LOG] time 10:44:19.108 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 27.008
    [LOG] time 10:44:19.110 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10
    300kbs to 500kbs
    [LOG] time 10:44:47.472 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 10.035
    [LOG] time 10:44:47.480 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10
    [LOG] time 10:44:47.966 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : Move up since avg dropped FPS 0 < 2 and bufferLength > 10
    [LOG] time 10:44:47.968 :: org.osmf.net.rtmpstreaming::SufficientBandwidthRule : getNewIndex() - about to return: 2, detail=null
    [LOG] time 10:44:47.970 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 31764.322916666668
    [LOG] time 10:44:47.972 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 10.135
    [LOG] time 10:44:47.976 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10.1
    [LOG] time 10:44:47.981 :: org.osmf.net::NetStreamSwitchManager : 10:44:47 GMT-0400>>> NetStreamSwitchManager.----------1
    [LOG] time 10:44:47.986 :: org.osmf.net::NetStreamSwitchManager : 10:44:47 GMT-0400>>> NetStreamSwitchManager.checkRules() - Calling for switch to 2 at 500 kbps
    [LOG] time 10:44:47.989 :: org.osmf.net::NetStreamSwitchManager : 10:44:47 GMT-0400>>> NetStreamSwitchManager.executeSwitch() - Switching to index 2 at 500 kbps
    [LOG] time 10:44:48.308 :: org.osmf.net::NetStreamMetricsBase : onNetStatus() - event.info.code=NetStream.Play.Transition
    [LOG] time 10:44:48.309 :: org.osmf.net::NetStreamSwitchManager : 10:44:48 GMT-0400>>> NetStreamSwitchManager.onNetStatus() - event.info.code=NetStream.Play.Transition
    [LOG] time 10:44:48.465 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 23247.514204545456
    [LOG] time 10:44:48.467 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 40
    [LOG] time 10:44:48.469 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 10
    [LOG] time 10:44:48.966 :: org.osmf.net.rtmpstreaming::InsufficientBandwidthRule : -------Average bandwidth of 17793.34677419355
    [LOG] time 10:44:48.967 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : bufferLength reporting Buffer of 39.5
    [LOG] time 10:44:48.970 :: org.osmf.net.rtmpstreaming::InsufficientBufferRule : videoBufferLength reporting Buffer of 9.9
    Thanks,
    Wayne
    P.S.    While wrighting this I realized I need to replace the second part of that if statement to the videoBufferLength as well, so I will do that and make sure it still works. If I don't reply to this you can assume that it works as well.

    Wow I'm starting to get a little confused here. I need to mention that in my first post I said that I changed/used 
    "if (_panic || (rtmpMetrics.netStream.bufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))".
    That was not the truth, I had actually shortened that statement in one of my earlier hack attempts, not really giving it to much thought at the time. The statement that I ended up changing/using was more like
    "if (_panic || rtmpMetrics.netStream.bufferLength < minBufferLength)" changed to "if (_panic || rtmpMetrics.netStream.info.videoBufferLength < minBufferLength)".
    So now that I go back and try using the original code which I had commented out earlier I realize there is somthing very wrong here, I think:) The second part of the statement
    "if (_panic || (rtmpMetrics.netStream.bufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))"
    is checking if the buffer length is greater than the buffer time, but the first part is checking if the buffer length is less than min buffer length. How would that ever be possible?
    bufferTime = 10
    minBufferLength = 9
    if the bufferLength(no matter which one you use) is less than minBufferLength(9) how is ever going to be greater than bufferTime(10)?
    fyi:
    if  I change the statement
    "if (_panic || (rtmpMetrics.netStream.bufferLength < minBufferLength && rtmpMetrics.netStream.bufferLength > rtmpMetrics.netStream.bufferTime))"
    to
    "if (_panic || (rtmpMetrics.netStream.info.videoBufferLength < minBufferLength && rtmpMetrics.netStream.info.videoBufferLength < rtmpMetrics.netStream.bufferTime))"
    it works like a dream again.
    Thanks again,
    Wayne
    P.S.   I noticed that there are other places such as SufficientBandwidthRule.as that are referencing rtmpMetrics.netStream.bufferLength. I plan on going through the code and changing these and see how it works. I'm starting to wonder what else could be written like this or am I crazy? 

  • Interface Labview with custom board

    Hello, I want to use Labview with a board I designed. To be brief my board has an Altera FPGA, some memory, and a fiber-optic transceiver. I want to develop a Labview program to display the data I'm receiving from my fiber-optic transceiver. I want to know if this is possible to have Labview interface with a non-National Instruments board? What do I need in order for Labview to work with my board. In my previous design I had the received data written directly to the computer's main memory. Could I do something like that, just tell Labview where in memory to get the data to be displayed?
    thanks,
    joe

    Absolutely. I'm doing that right now with VISA. Look at the posting here. There are some links there in how to procede.

  • PC MARK 4 Scores with MSI boards

    Hi,
    I was really surprised when I PCmarked my machine, have seen scores like 4765 on a p4 3.0 prescott with one gig on an Epox board rig, 4823 from an Abit, 4829 from biostar... with less ram than I've got.
    MSI PT880
    P4 3.0 Prescott-1:1 2.5 3-3-8 4x512 CorsairVS DDR400-X800pro-on air - 3807
    p4 3.0 at 3.3 -6:5 2.5 3-3-8 - 3887
    p4 3.0 at 3.2 1:1 2.2 3-3-8 - 4102
    Although my PCmarkGraphics scores were tremedious. 21000... is that possible?
    Any one have some scores they could share with MSI boards as a point of comparison?

    i pulled a 4917 running 3.6ghz with stuff running in background im streaming music from my pc to others so if i turned that off probly would jump to over 5000.  And checked my futurmark manager my other speed scores
    3.6Ghz=4917
    3.75Ghz=5449
    3.8Ghz=5495
    best one at
    http://service.futuremark.com/compare?pcm04=2650080

  • ITunes store can't connect with on-board wireless

    I am running Windows XP SP3 and my computer won't connect to the iTunes store with my on-board wireless. When I am at work docked and hardwired on the network, I can connect no problem. I am connected to the Internet when I am using my wireless but the iTunes store times out and says to check network connection. I also have a Spring card and I can connect to the store with it, but I would rather connect with my wireless.
    Do I possibly have a conflict with the Sprint card even though it is disconnected?

    Thanks for the reply. I thought that might be the problem too, but I can connect to the iTunes store if I use my wife's laptop, so I don't think the problem is with the router.
    Any other thoughts?

  • Is it possible to use FaceTime With my two IPad With the same email address? I Will Google to china next month And i would like to communicate With my kids.

    IS it possible to use FaceTime With my two IPad That has the same address? I Will Go to China soon And i would like to discuss With my kids from there i.e. One IPad in China And one in Montréal.

    No, this is not possible.  It would be like dialing your own phone number.  You must verify an additional new email address for your second iPad.  See the following link which will tell you how to do this.  You will need to add this new address to Facetime app in one of your iPads.
    http://support.apple.com/kb/HE68

  • Is it possible to use variable with interval in BEX for filter or pl funct.

    Hi,
    we have filters in which variables with interval are being used, as well as planning functions in which a variable with interval should be used.
    In the planning modeler everythings works fine. But I have problems to fill values for these type of variables. The error message "specify a value for variable xxx " is always generated. I know it is possible to do this (with VAR_LOW & VAR_HIGH instead of VAR_VALUE).
    Can someone please help?
    regards
    D

    Hello Dries,
    yes, it's possible. You have to use VAR_VALUE_LOW and VAR_VALUE_HIGH.
    Regards,
    Marc
    SAP NetWeaver RIG

  • What are the different types of analytic techniques possible in SAP HANA with the examples?

    Hello Gurus,
    Please provide the information on what are the different types of Analytic techniques possible in SAP HANA with examples.
    I would want to know in category of Predictive analysis ,Advance statistical analysis ,segmentation analysis ,data reduction techniques and forecast techniques
    Which Analytic techniques are possible in SAP HANA?
    Thanks and Regards
    Sushma C Narasimhamurthy

    Hi Sushma,
    You can download the user guide here:
    http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFcQFjAB&url=http%3A%2F%2Fhelp.sap.com%2Fbusinessobject%2Fproduct_guides%2FSBOpa10%2Fen%2Fpa_user_en.pdf&ei=NMgHUOOtIcSziQfqupyeBA&usg=AFQjCNG10eovyZvNOJneT-l6J7fk0KMQ1Q&sig2=l56CSxtyr_heE1WlhfTdZQ
    It has a list of the algorithms, which are pretty disappointing, I must say. No Random Forests? No ensembling methods? Given that it's using R algorithms, I must say this is a missed opportunity to beat products like SPSS and SAS at their own game. If SAP were to include this functionality, they would be the only BI vendor capable of having a serious predictive tool integrated with the rest of the platform.... but this looks pretty weak.
    I can only hope a later release will remedy this - or maybe the SDK will allow me to create what I need.
    As things stand, I could built a random forest using this tool, but I would have to use a lot of hardcoded SQL to make it happen. And if I wanted to go down that road, I could use the algorithms that come with the Microsoft/Oracle software.
    Please let me be wrong........

  • Is it possible to Integrate dos with Java to create a sample compiler?

    Is it possible to Integrate dos with Java to create a sample compiler, or do I have to write the compiler from scratch? In theory, I would like to have users enter sample code in a java text field, hit a java button that would compile/run the code, by calling a dos command prompt that would run it, and display any error messages back to the java text field. Does anyone know if this is possible? Any help would be greatly appreciated.
    Tflav23

    There is a Compiler class you might be able to use also:
    C:\jdk1.3.1_01\docs\api\java\lang\Compiler.html
    So perhaps there is no need to create a process to compile code. But I don't know if you can get information about compiler errors.

  • Can"t get my system to work with smart board notebook.  What's wrong?  it worked before I upgraded.

    Before I upgraded my system worked with smart board notebook.  Now it does not.  Can someone tell me how to get the two working together/

    Is it compatible? See App Compatibility Table - RoaringApps.

  • Is it possible to connect indesign with database/OOD...

    Hello fellow Indesign user,
    Not sure if this question belongs here or in scripting...
    I'm just a moderate user in ID CS4 and I got this daunting task to find/invest a way to use Indesign (our existing layout software) to create "brochures/instruction manuals" using databases or OOD. Meanings, use a template, add a code that corresponds to a similar code with pre-defined data-entity in a database/OOD, and automatically add the text/pictures from the database/OOD.
    We are not talking about addresses or simple things like that, but brochures and instruction manuals in different languages with different or similar operation for each machine. Some instructions are the same and some are not. Get my drift?
    We are using ID Cs4 in the company right now, not the smartest tool to use when producing 25 different brochures/technical manuals with different languages. Changing one content in one manual, meaning we have to change all 25 brochures/manuals.... manually...
    Many of you may think -"why did you start ID in the first place". The answer: I don't know, I wasn't here then... It is not until now they discovered -"Oh, we need a new system… " and guess who got the task to evaluate it…
    I need to know if it is possible and to what extent we can use ID with database or an OOD-system to retrieve data (mostly custom data with bulletin, font, size, pictures, etc).
    Articles, links and other information would be very helpful….
    Thanks!
    //Vincent

    What kind TM exist out there and is it possible to integrate it with ID? (I can probably check Wikipedia, but it feels correct to ask the right question to ask to the right person here. How does your firm manage multilingual contents in ID? You gotto have the same problem as I do, at least to some extent…
    How is it even possible to have an automated system and still have that flexible design freedom in ID..? Many questions here…
    To invest a complete new system is not an option anymore. I made some calculation and plenty of phone calls. The figures does not look good at all… it’s simply not worth the time and money. So what are the options, if we keep ID in the firm?
    Well, I should have had lots of time to answer your questions this  evening, but it turns out that we're both out of luck. I'll cover a few  things quickly to give you some Google-fodder:
    1) Okay, I won't suggest expensive commercial solutions.
    2) Read up about how to flow XML content into and out of ID
        2b) Store your content in the DB of your choice, spit out XML, and then update your INDDs with it.
    3) Think about an open-source TM app like OmegaT
    4) Do you do all of your translations in-house? If not, ask your suppliers how they work.
    5) But really, if you don't have a completely obsessive person in charge of making sure everything is up to date, you're asking for trouble. I'm reminded of a quote by Edward Tufte who was talking about project management; I can't remember the quote, but the idea boiled down to the fact that you can do just as good a job with whiteboards as you can with databases. At least right now you know that you haven't kept all versions up to date... if you were housing all your content in a database, then the update process is somewhat hidden from you, and you wouldn't know if something broke unlesss you caught it in QA. If you're not doing all the updates... then you can't do good QA.This is a recipe for disaster.
       5b) Establish a good workflow with whatever tools you have (database, whiteboards, little strings with knots tied in 'em, notches carved in the thighbones of extinct birds of prey, etc.) and give someone the power to sanction/punish/fire people who disobey workflow rules. I am not kidding.
    I will make more useful suggestions (suggestions more useful than 5b, at any rate) in the near future.

  • Is it possible to create graph with in the table / Pivote table.

    Is it possible to create graph with in the table / Pivote table.
    Emp# Emp Name % Bonus Pay Amt
    111 AAA $28276
    222 BBB $78878
    In the place of Bonus I have to display Bar (Chart) instead of number.
    Is it possible in OBIEE? I know we can display chart and table next by next but my user want display just like above.
    Please help me on this issue
    Thank you very much for your time

    hi,
    it is better for 2 different questions,make 2 differents threads...
    You used the 2ond solution(google???),put in the dashboard...html enabled...and check your pdf again.
    Moreover,printing pdf with answer is discouraged...always prefer Xml Publisher.
    Last,there are 2 fst files which configure the *.pdf files , check them,
    http://obiee101.blogspot.com/2008/09/obiee-pdf-controls-fst-files.html
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Is it possible to have video with a transparent background in dps?

    Is it possible to have video with a transparent background in dps?. Basically i've animated some elements in apple motion and want to incorporate them as an overlay (with the indesign page background showing through).

    You could do it with an image sequence but AFAIK there’s no support for alpha channels in video.

Maybe you are looking for

  • ITunes wont update iPhone

    I've notice since Lion came out, that iTunes seems to have problems syncing with my iPhone and , occasionally my iPad. Podcast. That have been listened too fully when synced, will show as read but it doesn't get deleted from the iPhone music app. Ref

  • I want to export Contacts to an excel spreadsheet.

    I have spent the last few hours trying every solution that is supposedly available for converting VCF files to an xls file.  WHY can't this be an option in the Contacts program?  I need to upload some contacts to Constant Contact.  Come on!  Really! 

  • I can't log in on my mac book pro, when I open ask for name and password

    I can't log in on my mac book pro, when I open ask for name and password but it doesn't acept ...

  • Copying Subtitle Streams?

    Hey folks, I'm making a DVD with about 36 short videos on it. I put them all in their own tracks and subtitled them, then realized that for my purposes (i.e. using stories for a couple of different play sequences), I need to have all 36 elements in o

  • Need security drivers for hp elitebook 8440p in windows 8.1 64bit

    i need security drivers for this.... tried the win7 drivers but biometric wont work.. its not even appearing in my control panel  please give me working security drivers for elitebook 8440p in windows 8.1