Boolean Logic Issue

I have 2 sensors in a system.
Items pass these sensors.
First is an inductive sensor and only activated by a passing metal object, which is what we want.
Second is an IR Through Beam - if the Inductive sensor activates it means a metal object has passed so the second IR Through beam is redundant in that case
If the IR Through Beam is broken and the Inductive HASN'T been activated, it means the passing object isn't metal (in this case it's plastic).
So if Inductive is (A) and IR is (B)
Metal:
(A) will activate on its own very briefly
(B) activates also
(A) deactivates
(B) still activated on its own for a very brief period
(B) deactivates
Plastic:
(B) activates on it's own
(B) deactivates
I've knocked up a VI and Metal is easy enough - if (A) is activated, using an implies and not gate, I can make sure only once it enqueues 'metal'
But for the Plastic on, it works most of the time, but sometimes puts 'reject' onto the queue when a metal passes - i'm assuming that because of the subVI iterating quickly and the period when (B) remains on alone, this somehow picks it up as plastic.
Can anyone see where i'm going wrong?
Cheers
without getting this first bit right I can't sort the second inspection part as it relies on a successful decision from the first section to fully assertain what to do at the reject area following - nightmare!
Attachments:
InspectionArea.vi ‏52 KB

Hi there tbob
the VI is a subVI in a while loop, along with other subVIs, so the frequency of the code running has been ok - it's in a loop with a 100ms delay - all these 6 subVIs seem to run as expected and are doing ok in that respect (as far as I know )
I'll try to answer your questions now........
' Could you explain what is your desired end result?'
Basically, there are 4 sensors along a conveyor belt, split into 2 groups of two. The first two are an inductive and infra-red through beam, the second two are an infra-red reflective sensor and a large capacitive sensor (I have attached a photo of the two sections in question to get a feel for it - conveyor goes left to right - if, as you can see, a metal based object passes the left section, it activates the inductive sensor (the blue one), then the infra-red beam (the bit under the blue frame) is broken shortly after (so now both sensors are active), then the trailing edge of the metal peg leaves the field of the inductive sensor and the inductive sensor deactivates - and now the infra-red through beam is still broken momentarily before the metal object fully passes. If it was a plastic ring passing (a plastic ring can just be seen in the assembly hopper on the far left of the picture), the inductive sensor would not be activated, with only the IR through beam being broken. One problem I was getting is that sometimes a passing metal is getting put down as both metal and plastic - presumably due to the last part where only the IR through beam is broken.
'Do you want to put reject in the first queue if the object is non-metal and put metal base in the second queue if the object is metal?'
Yes and no...............either 'reject' or 'plastic base' (the wording is inconsequential I suppose) onto the first queue for non-metal and 'metal-base' onto the first queue instead for metal (I am using the second queue for the second stage of the inspection as can be seen just after on the picture.
'Also, does the conveyor belt run such that one object passes both sensors before the next object gets to the first sensor, or can you have a case where you have objects at both sensors at the same time.'
The way it works with the spacing of objects as they are fed into the machine (there is a chain conveyor with uniform spacing, as can be seen in the background), only one object should be in the field of these sensors at a time BUT there is always the risk that something could be placed on manually and cause that situation to be true - that's all part of a final critical evaluation I suppose - not being able to properly identify anything in the system, only 'assuming'.
I think the question about the loops shouldn't be an issue - the profiling suggests not
sorry, i've waffled a bit there - think that answers everything!
thanks
Attachments:
Inspection.jpg ‏57 KB

Similar Messages

  • Internal table logic issue

    Hi All,
    I have one logical issue related to internal table manipulation.
    I have one internal table :
    I_DAT - This is related to Loading/Unloading of Goods.
    for example with 3 fields
    VSTEL, KUNNA, KMMANG.
    Now suppose my data looks like this after sorting:
    VSTEL   KUNNA    KMMANG
    100       -        -
    200       -        -
    300       -        -
    400       -        -
    -         500      X
    -         600      X
    -         700      X
    -         800      X
    Here 100,200,300,400 are Loading points.
    ANd 500,600,700,800 are unloading points.
    Now what i want is For loading & Unloading points i need to pick up Address and print one after other.
    But how they need to print is:
    FOR INITIAL LOADING OF
    ADDRESS- For 100
    FIRST STOP: FOR LOADING OF
    ADDRESS- For 200
    SECOND STOP: FOR LOADING OF
    ADDRESS- For 300
    Etc .....
    Then
    FOR UNLOADING OF:
    ADDRESS- For 400
    FIRST STOP: FOR UNLOADING OF
    etc.
    FINAL STOP: FOR FINAL UNLOADING OF
    We might get as many records :
    Can any body give me the logic:
    Printing Address is not a problem:
    But Above every address we need to print FIRST STOP, SECOND etc like that.
    For this i need logic.
    Can anybody give the solution!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    Try this.I think you want output like this......
    DATA: BEGIN OF LINE,
            CARRID   TYPE SBOOK-CARRID,
            CONNID   TYPE SBOOK-CONNID,
            FLDATE   TYPE SBOOK-FLDATE,
            CUSTTYPE TYPE SBOOK-CUSTTYPE,
            CLASS    TYPE SBOOK-CLASS,
            BOOKID   TYPE SBOOK-BOOKID,
          END OF LINE.
    DATA ITAB LIKE SORTED TABLE OF LINE WITH UNIQUE KEY TABLE LINE.
    SELECT CARRID CONNID FLDATE CUSTTYPE CLASS BOOKID
           FROM SBOOK INTO CORRESPONDING FIELDS OF TABLE ITAB.
    LOOP AT ITAB INTO LINE.
      AT FIRST.
        WRITE / 'List of Bookings'.
        ULINE.
      ENDAT.
        AT NEW CARRID.
          WRITE: / 'Carrid:', LINE-CARRID.
        ENDAT.
          AT NEW CONNID.
            WRITE: / 'Connid:', LINE-CONNID.
          ENDAT.
            AT NEW FLDATE.
              WRITE: / 'Fldate:', LINE-FLDATE.
            ENDAT.
              AT NEW CUSTTYPE.
                WRITE: / 'Custtype:', LINE-CUSTTYPE.
              ENDAT.
                   WRITE: / LINE-BOOKID, LINE-CLASS.
                AT END OF CLASS.
                  ULINE.
                ENDAT.
    ENDLOOP.
    This is also helpful......
    LOOP AT <itab>.
      AT FIRST. ... ENDAT.
        AT NEW <f1>. ...... ENDAT.
          AT NEW <f2 >. ...... ENDAT.
              <single line processing>
          AT END OF <f2>. ... ENDAT.
        AT END OF <f1>. ... ENDAT.
      AT LAST. .... ENDAT.
    ENDLOOP.
    Regards
    Abhishek

  • Can Visual Composer make decisions based on boolean logic?

    I need to know if I can use Visual Composer to manipulate data results based on boolean logic.  Basically, if a  month is less than the current month, I want a formula to dispay A instead of B. Can this be done? 
    Can I also say, if current month is greater than this month then hide values, else show values?

    In that case you don't need VC. I would then directly do that with BEx Query Designer and the use of a formula and boolean operators there. Here is the help of how you can achieve that:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/17f13a2f160f28e10000000a114084/content.htm
    Once you created sthe query this way, you can use the BEx Analyzer to embed it in Excel, and then use Information Broadcasting to schedule the calculations.
    Of course if your requirements change and displayint that data in VC is good enough, then you can still go as mentioned in my answers above

  • Compound boolean logic scripting

    Greetings!  I would like to pick everyone's brains for how one might implement compound boolean logic scripting in LabVIEW ... specifically LabVIEW-RT.
    My application is an in-vehicle data acquistion and logging setup.  The app is setup so that the user provides a configuration file which is the list of channels (GPS, DAQ, CAN) that they wish to record...so this means there isn't any hard coded variable but an array of clusters built from the configuration file.
    A mode of operation is a 'trigger' mode, which means the logger doesn't record anything until a trigger has occured.  Currently the user provides a simple comparator (0=lessthan, 1=equalto, 2=greaterthan, else=none), and the trigger value.
    The users want to be able do compound conditions like PARAMETER <= x OR Parameter >= y ... possiblly even between 2 different data points like PARAMETER_A <= x AND PARAMETER_B >=y.
    Any comment, hints, tips, suggestions ?
    Thanks!
    Jason Stallard

    Jason,
    It's interesting how often the problem of text-based scripting to drive LV pops up.
    I had a problem with similar properties: given a set of data and an
    arbitrary set of rules, substitute data into each rule and see if it
    evaluates to true or false.  This is used to provide directions
    from engineers to operators on how to perform failure analysis and
    recovery, without the engineer needing to be present.
    The problem that I ran into turns out to not be in evaluating the data
    and rules, but in parsing the arbitrary input equation.  There
    just isn't any general way inherent to LV to parse an arbitrary text
    language into an intermediate form (like a postfix expression or an
    abstract syntax tree).  A relative lack of recursion makes it a
    little more painful as well.
    I can't release my code, but it essentially had three parts:
    1.  In a given rule in infix form (variableA<7, for instance),
    perform macro replacement.  Essentially, substitute values for
    variable names, perform file lookups, etc.
    2.  Transform the substituted infix equation into a much easier to
    deal with postfix equation.  (Thanks to Mike Porter for this
    suggestion as well).  This step can be non-trivial.  I'm
    currently building an editor that will build equations more easily,
    sparing my engineers much pain.
    3.  Evaluate the postfix equation for a single true/false
    result.  This algorithm should be available in many books, but I
    adapted the one from an earlier version of this book:
    http://www.amazon.com/gp/product/0201702975/qid=11​37608429/sr=2-3/ref=pd_bbs_b_2_3/103-3337903-13870​46?s=books&v=glance&n=283155
    It also contains a short description of a stack-based parser that's fairly easy to implement for step 2.
    Anyway, there's my 2 cents.  Maybe someday I'll find time to write
    that LV based parser generator to "simplify" all of this   Good
    luck!
    Joe Z.

  • Implies Boolean Logic

    Hi guys,
    just a bit stuck on something.
    In my programs i've been using a shift register and a not-implies boolean function to perform an action once only, when a value changed from false to true
    in boolean logic how would I spot a change so that a true to false change will provide true, but other states false?
    any help very much appreciated - got a bit of a hangover and my brain isn't flying at full-mast!
    cheers!

    Since the state of (one true/one false) has a different output depending on the motor running or not, you need a shift register to store the motor state. Only if both are equal, the state should change.
    The attached codelet shows one possibility.
    (edit: replaced booleans with counters in image. Thanks tst)Message Edited by altenbach on 04-03-2005 02:14 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Motor1.gif ‏3 KB

  • Creating Boolean Logic formulas within Cell Editor

    Good afternoon,
    Does anyone know if boolean logic works within the cell editor?  I want to create boolean logic to choose a different help cell based on a condition.

    Hi,
    Check these help.sap links
    http://help.sap.com/saphelp_nw04/helpdata/en/23/17f13a2f160f28e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/759b3c4d4d8d15e10000000a114084/content.htm
    Regards,
    DST

  • Boolean Logic in the Page

    Hi!
    I have a beginners problem that seems very trivial, but I can simply not find the solution. How do you do boolean logic in a JSF page. I want to be able to hide some buttons depending on some data in the bean, but I do not know how to do that. I guess what I am after is the equivalent of the Struts <logic:equal> and <logic:notEqual> tags.
    Regards,
    Magnus

    Use rendered attribute.
    For example:
    <h:commandButton value="Edit" action="edit" rendered="#{MyBean.editable}" />
    In this example, editable should be a bean property with type Boolean and public getter.
    Generally, you can use any expression based on JSF EL (JavaServer Faces Expression Language).
    For example:
    <h:commandButton value="Create" action="createUser" rendered="#{MyBean.userName == null }" />

  • Boolean Logic in Workflows?

    Is it possible to perform any boolean logic in a Podcast Producer workflow? I'd like to set up a workflow that can potentially take in .flv files and pipe them through ffmpeg using the pcastaction shell command. I need to be able to check the file extension and if it's .flv then run the shell command, otherwise carry on normally.
    Thanks,
    Jason

    It's not possible to do branching or conditional logic directly in the Xgrid tasks. But, for the scenario you described, you could write a shell task that determines if the input file is Flash video and then pre-process with ffmpeg, or return immediately if not.

  • Logic issues for manipulation of internal table data

    Hi,
    I am having a issue with logic of one program.
    In the <b>XVBAP</b> internal table of <b>SO</b> User Exit.
    We will have fields like
    <b>UPDKZ, POSNR, UEPOS, ZZECD[Z-Field] etc.</b>
    Above fields are related to logic.
    1. Now my first point is:
    <b>We need to capture Records where UPDKZ='D' and ZZECD[Z-Field] is populated.</b>
    For this we will write code as below:
    <b>LOOP AT XVBAP WHERE UPDKZ     EQ C_D   AND
                        ZZECD     NE SPACE.
    Here we will store all fields in I_XVBAP I.Table
    ENDLOOP.</b>
    Supoose we have retrieved records as below:
    <b>VBELN, UPDKZ, POSNR, UEPOS, ZZECD
    100    D   000040   000030 Text1
    100    D   000050   000020 Text2
    100    D   000060   000000 Text3</b>
    2. My second point here is:
    <b>For Every Item[POSNR] we need to get the Higher level item from UEPOS field, If the Higher level Item also has UPDKZ = ‘D’, then move the base unit and all it’s components into an internal table. continue this process till UEPOS for POSNR is 000000 but High item should have UPDKZ = 'D', not only this all items in this chain should have UPDKZ = 'D'.</b>
    Ex:
    <b>Suppose for item 000050 UEPOS is 000020 then goto XVBAP with POSNR = UEPOS[000020] and UPDKZ = 'D' if yes and then pick up UEPOS for 000020 item and continue this process till UEPOS becomes 000000 and UPDKZ = 'D'.
    Here from Low level to High level all the chain items should have UPDKZ = 'D'. Then only write all items into Final Internal table.</b>
    <b>Need to do this process for all above rec's [40,50,60 - POSNR].</b>
    Can anybody provide me the logic for the above scenario.
    Thanks in advance.
    Thanks and Regards,
    Deep

    Hi Anurag,
    Your assumption is wrong.
    See first when we get into our logic we will get <b>XVBAP</b> data as below:
    <b>VBELN, POSNR, UEPOS, UPDKZ, ZZECD
    100,  10,  00,  D,  Text1
    100,  20,  00,   ,  Text2
    100,  30,  20,  D,  Text3
    100,  40,  30,  D,  Text4
    100,  50,  00,   ,  Text5
    100,  60,  00,   D, Text6
    100,  70,  60,   D, Text7</b>
    After we run first point we will get data as:
    Here logic is pick up data where <b>UPDKZ = D</b> and <b>ZZECD NE SPACE</b>.
    <b>VBELN, POSNR, UEPOS, UPDKZ, ZZECD
    100, 10, 00, D, Text1
    100, 30, 20, D, Text3
    100, 40, 30, D, Text4
    100, 60, 00, D, Text6
    100, 70, 60, D, Text7</b>
    Then we will goto second point:
    Here we need to look into <b>3</b> things totally in 2nd point:
    1. In loop Select the record which has <b>UEPOS EQ space</b>, <b>UPDKZ = D</b> and <b>POSNR</b> should not be <b>UEPOS</b> for any other record from above data from 1st point.
    <b>100, 10, 00, D, Text1</b>
    will be selected into final internal table as per this point.
    2. If for a POSNR value UEPOS NE SPACE, UPDKZ = D then goto UEPOS's POSNR in high level check there if UPDKZ = D and then wether UEPOS is ZERO (or) contains any value.
    If any value is there repeat the process till UEPOS become ZERO. Then for that final higher level item check UPDKZ value if it has value as 'D', If has then write all those records from low item to high item into final internal table.
    <b>100, 60, 00, D, Text6
    100, 70, 60, D, Text7</b>
    In above for Item 70[POSNR] we have UEPOS as 60 and UPDKZ as D. then we will goto UEPOS's POSNR, Now POSNR is 60 then check it's UEPOS it is ZERO so check UPDKZ because it is D write both items 60, 70 into final internal table.
    2. If for a POSNR value UEPOS NE SPACE, UPDKZ = D then goto UEPOS's POSNR in high level check there if UPDKZ = D and then wether UEPOS is ZERO (or) contains any value.
    If any value is there repeat the process till UEPOS become ZERO. Then for that final higher level item check UPDKZ value if it has value as 'D', If it does not have  UPDKZ as 'D' then don't write any item from low to high into final internal table.
    If we take the scenario of below rows:
    <b>100,  20,  00,   ,  Text2
    100,  30,  20,  D,  Text3
    100,  40,  30,  D,  Text4</b>
    POSNR-40 has UEPOS-30 & UPDKZ = D then UEPOS's POSNR-30 has UEPOS-20 and UPDKZ-D then UEPOS POSNR-20 has UEPOS as 00 then stop here and see UPDKZ which is ZERO so don't consider items 20,30,40 into final i.table.
    In the above chain in any record UPDKZ is not 'D' then skip the process anddon't write the records into final internal table.
    Final output will come as:
    <b>100, 10, 00, D, Text1</b>
    <b>100, 60, 00, D, Text6
    100, 70, 60, D, Text7</b>
    Thanks for all your efforts.
    Thanks,
    Deep

  • Boolean Parameter issue in utl_url.escape

    Hello,
       I am trying to use below query with 2nd parameter as TRUE but I'm getting below error.
    select utl_url.escape(url => 'http://www.sample.com/ümlat.php&\^#q=name', escape_reserved_chars => TRUE) from dual;
    Error:
    [Error] Execution (16: 100): ORA-00904: "TRUE": invalid identifier
    I should pass the parameter as TRUE ( default is FALSE)
    Anyone can support me to over come from this issue.
    FYI - I tried by creating a user defined function and it is working fine but I want to use directly in SELECT statement than using function.

    This isn't an Oracle Text question, but I can probably answer it anyway.
    "TRUE" is a PL/SQL expression for a boolean datatype.  There is no boolean datatype in SQL. Therefore, it is not possible to directly call a PL/SQL procedure requiring a boolean parameter from a SQL select query.  You must wrap it in a procedure using only SQL datatypes, as you have suggested.

  • Boolean function issue

    SQL> create or replace function my_func
    2 return boolean as
    3 x boolean;
    4 begin
    5 x := true;
    6 return x;
    7 end;
    8 /
    Function created.
    SQL> select my_func from dual;
    select my_func from dual
    ERROR at line 1:
    ORA-06552: PL/SQL: Statement ignored
    ORA-06553: PLS-382: expression is of wrong type
    SQL>
    Above is what I thought was a simple function that returns a boolean value. I am doing a asp.net project and i need a simple function to call as a test. I have written a simple function that returns an int, string already and i dont understand the error above....
    Can some one give me an example of a function that returns a boolean value based around a simple table like the emp table for example. That would be great thanks ( or else tell me whats wrong with my simple ha ! function above)

    I'd rather put some sort of wrapper on the oracle side. The reason for this is that the application i'm building is designed to allow users run functions or procedures and pass as many arguments as they want to the c# class. This is what I've been working on but there are data type issues arising.
    create or replace function convFunc
    --funcName varchar2
    return number
    as
    a boolean;
    b number;
    begin
    --a := myFunction();
    a:=funcName
    --Is there any way I can pass in the name of the function to be called
    and concatenate the () brackets to it and assign it to a. I tried
    funcName:= funcName||(); but it wont let me do that. The second problem is that as the function returns true or false but the function name comes in as a string there is a type mis match... There has to be some way of solving the problem on the oracle side. Again all I want from the user is the function name and parameters
    Sorry if i'm annoying people with similar posts
    if a=true then
    b:=1;
    return 1;
    else
    b:=0;
    return 0;
    end if;
    end;

  • Logic issue with MS Band Sleep Tracking

    If I do a both ends of the candle night, so hit the sack at 2am on the 10th of the month, then try to make amends that night by turning in at 10pm then the Band tracker records this as no sleep at all on the 9th, but 2 sleeps on the 10th. Well that just
    nonsense. The logic isn't hard and I can guarantee the dev team understand. So this is BUG and it would be rather nice to see it fixed before Azure ML gets confused about my sleep patterns and predicts my early demise.

    I have had the exact same problems, only I have not cycled so I can't relate to that complaint.  I have had an issue with my units of Distance now displaying incorrectly.  Prior to last week, my units were in Miles, and now they are in Kilometers.  I don't see anywhere to change that in the Settings.
    Also, I contacted Joe in Support yesterday, and he had me reset my SmartBand and my phone (equivalent of rebooting) to see if that fixed anything.  It did not.  Then he instructed me to uninstall the Sony Apps on my phone, and re-install them.  I did that, and it worked temporarily.  All my historical data was now displaying correctly, until this morning when I woke up, and my sleep is back to being > 100 hours for last night, but my historical data still seems to be fine.  The problem seems to be during the initial capture of the data.  When I am on my timeline and I move the time forward, at midnight, the increments increase exponentially, rather than normal speed.  Prior to midnight, all is fine.
    I have a Nike+ Fuel Band and got the Sony SWR10 primarily for Sleep Monitoring.  Now I am unable to do anything with the data because it is not accurate.  Also, I'm an avid runner and would appreciate the ability to change from KM back to Miles...this is a basic necessity.
    Thanks,
    Chad
    Atlanta, GA

  • Logic issue with MIDI

    Having an issue in Logic.
    Ive been using a MOTU 828 audio interface and a MOTU midi express 128.
    Recently, I opened logic getting ready for a session and this popped up:
    Instrument "Profire 2626" sends to a MIDI port named "Profire 2626" of MIDI interface "Profire 2626" which no longer exists.
    Please check if all MIDI interfaces are connected and switched on; otherwise adjust the instruments MIDI out port setting.
    I am no longer using a profire, so I dont know why logic is saying this.
    I just produced music a few weeks ago and havn't touched one cable in my set up.
    Please help thank you!
    SIMOOL

    Did you open a project that referenced that MIDI port on one of the MIDI tracks? If so, find the tracks that references the Profire, change them to your current setup and resave. Also check the Environment for any references to Profire.
    Check Audio-MIDI Setup and make sure the Profire is not still listed on the MIDI setup page, if so delete it.
    Control Surfaces, make sure it's not listed as a Device in the Setup area. Go to Preferences/Control Surfaces and click the Setup button.

  • Boolean logic

    Hey, whats the best way to represent a minus and divide in in java for a boolean equation? Say i have x-y, i sub a matrix of values in {(0,0),(1,0),(0,1),(1,1)} and i want o return their logical boolean result. So if i do it for plus i use the OR gate, and multiplication uses the AND gate.
    Do i simply reverse the result for a plus?
    Podger

    haha tis alright figured it out

  • VI crashes when completing boolean logic

    Hi guys,
    I'm an amatuer trying to do some basic parallel port control through labview. I've designed this big state machine, but whenever I complete the logic Labview will crash upon saving or running the vi.
    I've attached the broken vi. Go to the top right of the block diagram and connect the open OR gate to something. Even a true constant causes a crash. Is the logic simply too big and bloated to handle? What can I do to fix it? Is a while loop+feedback nodes for registers the correct way to implement digital logic?
    Sorry if this seems silly. I only just started using labview.
    Attachments:
    keypad logic.vi ‏13 KB

    Seiko809 wrote:
     I've designed this big state machine, ...
    You still have not explained what the program is supposed to do. I am pretty sure that 80% of the current code is not necessary and the entire thing could be done much simpler.
    I am also not sure why you call it a state machine (and it is not "big" either).
    Just glancing at Lynn's image above, many things make absolutely no sense and just clutter and complicate the diagram.
    Find the following constructs. All boolean operations where one input is a diagram constant can be eliminated and replace with a plain wire or possibly an invert.
    "A .AND. TRUE" is simply "A" (a wire!)
    "A .OR. FALSE" is simply "A" (a wire!)
    "A .XOR. TRUE" is simply ".NOT. A"
    "(A .OR. FALSE) _AND_ (.NOT. (A .AND. FALSE))" is simply "A" (a wire!)
    Instead of inverting a FALSE constant, you could simply use a TRUE constant.
    For example, the code operating in the lower shift register can be reduced to a single "invert". Of course all the currently remaining feedback nodes currently give an invariant constant. Obviously, you must have had much more in mind so either their inputs need to be hooked up somewhere useful or they should be deleted.
    So, please describe in a few words what kind of outputs you expect based on the changing values of the four boolean input value. I am sure we can point you to an almost atomic solution.
    Seiko809 wrote:
    Sorry if this seems silly. I only just started using labview.
    Virtually all your problems are algorithmic and would be an problem in any programming language. The problems have nothing to do with LabVIEW per se.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • A/c determination -kofk

    hi, in case of make to stock/project sales etc -a/c determination will happen based on KOFK ctype for which posting will happen to FI & CO i want to know what value exactly gets posted to controlling Pl suggest

  • Tuning with functions in the SQL Query

    Hi there, I am trying to tune a query that has functions in the select section. Wondering how to see the results of the explain plan with these functions included. Is there a qs to include them when running the explain plan Thanks Hilton Oracle Datab

  • How to keep an Album together if Songs are by different Artists

    Many albums include different artists or variations of artists (e.g. JohnSmith and JohnSmith & MaryJane).  Currently, by "default," these such an album is split into two or more albums in the Library.  What steps/selections are necessary to keep albu

  • Putting Pages on web site

    Is there an easy way to put work constructed in Pages (ver. 2.02) up on a .Mac web site? Saving the pages in HTML doesn't retain tabs, headers, etc. And the only other option I see is pasting pages into blank iWeb pages, but that is a hassle and slow

  • Error OUI-10151

    Hi all, It's been while know that I am trying to install OBIEE on windows 7. I have downloaded the needed folder of the site of Oracle. These where the folders I downloaded: REPOSITORY CREATION UTILITY, RELEASE and the one for OBIEE 32 bit. First I b