How to set MAX Configuration

Hello folk,
How can I set Output image to Intensity plane or Value plane in MAX as in IMAQ Extract Single Color Plane.vi?
Any help very appreciate..
Thanks and regards

In the HSL planes, the L plane is Lightness. This is practically the same thing as Intensity or Value. I think it is a slightly different definition mathematically, but probably not enough to affect you. So, try out the L plane and see if it works.
If the difference between Lightness and the others is a significant one, you are going to need to acquire color images and extract the plane you need using the color tools in the Vision toolkit.
Bruce
Bruce Ammons
Ammons Engineering

Similar Messages

  • Hi All,How to set printer configuration for sap4.7 IDES version for home pr

    Hi All,
              Pls provide the information How to set the configuration for our home printer from the sap 4.7 IDES version .If possible pls provide with screen shots
    thanks & regards.
    bharat

    check SPAD (tcode) to installl Printer and all formats.
    Regards
    Prabhu

  • How to set the 'Configuration Bits' in the PIC16F84

    I am using the PIC16F84 in a circuit and I'm programming the assembly for the PIC.  However I can't figure out how to set the configuration bits.  For example I want to select the LP Oscillator, turn the WDT off, turn the PUT on, and turn the CP off.  Normally if I was using the IDE from Microchip I would add the line:
    _CONFIG H'3FF0'
    However Multsim does not recognize this as a valid code.  In addition the P16F84.inc file contains the following definitions:
    _CP_ON                       EQU     H'000F'
    _CP_OFF                      EQU     H'3FFF'
    _PWRTE_ON                 EQU     H'3FF7'
    _PWRTE_OFF                   EQU     H'3FFF'
    _WDT_ON                      EQU     H'3FFF'
    _WDT_OFF                     EQU     H'3FFB'
    _LP_OSC                      EQU     H'3FFC'
    _XT_OSC                      EQU     H'3FFD'
    _HS_OSC                      EQU     H'3FFE'
    _RC_OSC                      EQU     H'3FFF'
    What is the code though to select which options you want to use?

    Try this code:
    _CONFIG _CP_OFF & _PWRITE_ON & _WDT_OFF & _LP_OSC
    I tried this in the assembler and it didn't return any error messages when compiling. I found this in a PIC Book that I downloaded off the internet.
    I hope it works for you. I am new to the MCU Module and learning about it so don't consider me an expert on it by a long shot.
    Have A Nice Day
    Kittmaster's Component Database
    http://ni.kittmaster.com
    Have a Nice Day

  • How to set max row display rows in PO's PLD

    Hi,
    How to set max row display rows in PO's PLD
    Thanks and Best Regards
    Bruce

    Hi
    Max. Rows per Page is depend on PLD Settings and Depend on Repetitive Area Fieds Height.
    Try this,
    1st Case:
    ->> Administration Module.
    ->> System Initialization.
    ->> Open the Print Perferences Window.
    ->> Click General Tab on Print Perferences Window.
    ->> Assign the Max. Rows per Page - 99 (or) your wishes.
    ->> Update the Print Perferences.
    2nd Case:
    ->> Open your PLD.
    ->> Choose Repetitive Area on Field Index Window.
    ->> Click Format Tab on Properties Area Window.
    ->> Assign the Lines in Repetitive Area - Your Wishes .
    ->> Save the PLD.
    Regards,
    Madhan.

  • How to set max rows in flowed textfield?

    Is there a way to limit the rows allowed to input on a flowed textarea? I now we can limit the length of max chars, but that would not help me.

    Hi Rishit,
    Thanks for your answer!
    Had a long holiday, so didn't give a feedback in time. Sorry for that!
    There is a tab 'Controls' in Universe Parameter, where there is a setting used to limit the size of result set.
    Then what's the priority between this setting and the similar setting in WebI query properties?
    However, acutally my question is how to set the limitation by user security profile in CMC.
    Do you have any idea about it?
    Qing
    Edited by: Qing Zhou on Jun 21, 2010 11:12 AM

  • How to set Max. no. of hits when i display data

    Dear Experts,
    when i display data in ODS/Infocube, i hope display data of  the default value is 1000,how to set Maximum number of returned records.
    in SE11, i have goto utilities>settings>repository infosystem-->maximum No. of Hits  1000
    but still no any effect, how should i do it?
    Many Thanks
    Best Regards
    Stevezhuang

    Steve,
    If I'm not wrong you are talking about the number of hits while displaying the table content right, if yes that's what i was discussing.
    goto se11 -->enter the table name --> click on display --> click on contents -->it will take you to table selection screen there in that screen you will find the below options,
    in the menu bar -->settings --> user parameters --> change the max no of hits :1000 and click OK.
    You can set the desired max number of hits- that's wht i was talking about.
    Regards
    prashanth

  • How to set Max Rows Retrieved by user security profile in CMC?

    Hi
    As we know, it is possible to set Max Rows Retrieved with query property (in the area 'Limits').
    However, it is mentioned in official documents that this setting can be overwritten by the BOE administrator in user security profile. Could any one tell me how this is done in CMC?
    Thanks in advance!
    Qing

    Hi Rishit,
    Thanks for your answer!
    Had a long holiday, so didn't give a feedback in time. Sorry for that!
    There is a tab 'Controls' in Universe Parameter, where there is a setting used to limit the size of result set.
    Then what's the priority between this setting and the similar setting in WebI query properties?
    However, acutally my question is how to set the limitation by user security profile in CMC.
    Do you have any idea about it?
    Qing
    Edited by: Qing Zhou on Jun 21, 2010 11:12 AM

  • How to set max length for TextField ?

    how do i go about setting a max length for a TextField in jdk1.1.8 ?
    a while back there was a topic on this but it was for jdk1.0
    please help

    well if it works in 1.0 it will most likely also work in 1.1.8 if it is depricated you can use the -deprication option during compilation to see what is derpricated and what method i advised to use now.
    there may however be an easyer way in 1.1.8 but i don't know that.
    hope this helps you,
    Robert

  • How to set max size for varchar?

    Hi, all.
         I want to set a type like Varchar(max) in SQL Server.
         How to do that in MAXDB?
    Thanks.

    Hi,
    sorry, I am not familiar with this feature in SQL Server.
    For MaxDB the maximum length for CHAR (n) ASCII is 8000, for CHAR (n) UNICODE is 4000,
    for CLOB is 2GB.
    There is not chance to restrict these maxima.
    If you want to define your 'own' datatype, maybe the concept of DOMAIN (see reference manual --> Data Definition --> CREATE DOMAIN) may help.
    If this does not answer your question, please help us by describing this SQL Server-feature.
    Elke

  • How to SET or Configure BIOS to use XFX6200 TC video card for MSI K8N NEO4 Plat.

    Hello Friends,
    Can any body help me to the following problem?
    I am having XFX 6200 TC Geforce / nvidia Grafix card for my MSI K8N NEO4 Platinum Ultra board.
    The BIOS states PCIE clock speed as 100 Mhz as default.  The setting can be changed upto 145Mhz.
    My Video card can be configured upto 350 Mhz.  How to do this and which is the right way to use the display card with optimum setting?
    Thanks for all those who reply to this.

    the coolbits link http://downloads.guru3d.com/download.php?det=815
    to manually set the clocks on the graphic card, after installing coolbits, just follow the instruction on that page:
    Quote
    Unpack the achive (self extracting) and then in the setup directory simply click on the .reg file. To get to these options simply right-click on your desktop and go to 'NVIDIA Analog Display' (Win XP/2003). For Win 2000 and lower you may need to get to the Nvidia Control Panel the old way. Right click desktop > Properties > Settings > Advanced > GeForce xxxx
    for overclocking just take a look at the overclocking sections of the forum. make sure to read the stickies before you do anything.

  • How to set max size for a custom field ucm11g

    Hi,
    I need to set maximum length to a custom field created in ucm11g 11.1.1.6
    The field's data type is Text and for example i want to limit the length to 10 characters
    Any example how to do this ??
    Regards
    Carlos

    Hi ,
    If you are looking to limit the number of characters that can be entered to the field from GUI then a global side effect and rule combination will help you achieve it . It would be something like this :
    This is done by leveraging Side Effects under Rules - Rules Activation Conditions. You also need to set the Rule as Global for this to be effective across the system.
    In there the following has to be set:
    <$dDocTitle:maxLength=80$>
    <$dDocName:maxLength =50$>
    Set the above side effect in the rules and corresponding Profile need to refer it for being able to limit the number of characters that can be entered for Title and Content ID.
    Custom metadata too can be controlled in the same way . For example, if metadata "Version" need to limit the number of characters being entered then "Side Effects" to be set is as follows :
    <$xVersion:maxLength=50$>
    NB - the maxLength parameter is not supported for fields of type Memo. It will only take effect on standard text fields.
    Thanks,
    Srinath

  • How to set semaphores configuration in Solaris 10 zones

    Dear All:
    I have a Sun SPARC T5120 with 16gb RAM. I have created three zones on that servers. Each zone I have configured 4gb RAM. I mean 3 zones will take 4*3=12gb RAM.
    In the first zone Oracle Database 11g installed. SGA has 3gb
    In the second zone Oracle Database 11g installed. SGA has 3gb.
    In the third zone Oracle Application Server 10g installed.
    In the parent - global zone I have set the semaphore settings 8gb in /etc/systems
    My question is:
    Oracle Database 11g is mandatory to take the semaphore settings?
    First & Second zones Oracle Database will take the semaphore settings?
    Is there any other way to give the semaphore settings in the same child zone?
    If my question is not clear, pls revet back with your points. I am happy to reply.
    Expert throw some light on this.
    Thanks in advance,
    Balaji Sridhar

    Balaji,
    This is not an application server related question. You may get an answer when you post your question in a Solaris forum.
    Thanks,
    EJ

  • How to set Test configuration in Web Test

    HI,
    I have group of web and load tests, which need to be run in multiple environments(Dev, Test urls).
    how can I set these and reuse in all web and load tests.
    I would like to define at one config file and reuse it in any of the web and load tests. How can I achieve it.

    Hi kumaranil36,
    >>I have group of web and load tests, which need to be run in multiple environments(Dev, Test urls).
    Do you mean that you want to run your web performance/load tests in different machines?
    If so, maybe you could think about using the Test Controller and Agents, so you could run the test remotely.
    >>I would like to define at one config file and reuse it in any of the web and load tests. How can I achieve it.
    If you mean that you want to run some tests remotely with the same .testsettings file, I think you could add it to different solutions.
    https://msdn.microsoft.com/en-us/library/ee256991.aspx?f=255&MSPPError=-2147217396
    You could select the Test Controller and Agent and the running ways in this testsettings file.
    If I have misunderstood this issue, please feel free to let me know.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to set max width of JTextArea?

    Hi...
    I have a JTextArea defined as:
    JTextArea frHrArea = new JTextArea(1,3);
    The TextArea expands if i type in more than three characters! How can i stop the Test Area from exanding? is there any way using the number of columns or something instead of using setMaximumSize?
    Also how can i ensure that not more than two characters can be typed?
    Any help would be appreciated...

    Firstly, you'd be better using a JTextField here if you only have one row.
    Secondly, you limit the number of characters which can be entered by creating a class which subclasses Document. Override the insertString method to check if the max characters have been entered already.
    Use the setDocument() method of JTextField.
    Try and search on this topic and I'm sure you'll find lots of answers.

  • How to set Max Rows when I search extended attribute in Admin Setting?

    When I search extended attributes in Admin Setting, the default max row is 500.
    Can I change the Max rows' Setting?
    Thanks

    We don't have a feature config for this in the core application, however you can adjust the 500 limit using a ready report.  Ready Reports is a solution pack that allows you to create saved searches in the form of reports.  You can get the ready reports solution pack in the latest extensibility pack.

Maybe you are looking for

  • Install FCE HD 3.0?

    Hi I am trying to install my FCE HD 3.0 upgrade on my 17" core 2 duo imac and am stumped. I have the required video card but this is not recognized by the installer and it quits. It also disables my older FCE program. I understand there is a patch fo

  • E71 font size

    Hi there Anyone know how to increase the font size of text/e-mail messages to make them easier to read for those with less than perfect vision? When I adjust the font size in settings it only seems to adjust certain screen views, not font size in tex

  • 3D Graphs cause LV 2009 to CRASH

    Hi all, The placing of any of the new 3D graph controls on the front panel causes LV 2009 to Crash! Please advise. Battler. Solved! Go to Solution.

  • Can folders' index.html contents avoid containing such folders' names within their urls, please?

    Could Dreamweaver's file panel folders (located to the right, within Dreamweaver CS5.5, etc.)  potentially contain index.html files that do NOT share such folders' actual names within their own urls? The reason I ask is that I would like to create va

  • Using commit and delete in cascade implementation.

    Good morning. I want to do the next task: I have two entities, province and city, which includes an association between them, which implements cascade delete. I want to delete a province, and after that, do the commit operation en the same operation.