Labview Design Tips

Hello all,
I have difficulites in designing bigger Labview applications. I have
got a huge program which is related to what I have to develop. But
this sample program uses *many* global variables, it is a mess for me.
Therefore, I decided not to use global variables in my application.
Now I realize that this is not so easy in Labview. These are my
problems:
I certainly want to modularize. Is it true that *all* the inputs and
the outputs of a sub-VI must be controls? As a consequence I have to
use a lot of dummy controls that shouldn't be visible in the front
panel.
Another problem is the number of terminals of a sub-VI. I have tried
to bundle the input and output wires into a cluster and vise vera. But
this seems to be too cumbersome: First I have
to create a dummy
cluster control (the shell). Then I have to include the controls
(dummy or not) into the cluster shell. I have no idea how to draw the
shell across the controls if they are scattered in the panel. The only
possiblity I can see is to create additional dummy controls in the
cluster shell and copy the values of the 'real' controls to them. Then
I have a cluster link between sub-VI. Inside the sub-VIs I have to
bundle/unbundle the clusters. This only makes sence if I use 'Bundle
By Name'. But then I first have to bundle the lines into a cluster and
then give all the lines a name.
Probably the most useful design is as follows: Create a (dummy) VI
which contains only controls. The wires of the controls are the
interface lines between all sub-VIs. Create and use global variables
of the controls.
I am expectant to hear expert design ticks.
Bye
Johannes

Hello Wiebe,
thanks very much for your answer. Your advices are interesting.
I come from an object oriented background, mostly Java, but I have
also come across Python, C++, Smalltalk, and Eiffel. These languages
are mostly non-visual (well, except for GUI builders). On the other
hand, they support polymorphism which is only supported to some extend
in LabView. Also, I can't define new data types (classes) in LabView.
For instance, I have had the following difficulty in LabView:
At a certain point in a VI there is a cluster connecting the sequences
of a frame. The cluster contained only numeric lines, so I could have
used an array as well. Now, I wanted the following: One line of the
numeric lines should behave polymorphic at run time. Depending on an
option menu the line should sometimes be numeric, sometimes be an
array of numerics itsself. The cluster and the sub VIs connected to
the cluster shouldn't care about what is inside the cluster. But in
LabView, cluster is not cluster. Some sub VIs indeed behaved
polymorphic, but not all. After trying this and that I gave up. Now
the line (inside the cluster) which should have been polymorphic is
always of type array and most of the time the array contains one
'real' element and several dummy elements just to remain type-save.
Not a 'nice' solution in my mind. In an OO-language I whould have
defined an abstract class 'Parameters' and implemented (inherit) the
subclasses as needed and so on.
Another problem which was related to that above: The input was a
string control. It has to be checked if this control is empty or not
(Empty String/Path VI). Now I had an array of string controls as input
and it has to be checked if any of this string controls is empty. But
the 'Empty String/Path' VI doesn't (polymorphically) accept multiple
strings or string arrays and the 'logical and' VI doesn't accept
multipe inputs. I did the following to get the desired behavior: First
convert the array of string to a cluster (Array to Cluster VI). Then
unbundle the cluster to get the strings. Then check each single string
with 'Empty String/Path' respectively. Then build an array of booleans
with the boolean outputs of the 'Empty String/Path' VIs. Then, after
all, connect the output array of booleans to a 'And Array Elements'
VI. The output of this VI was *sweat* the output I wanted to have.
There are probably better ways to get the above behavior. I just have
to get used to another paradigm.
On Wed, 22 Jan 2003 11:44:09 +0100, "Wiebe@AIR" wrote:
>Inputs must be controls, outputs must be indicators...
I get to understand that
By the way: Is there an easy way to group MMI controls to get compount
controls? I often would like to group a decoration together with some
controls. If I want to move the whole group then I always have to draw
a line with the pointing device to include all the elements. Or I have
to select all elements with the shift key.
>
>If you design modules, you should try to group them. Not every group will
>need to have all inputs. Catagories to group by are: drivers for hardware,
>window tools, MMI vi's, utilities, string manipulation, general file I/O,
>app specific file I/O. E.g. an application specific file I/O function might
>only need a 2d array and a file name. The module stores the file to the
>path. No need for all the other inputs.
>
>Mixing a hardware dirver with e.g. arithmetics is a mistake. This prevents
>the reuse of the hardware driver, and the arithmetics.
Sounds interesting. I am used to the Model-View-Controller approach in
Smalltalk: The Model is the actual behavior of the application (the
data), the View is the representation on the screen (the look), and
the Controller is responsible for user interaction (the feel).
Sometimes the View and the Controller are together, but the main point
is that you should separate the representation and the user handling
from the data.
What do you mean by hardware driver? I have to use a DAQ-card and a
GPIB device in my application. I get several inputs from the DAQ-card,
an output of the application is sent to the GPIB device. Now, should
there be one (or several?) VI just reading from the DAQ card and
writing to the GPIB?
>An exception to this
>is the MMI. In LabVIEW the MMI window it often the window that controls the
>process, and thus calls all the other subvi's that are needed in the
>process.
I have a start screen the user have to input all data necessary for
the measurements. Then another screen showing the measuring process
appears. Probably there should be a splash screen before the start
screen and a status screen at the end (but this is cosmetics). So I
have at least two MMI VIs.
>> Probably the most useful design is as follows: Create a (dummy) VI
>> which contains only controls. The wires of the controls are the
>> interface lines between all sub-VIs. Create and use global variables
>> of the controls.
>
>I still cannot see why you need all the controls on every subvi...
You are right, I don't need all of them on every subvi. But if I use
globals (I do not now) it is probably better to centralize all of them
in one subvi. If a certain VI uses a certain global reference it is
probably better to know that it is always defined in one 'globals' VI.
Johannes

Similar Messages

  • Electrical​/Software (LabVIEW) Design Engineer, Wiltshire, UK

    Job Title: Electrical/Software (LabVIEW) Design Engineer
    Job Type: Permanent
    Location: Malmesbury, Wiltshire, UK
    Job Purpose:
    To provide design solutions for machine control, instrumentation and data acquisition using National Instruments LabVIEW. Support and maintain systems throughout Dyson Ltd. 
    Principal Accountabilities:
    Design of software using National Instruments LabVIEW for control and data acquisition
    Support existing National Instruments LabVIEW systems
    Design, manufacture and installation of safety and machine control circuits
    Design bespoke signal conditioning PCBs
    Write specifications and manage sub-contract design and manufacture resource
    Skills Knowledge & Experience:
    Essential:
    HND in Electrical/Electronic engineering with 5 years experience
    Attendance at National Instruments LabVIEW Intermediate 1&2 with 5 years programming experience
    Desirable:  
    Working knowledge of National Instruments hardware product range
    PCB design (Mentor Graphics)
    Experience of PLC programming
    Formal training in CE directives on Machinery, Low Voltage and EMC.
    Knowledge of BS7671 Electrical Installations (IEEE 17th Regs)
    Behavioural:
    The ability to communicate appropriate, concise and accurate information across the business (technical and non-technical) is essential for the successful applicant.
    You will be a highly driven individual who strives for accuracy & quality in work delivered.
    You will be able to solve problems in a logical way, pre-empt future problems and seizing opportunities without waiting to be told.
    The proven ability to work as part of a team or un-supervised to an agreed goal or set of deliverables is imperative.
    For more detail visit our website: www.careers.dyson.com
    Contact: [email protected]

    I AM WORKING IN LABVIEW FROM 6+ MONTHS WIHT PXI.
    I AM VERY ENTHUSIATIC TO WORK IN LABVIEW
    i am from INDIA
    MY EMAIL ID IS [email protected]

  • Documentation on Designing tips - for different scenarios

    Hi Gurus:
    Is there any good doc's for 'Designing tips - for different scenarios' like using Line Item Dimensions, aggregates, copying ODS to ODS, cube modelling, cache....
    The common scenarios we come across in real life..Of course I understand it varies from client to client
    Would really appreciate any help..
    Many thanks

    hi,
    there are docs in sdn forum may help, explore in business intelligence section, also service.sap.com/bi
    efficient infoprovider modeling
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/79f6d190-0201-0010-ec8b-810a969028ec
    aggregate
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    cache
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31b6b490-0201-0010-e4b6-a1523327025e
    hope this helps.

  • LabVIEW Quick Tips

    The LabVIEW Documentation team needs information about how you use the LabVIEW Quick Tips, which are included in the LabVIEW Help. The most recent version of the Quick Tips are at http://zone.ni.com/reference/en-XX/help/371361A-01/TOC7.htm.  The Quick Tips also are available in LabVIEW 6.0 and later by navigating to the LabVIEW Help and selecting Quick Tips in the contents pane.
    1. How often do you use the LabVIEW Quick Tips?
     a. All the time
     b. Sometimes
     c. Never
     d. I didn't know that the LabVIEW Quick Tips existed.
    2. Would the Quick Tips be more helpful if each tip was integrated into a relevant help topic?
    3.  If the Quick Tips are integrated into individual help topics, would you find it helpful for the tips to remain in their current state as a list of tips?
    4. Is there any additional information not currently in the Quick Tips that would be helpful to you when using LabVIEW?
    Message Edited by Support on 01-26-2006 10:36 AM

    1. How often do you use the LabVIEW Quick Tips?
      d. I didn't know that the LabVIEW Quick Tips existed.
    3. Would the Quick Tips be more helpful if each tip was integrated into a relevant help topic?
      Yes
    4.  If the Quick Tips are integrated into individual help topics, would you find it helpful for the tips to remain in their current state as a list of tips?
      Perhaps a subset of the list related to the topic
    3. Is there any additional information not currently in the Quick Tips that would be helpful to you when using LabVIEW?
      Not that I can think of
    Quite a numbering scheme here: 1, 3, 4, 3.
    - tbob
    Inventor of the WORM Global

  • Anybody with web design tips to share?

    am semi amateur turning pro with severe thirst for web design tips and tricks

    Ensuring good cross browser rendering on multiple web devices is important to modern web sites.
    Some browsers are less tolerant of code errors than others.  IMO the fewer code errors you have on your site, the better.
    Use the W3C validation tools below:
         CSS - http://jigsaw.w3.org/css-validator/
         HTML - http://validator.w3.org/
    Get the Web Developer Toolbar Add-On for Firefox.
         https://addons.mozilla.org/en-US/firefox/addon/60/
    To test in multiple versions of IE5.5 - 9, get MyDebugBar Multiple IE Browser
         http://www.my-debugbar.com/wiki/IETester/HomePage
    For testing sites in Mobile Devices:
         iPhone simulator - (on-line)
         http://www.testiphone.com/
         Opera Mini Mobile Simulator (on-line)
         http://www.opera.com/mini/demo/
         Google Android Emulator (download)
         http://developer.android.com/guide/developing/tools/emulator.html
         Palm OS Emulator (download)
         http://www.tucows.com/preview/261443
         Blackberry Smartphone Simulators (download)
         http://na.blackberry.com/eng/developers/resources/simulators.jsp
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Full-Time Labview Design Verification Engineer in Phoenix, Arizona area

    I'm looking for a design verification engineer experienced in Labview programming for a full-time position in Tempe, AZ.  The department designs and develops power amplifier (PA) and front end modules in support of cellular and wireless products.  The job scope includes devising and implementing algorithms for characterizing critical PA performance metrics.  You would work closely with the test and product engineering to define test development plans and author a specification compliance matrix.
    The individual applying should have:
    Working knowledge of RF test equipment and their respective programming manuals for GPIB/SCPI commands.  This includes but is not limited to power meters, network analyzers, spectrum analyzers, oscilloscopes, power supplies, waveform generators, and load pull systems.
    Ability to thoroughly and systematically research and evaluate new hardware for added functionality, improved speed and accuracy.
    Ability to identify and debug hardware/software issues.  Prior experience in PA design, test, development and/or applications.  Deep understanding of PA specifications and parameters, such as gain, PAE, ruggedness, harmonics, stability, etc.
    Familiarity with system and spectrum specifications for GMSK, EDGE and WCDMA modulation schemes, such as ACPR, ALT, Mod ORFS, SW ORFS, EVM, etc.
     Strong experience in Excel or equivalent software for setting up and manipulating database files.
    Ability to work effectively in a cross functional team consisting of design, product and test engineers.
    Best regards,
    Charles Reed
    480-413-5652

    Hello:
    I am certified LabVIEW developer looking for RF related experience.  I have been involved in a project testing a PA at Motorola, and have taken some courses in school designing a low noise amplifier.  Attached is my resume, let me know if you have any questions.
    -JC
    Attachments:
    JoeyCao2007.doc ‏31 KB

  • Labview Quick Tips list

    Hi Everybody.
    You know each time you open LabVIEW 5 or 6i, we can access all Quick Tip
    via a small window.
    I would like to know if somebody know where is the file or the VI containing
    all these Quick Tips on both versions.
    Thank you
    Rejean

    Rejean Lafortune wrote in article
    <[email protected]>...
    >
    > Hi Everybody.
    >
    > You know each time you open LabVIEW 5 or 6i, we can access all Quick Tip
    > via a small window.
    > I would like to know if somebody know where is the file or the VI
    containing
    > all these Quick Tips on both versions.
    > Thank you
    Those are embedded in the LabVIEW resource files in the Resource directory
    inside
    of the LabVIEW directory. LabVIEW resource files are binary files with a
    similar data
    structure as the resource fork of Macintosh files. Although it's possible
    to look into
    these files with a hex editor for instance, it is hard to retrieve
    information from them
    and even harder to change anything inside of them.
    Rolf Kalbermatter
    CIT Engineering Nederla
    nd BV tel: +31 (070) 415 9190
    Ohmweg 11A fax: +31 (070) 415 9191
    3442 AA Woerden http://www.citeng.com
    Netherlands mailto://[email protected]
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Labview interview tips

    For those of you who have gone on or given an interview for a labview programming position, what kind of questions can someone expect?  Any suggestions for tips would greatly be appreciated.
    Thanks,
    Brian
    CLAD
    Brian

    One of the better companies I worked for had a written test as part of my interview. Mostly associate developer-level stuff.
    Another company simply asked "do you know LabVIEW"? I said "yes". That was it.
    Both companies made offers.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

  • LabVIEW Wiki tips and tricks page

    We've been busy over at the LabVIEW Wiki. Just completed edits on a massive tips and tricks page. This is a collection of tips from the LAVA Forums and various other sources. If you have a tip that's not listed there, please add it. Of course the LabVIEW Wiki is open to contributions of any sort on any LabVIEW related topics, not just the tips and tricks page.
    Link: LabVIEW tips and tricks.
    Note: In order to edit, you must register for a free LAVA Forums account. The same login name and password is used for the LabVIEW Wiki.
    Michael Aivaliotis
    VI Shots LLC

    Great work, Michael !
    Kudos to all of you guys !
    - Partha
    LabVIEW - Wires that catch bugs!

  • FIRST Robotics FRC - LabVIEW design pattern

    Can someone share his/her experience in the design pattern used in the FIRST Robotics FRC competition? Will the "producer-consumer" structure work on CRIO with LabVIEW real-time? or are there any advantages of teaching kids the design patterns (knowing we have only six and a half weeks to complete the project)?
    I have been using LabVIEW at work for a while, but never used CRIO and LabVIEW realtime. This year is my first year of being a mentor of a local high school robotics team. Thanks for your help.

    Hi Ian, 
    In LabVIEW Real-Time, the producer-consumer structure is useful if you are trying to pass data from a high-speed, deterministic loop to a slow loop (i.e. one that is writing the data to a file). However, the design pattern is slightly different in Real-Time, as you will want to use FIFOs to transfer the data instead of queues. This design pattern may or may not be advantageous depending on your application. More information on this design pattern can be found here. 
    Julianne K
    Systems Engineer, Embedded Systems
    Certified LabVIEW Architect, Certified LabVIEW Embedded Systems Developer
    National Instruments

  • Need Suggestions on a Labview Design Project

    Hello, 
    I am designing a labview interface to communicate with a complicated chamber system which involves pressure, temperature controllers, valves, DAQs, and units under testing. Eventually, this chamber system will be installed on the manufacturing floor where there should be minimal inputs required for operators to run. A PC desktop will be purchased for operation purpose but it does not make sense to me to leave a $7000 software on a PC that is on the manufacturing floor where there is minimal usage. I plan to buy the Labview Suits version. I also have an additional work laptop under budget as well. 
    I plan to buy one license, design the LV interface on the desktop, and transfer the license to the work laptop after completion. Only LV excutables will be installed on the desktop for manufacturing operation. 
    Please let me know if this plan would work for one license purchase and LV excutables idea make sense. If you have better suggestions please share with me.
    Many Thanks
    ffl3883
    Solved!
    Go to Solution.

    Yes, I think if you have an expired suit licence, maybe it is better to renew it (i am not sure about this, but you can contact an NI representative, and they can explain all your options and the related prices).
    Usually I do not have any problem using an executable on a target machine. If you just want to go with a simple exe file, you will need the free LabVIEW Runtime engine, and possibly some other drivers installed on the target computer (for example if you use serial comm, you will need the VISA driver).
    If you build an installer out of the EXE application, LV will give you the options by default to include all the necessery additional components in the installer (DAQmx, VISA, GPIB, etc...). There can be other things you have to be aware of, like if you use dynamically linked VIs, you need to include these at the builder dialog window.
    Usually I deploy LV application in two ways:
    I install the first version of the application with all the drivers (can be quite large folder). From the second version update on, I exclude the additional installers (DAQmx, etc.) and I only build the application, so it will be very small in size.
    I install LV runtime engine, and all other things on the target computer, and I only use the built EXE (so I just overwrite it when I get a new version)

  • Low cost labVIEW design company

    Low cost  design company is looking for projects that can be accomplish remotely.
    Please send your job specification, terms, condition, at [email protected] .
    You will receive our terms, conditions, a quotation for your project, and a schedule for it.
    www.daicsystem.ro
    Software used: LabVIEW (from vers. 6i  to vers. 8.6 ), visual c++, c and MySQL
    A very good experience working with:
     - DAQs
     - distributed data acquisition using RS-422/485 and Modbus interfaces
     - data acquisition using RS-232, USB, and Ethernet interfaces
     - LabVIEW with MySQL data bases

    You really can't go wrong with the low cost USB products
    or the M series
    Data Acquisition cards.... But that of course depends on what you are
    trying to do, and how accurately you are trying to do it.  Let us know if
    you need any more information.
    Travis M
    LabVIEW R&D
    National Instruments

  • Print Design Tips

    Hello! First of all, I'd like to say that I'm new here, and if there are any problems with my Topic just say so. Now to the topic itself.
    I'm an amateur designer, I'm 21 years old and I've never done any professional work at all. I'm interested in designing posters and hand-outs, but I've only done web stuff before. Now, the problem is that I'm used to using small resolutions 1024x768, or at the biggest 1280x1024 all at 72 dpi. All the stocks I'm using are perfect for that kind of resolution, but for printing I know that dpi's and pixels must be times bigger so all the stocks are just plainly small. Remember this is just amateur work, so I cant afford really quality stuff. Another problems is that I'm not used to doing something extremely large in size (as a full poster @ 300 dpi), so my work flow is scattered all over the place. I can take care of this with a lot of practice, but I want to make sure that's the right way to go before jumping at it. Now here are my two questions:
    1. Should I start working right on with big-time resolutions or should I do small ones first and then enlarge the image to a point. I guess I'm just asking what way around print design goes, but I'm a bit at loss here. That's for posters and handouts. And as small resolutions I mean 1000x1000 @ 150 dpi, or something.
    2. Could you give me some real life resolutions? From something you've worked, so that I can get an idea whit what kind of dpi I should be working.
    Thanks in advance for your time!

    Quick tips to your questions:
    1.) I agree with Paul, but, try to pre-determine what the actual size will be at 100%. If your current poster calls for a large 18"w x 24"h image at CMYK mode, then try to work on that size. Use Paul's suggestion on resolution ( i.e., halftone LPI x 2 = IMAGE RESOLUTION ).
    2.) Real world scenario? Always know where the image and document are going. That usually means talking with the publication and/or print shop to find out what type of paper, press, and workflow they require. Keep in mind that there are two types of resolution: document resolution and image resolution. Two very different but interrelated items. Document resolution is referred to as DPI ( dots per inch ). Image resolution is referred to as PPI ( pixels per inch ). A typical 300ppi image will require a document/raster resolution of 2540dpi. I am currently working on both print ads and large format banners which use the same images. The print versions are all saved at 300ppi at 100% final size. The banner images are being enlarged 400+%, so I am in the process of resizing using "Genuine Fractals" software ( excellent for enlarging images ). The banner images are all saved at 150ppi at 100% final size ( because they are being printed via inkjet ).
    Alot of math, but well worth the effort in maintaining high quality printing. One note of caution, web images are very often compressed and have existing artifacts that will show up. I often use "Image Doctor" to fix artifacts and clean up low res imperfections. Stay away from web images unless you can wrestle the problems out of them.

  • Flash site design tips

    I'm looking to build a flash portfolio site. Basically the
    picture I have in my mind of this site is that its going to be
    very......elegant. I don't know how to put it in words. Its going
    to be called Sophistication, and will be a black website with very
    very mild transtitions. It will have aptly have a calming Mozart
    song as the background.
    What I want to know is, at the Loading screen I would like to
    design it such a way that when the site is loaded, the "L" "A" "D"
    "I" "N" and "G" disappear, but the "O" stays and it sort of goes up
    and gently comes down like a comet and explodes to reveal a
    blinding light and the main site content appears.
    Can someone give me a few tips or pointers on how to do this?
    I have a very clear idea in mind of what to do , just that I don't
    know how to do this in flash.

    This is quite easy and can be done using simple tweening and
    frame-by-frame animation on the timeline. You could also achieve
    much of this type of animation using ActionScript but you may find
    this more challenging although it is arguably the preferred method.
    Googling for text tweening in Flash should throw up some
    tutorials. There are also many Flash sites where you can simply
    purchase prebuilt text effects, which you can manipulate and
    deconstruct to see how the effect is created. If you do buy a
    prebuilt effect make sure that you are given the source fla file
    and some commenting in the code.
    If you get really stuck you can buy some great Flash books
    that will show you these basic techniques or if you prefer video
    you can try sites like
    http://www.lynda.com or total
    training for free content snippets and full dvd videos. Try and use
    AS3 or CS3 Flash techniques or, if you can't find much CS3 info
    online, look for Flash 8 or AS2. Older tutorials abound and more
    modern techniques are better in the long run so choose your
    technique carefully.
    regards
    Nick Barling
    www.barkingweb.com

  • Any Design Tips For My New Site

    Hi All -  I am quite new to web development.  Can you check out my website and let me know of any feedback you have?
    [ link removed by moderator - self-promotion is not permitted ]
    I initially spent a decent amount of time, too much time, pondering and trying to select a nice theme.  Once I realized it, I thought I should just go with the default 2012 theme and focus on simplicity.  The result is a much cleaner site.  I figure that later, some day, I can actually have a pro design make the appropriate changes.
    Thanks in advance!

    Eric Klinger wrote:
    Obviously since this is my first time running my own existence on the net, I am wondering if there are any security issues I should look out for.  Are typical Linux security features like mod_security or fail2ban recommended for Mac servers on the net?
    I don't generally run those tools, though AFAIK ports of those packages do exist. 
    Keep and monitor your logs.  Make and keep multiple remote backups, particularly of your core data and database contents, and possibly also your log files.   Don't allow your server to have delete access to your stash of off-server backup files; access is write-only, and preferably backup files are then relocated out of the staging area by remote scripts.  Keep some depth to your backups, and to your archived logs.  Know what normal traffic in the server logs looks like, so that you can know what trouble looks like.   Keep your software patches current.  Keep whatever content management systems and other installed software you're running current, too.  If you're running content management systems, get onto the security notification lists for those packages.  Keep as few IP ports active as possible and either use certificates or — if you must use passwords — avoid picking any of the ten thousand most common passwords.  No telnet and no ftp.  If you have passwords or sensitive data, encrypt it.
    If you're inclined for a little reading, Apple and NSA have security manuals; not the most current versions, but might be worth a look.

Maybe you are looking for

  • Adobe After Effects or Premire Pro?

    I'm looking to do a little bit of video editing / creation, and I'm not sure which to go for. I come from a mostly musical background, but as I do some film scoring and such I'd like something more sophisticated than iMovie or Quicktime to cut togeth

  • Quick Question re number of Contact

    Is there a limit to the number of contact names a bus Partner has; I am looking to use the activities function for contacts to track events for customers. i.e TRacking Laptops eg Customer has many laptops associated with its staff,and I need to track

  • Console font & screen size

    Hi folks, Is anybody aware of a way to change the font and/or the screen size when working in console mode on an x86 system? By console mode, I'm referring to an environment without X/JDS/CDE. Cheers, Tim

  • TS3988 How to solve the problem: "The maximum number of free accounts have been activated on this iPhone"

    Please i need help i bought a second hand iphone 4 and when i try to log in icloud with my account i always get the message "The maximum number of free accounts have been activated on this iPhone" how can i solve this issue? i dont have information a

  • Reg: Error while uploading Role Details

    Hi all, I am importing users ,Groups and Roles through User Administrator--> Import. In Roles Details text file I have mentioned rid, rdesc and and group name.  hile importing it shows the following Error. Error : Attribute "description" on namespace