Issues in understanding parallel computing in Labview

In my data acquisistion project, I use case strructres in while loops to navigate through my entire project. Some of the while loops are:
Producer loop 
Consumer loop 
Acquistion loop 
Logging loop and so on...
My procuder loop usually contains buttons which link to the appropriate case structure in the consumer loop via Enqueue message.vi Everything works fine untill I preform some "parallel computing". 
For example, If I press run button which activates a case structure in Producer loop and later activates a case structure in consumer loop and goes on untill it ends up in an appropriate loop and continues to run in that loop.
Now, if I press log button it goes through all the loops and ends up in the loop where it is intended to be. It all works fine.
Now the issue, Sometimes these loops just hang up at a spot. They dont send message queues. They just continue the loop that was last run. Further pressing of any buttons on the GUI does nothing in the vi. I have no clue why labview behave like this. Sometimes it works if I press the button in certain sequence and that sequence does not make any sense, it was all just trail and error. The error is not even on the hardware side, as I have tested it with the simulated devices in MAX. I believe that this mostly happens when i try to run two case structures in the same loop, but I though labview can do parallel computing. what are your views on this situation?
Labview Learner
Solved!
Go to Solution.

Ashaironix wrote:
basic question is will labview be able to handle running two case structures parallely within a same while loop. 
Two different case structures?  Yes.  Two cases inside the same case structure?  No.
From your description earlier, it sounds like you are having loops inside of your case structure.  If that is the case, then you are blocking your loop with the case structure from being able to check for messages.  Everything inside of a While loop must complete before it can iterate to run again.  If you have a repetitive case to run, reenqueue that state so that you can check for messages and run again when it gets dequeued.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • How to control a parallel port with labview

    Hi. I'm trying to control a dc motor with a parallel port using labview. the program has to be able to vary the out put voltage of the computer (0 - 5V) through the parallel port into a circuit which will step up the voltage for the motor. Any help would be greatly appreicated. garreth

    Do you want to output and varying signal from the parallel port pins? If so you can't do it, the port pins are digital and can only be high or low, not inbetween. You can control the individual lines high or low using the In/Out Port vis in Advanced>>Port I/O. For more help on doing this search the message archives (I know I've answered a few) and NI's site, there is some good info on it out there. Try some of these for starters:
    http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/0989d3d9dafae64e8625680400679736?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/f4146c66990c46388625695f00726581?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/f3c4ee6ee2c23ef386
    25646b007882c8?OpenDocument
    http://www.advmeas.com/goodies/parallelport.html
    I hope this helps get you started
    Brian

  • How can i make the .exe run on the computer without Labview?

    .exe can't run on computer without Labview.  Is there any way?  Thank you.

    You need to install the LabVIEW Runtime engine for your specific LabvIEW version.
    In the project window you can create an installer that includes the Runtime Engine (RTE).
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • "how to read parallel port using labview"

    "i am doing a bio medical project and need to read data from parallel port using labview. can anyone help me"

    Hi
    in most cases a simple example helps best.......see attachment. Find in addition in Word document a helpful picture of LPT - Pins.
    In case you work with WinNT, W2k, XP - you need to install accesshw.
    Regards
    Werner
    Attachments:
    printer_port_test.zip ‏41 KB
    dsub_25_parallel_port.doc ‏29 KB

  • Controlling XY stage connected to parallel port using labview

    Hi,
    I have a XY stage which I can control using mach3 software. I want to control a signal generator, VNA and the XY stage at the same time. I have programmed SG and VNA using Labview but I am having difficulties controlling XY stage using Labview. I have never controlled an instrument connected through parallel port using labview.
    Can anybody give me some ideas to start with? How do I use VISA to control the parallel port? I really appreciate your help. Thank you in advance.

    Hi srms,
    Since your question is related to using VISA, I would try posting your question on the Instrument Control Board. You're likely to have better luck there.

  • Serial to parallel converter in labview

    Hi. Does anybody know how to convert serial data to parallel data using labview? I already used shift registers but it's not working.

    Ralp wrote:
    I want to convert it to parallel boolean (true or false) by storing one bit of binary data in every registers so i can combine it in 1D array.
    You still need to be much clearer. LabVIEW does not have "registers". LabVIEW is a programming language, not a circuit simulator.
    What is the datatype of the serial data? booleans, bits, bytes, U8, etc.
    What is the datatype of the parallel data? 1D array of what? How big can it get? What do you want to do with it?
    Do you get one boolean at a time and simply want to append it to a boolen array? That would be trivial. What have you tried?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I do to communicate to parallel port using labview 5.0 and NT ?

    I am trying to write and read from parallel port using Labview 5.0. It does not work with NT.
    How can I do to communicate to parallel port using labview 5.0 and NT ?
    Thank you in advance.
    Regards,

    If you are trying to use In/Out port functions that come with LabVIEW they will not work with NT. I think the AccessHW file at the following link will fix that problem:
    http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/49664743ded6f1da862564bc004e3a7f?OpenDocument
    Try also this link:
    http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/0989d3d9dafae64e8625680400679736?OpenDocument
    and do some searchs at NI.com for parallel port, you should find some more usefull info.
    Good luck
    Brian

  • I want to write data into eeprom(93LC86) in parallel port using labview?

    I want to write data into eeprom(93LC86) in parallel port using labview? Also I want to read data from EEprom.

    Hi Mr. Mz,
    after having a look to 93LC86-Datasheet I do not see a problem. The self-timing programming cycle of this Chip avoids timing problems; the rest is only logical stuff.
    If you need more general info, how to use the parallel port, I recommend: http://[email protected]/ or
    in case you need an example of SPI-Interface in LabVIEW with paraport - then write to: [email protected]
    You are welcome
    regards
    wha

  • Why cant i see the opc servers on the computer where labview is running?

    Hello,
    i have 2 Computers in a network. On both computers is installed the NAPopc Server. On the computer where Labview is running, i can not
    see the OPC Server wenn i go to ->my computer->new I/O Server-> OPC Client. The box of registered OPC servers is empty.
    When i choose the network connection, i can see the OPC Server on my other computer.
    Can somebody tell me why? I want to use only on computer for my project...
    Thanx, Daniel
    Best reguards

    Hi Daniel,
    in your post you're saying that you have the "NAPopc-Server" installed. Did you mean the NI-OPC-Server? As you can see in the screenshot attached you should be able to see any registered OPC server that is registered properly, no matter if it's installed on your local host or elsewhere.
    You mentioned that you can see the OPC server on the other computer, so you should be able to see the OPC-server on that machine when you choose the settings-tab and select "localhost" as machine. Is that right?
    For further troubleshooting tips look here and here  
    Regards,
    Bernd 
    Attachments:
    OPC.pg.jpg ‏48 KB

  • Can I interface a normal DC motor with a computer using LabView?

    I am trying to find a DC motor that can be interfaced with the computer using LabView. Is that possible? If so, HOW?

    There are many ways to control DC motors from LabVIEW. National Instruments provides plugin motion control boards like the PCI-7342 that are capable of controlling 2 to 8 stepper or servo motor (DC) axes. Additionally you need a drive for power amplification.
    You find lots of very good information about controlling motors from LabVIEW with NI motion control hardware under this link:
    http://www.ni.com/motion/
    The NI motion control boards have lots of high level features like position control, interpolation modes, contouring, onboard programming and so on. Your request is very brief so I can't tell if this level of control is oversized for your application or not. If you simply want to turn a DC motor on or off there will be cheaper methods to accomplish that.
    Best regards,
    Jochen Klier
    National Instruments Germany

  • Transferri​ng data from a DOS 5.0 (Win 3.1) Computer to a Windows XP Computer - Using Labview

    In 1992 my lab purchased a Particle Size Analyzer (Microtrac series 9200) that came with a Compaq computer (DOS 5.0, Win3.1) and a printer.  Due to proprietary software restrictions I currently need to keep the analyzer software operating on the DOS computer (to calculate the particle size distribution according to Microtrac's evaluation), although everything else about the system is out-dated.  In fact the printer just died last week. 
    I have been asked to figure out a way to still be able to use the old analyzer software on the DOS computer, but retrieve the data so that it can more quickly (and reliably) be analyzed using current platforms. At the back of the DOS computer the only available port is a parallel port - what Im wondering is how I can transfer data using a parallel port from a DOS computer to another computer with Windows XP?  I'd like to use Labview on the 2nd computer (with Windows XP) to retrieve the data - is this possible?  And, how do I do this?  
    Other related questions which you may be able to help with:
    (1) What equipment/ type of cord do I need to connect parallel ports?
    (2) How do I get a DOS to send signal from the parallel port to the other computer? Do I just need to push "print screen"?
    (3) What program do I need on the DOS computer to interface with the parallel port and send signals to the newer computer?  Is there a labview program that will run on a DOS computer (Win 3.1)?
    Thanks very much in advance for any assistance in this. I do not have a huge amount of computer knowledge so I apologize if any of my terminology is not completely accurate.

    In dos you can use the copy or print command. More about it here. http://www.computerhope.com/issues/ch000199.htm I have also used a memory stick on dos system. I have USB memstick driver. This works fine. However This will require that your host computer do have a USB port.
    Most computers from that time do have one or more serial ports. If you have a free serial port I would have used this and hyperterm on the XP computer. In order to transfer the output file. But before you do this you must set the serial ports on both computers to the same setting. In DOS this is done with the mode coomand http://www.computerhope.com/modehlp.htm 
    I do not know if this is supported in dos 5.0. But try to type the command msd in dos. MSD is a diagnostic utility to view diagnostic information relating to your computer's hardware setup  
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Issue in understanding the negative Wasted space value for a table while fragmentation

    Hi All,
           After running the command for getting Fragmentation on tables, i am getting a negative wasted_space for my table. However for rest of the tables i am getting positive value. Can anybody help me to understand that.
    OWNER                          TABLE_NAME                      size (kb) actual_data (kb) wasted_space (kb)
    PROVPROD                       BATCH_REQUEST_RESPONSE            4736696       4840637,48        -103941,48
    Regards,
    Arun Singh

    Thanks for such a detailed explanation. Here are the DDL for table.
    CREATE TABLE
    "PROVPROD"."BATCH_REQUEST_RESPONSE"
    "REQUESTRESPONSEID" NUMBER,
    "WORKINGID"         NUMBER
    NOT NULL ENABLE,
    "BATCHUID"        
    NUMBER NOT NULL ENABLE,
    "SOURCEAGENTID"     VARCHAR2(32 BYTE) NOT NULL
    ENABLE,
    "TRANSACTIONID"     VARCHAR2(256 BYTE),
    "BATCHENVNAME"      VARCHAR2(64 BYTE) NOT
    NULL ENABLE,
    "FILETYPE"        
    VARCHAR2(8 BYTE) NOT NULL ENABLE,
    "ISHEADER"        
    VARCHAR2(1 BYTE) NOT NULL ENABLE,
    "ROWNUMBER"         NUMBER
    NOT NULL ENABLE,
    "ROWVALUE" BLOB NOT NULL ENABLE,
    "SOSTATE"  VARCHAR2(16 BYTE) NOT NULL ENABLE,
    "SORESULT" NUMBER,
    "SOQUEUEDTS" TIMESTAMP (6),
    "SORESPONSETS" TIMESTAMP (6),
    "SOREQUESTXML" BLOB NOT NULL ENABLE,
    "SORESPONSEXML" BLOB DEFAULT EMPTY_BLOB(),
    "SOPRIORITY" NUMBER NOT NULL ENABLE,
    "SODELAY"  
    NUMBER NOT NULL ENABLE,
    "SOTYPE"     VARCHAR2(32 BYTE) NOT NULL ENABLE,
    "SOID"       NUMBER,
    "ACKREC"     VARCHAR2(1 CHAR) DEFAULT 'N',
    "FILENAME"   VARCHAR2(64 BYTE) NOT NULL ENABLE,
    PRIMARY KEY
    ("REQUESTRESPONSEID") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
    COMPUTE STATISTICS STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS
    2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "PROVPROD_DATA"
    ENABLE
    SEGMENT CREATION
    IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE
    INITIAL 65536
    NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
    FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE
    DEFAULT
      TABLESPACE
    "PROVPROD_DATA" LOB
    "ROWVALUE"
      STORE AS BASICFILE
    TABLESPACE
    "PROVPROD_DATA" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION NOCACHE
    LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE
    DEFAULT CELL_FLASH_CACHE DEFAULT)
    LOB
    "SOREQUESTXML"
    STORE AS BASICFILE
    TABLESPACE
    "PROVPROD_DATA" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION NOCACHE
    LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE
    DEFAULT CELL_FLASH_CACHE DEFAULT)
    LOB
    "SORESPONSEXML"
    STORE AS BASICFILE
    TABLESPACE
    "PROVPROD_DATA" ENABLE STORAGE IN ROW CHUNK 8192 RETENTION NOCACHE
    LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE
    DEFAULT CELL_FLASH_CACHE DEFAULT)
    CREATE UNIQUE INDEX
    "PROVPROD"."SYS_C0012044" ON
    "PROVPROD"."BATCH_REQUEST_RESPONSE"
    "REQUESTRESPONSEID"
    PCTFREE 10 INITRANS 2
    MAXTRANS 255 COMPUTE STATISTICS STORAGE
    INITIAL 65536
    NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
    FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE
    DEFAULT
    TABLESPACE
    "PROVPROD_DATA" ;
    CREATE UNIQUE INDEX
    "PROVPROD"."SYS_IL0000064787C00016$$" ON
    "PROVPROD"."BATCH_REQUEST_RESPONSE"
    PCTFREE 10
    INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1
    MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL
    DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE
    "PROVPROD_DATA" PARALLEL (DEGREE 0 INSTANCES 0) ;
    CREATE UNIQUE INDEX
    "PROVPROD"."SYS_IL0000064787C00015$$" ON
    "PROVPROD"."BATCH_REQUEST_RESPONSE" ( PCTFREE 10 INITRANS 2
    MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS
    2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE
    "PROVPROD_DATA" PARALLEL (DEGREE 0 INSTANCES 0) ;
    CREATE UNIQUE INDEX
    "PROVPROD"."SYS_IL0000064787C00010$$" ON "PROVPROD"."BATCH_REQUEST_RESPONSE"
    ( PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 1048576
    MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE
    "PROVPROD_DATA" PARALLEL (DEGREE 0 INSTANCES 0) ;
    CREATE UNIQUE INDEX
    "PROVPROD"."TRANSACTIONIDINDX" ON
    "PROVPROD"."BATCH_REQUEST_RESPONSE"
    ("TRANSACTIONID") PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE
    STATISTICS STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS
    2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE
    "PROVPROD_DATA" ;
    CREATE INDEX
    "PROVPROD"."METRICSRESULTINDX" ON
    "PROVPROD"."BATCH_REQUEST_RESPONSE"
    "BATCHUID",
    "SOURCEAGENTID",
    "BATCHENVNAME"
    PCTFREE 10
    INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0
    FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT
    CELL_FLASH_CACHE DEFAULT
        TABLESPACE
    "PROVPROD_DATA" ;

  • Issue with correct trajectory reading using Labview and Compumotor

    Hi everyone,
    I am having some issues with my compumotor/Labview communication and was wondering if anyone had any advice.
    My setup is a National Instruments PCI-7432 control board linked to a
    UMI-7762 Interface board then I have my driver and motor, the Compumotor
    M83-135 R14, serial 18054. When I use the NI Measurement and Automation Explorer and tell it to go at a velocity, the velocity is no where near the commanded value.
    It is not returning any errors either, I’ll tell it to do say 500 rpm’s and it will take ~2.5 seconds to make a complete revolution. I can get the motor to spin at a very fast rate so it is working, I just was wondering if there was something wrong that would cause it to deviate so far off the assigned velocity.
    I didn't know if I accidentally changed a setting with labview that would cause it not to read the velocity correctly or something like that.
    Thank You
    Keith Kirkwood

    Keith,
        It sounds like one possible issue is that your feedback is not correct.  In which case you'll want to check encoder feedback -- disable your motor in software but leave everything connected.  Then manually turn the motor and check if the 1-D Interactive section in MAX reports the correct steps per one revolution. If not, then check that the encoder setup section is correct, specifically the encoder counts per revolution.
        Also, your motor may need to be tuned, assuming that it hasn't already been tuned.  Is your motor a servo or stepper motor?  From what I could find online it looks like the M83-135 is probably a servo.  Here are a couple links to documents that will help you tune your motor, which often solves velocity issues:
    Understanding Servo Tune
    http://zone.ni.com/devzone/cda/tut/p/id/2923
    And if that seems not to work,
    Unable to Tune a Servo Motor
    http://digital.ni.com/public.nsf/websearch/19668AB2D4997F3D86256E940082F1EF?OpenDocument
    Let me know how it goes, or if you have more questions.  Thank you.
    -Allison S.
    Applications Engineering
    -Allison S.
    Calibration Services
    Product Support Engineer

  • Connecting Keithley 2100 DMM to computer with LabView

    For my project, I need to measure the change in resistance of a resistor as it is heated up. I have a Keithley 2100 connected to my computer via USB and have installed LabView, NI-VISA, and the instrument drivers that I found on another forum. When I try to load the VI to "configure 4 wire resistance measurements"  I receive an error message that says "dependency loaded from new path (3 warnings affects 3 callers). I ignored it and I was able to run the VI to take a resistance measurement. However, should this be a concern? 
    Also, if I want to take continuous resistance measurements over a period of time (as the resistor is heated up), is there a way to continuously run measurements, store the data, and display it on a graph? I'm new to LabView and not sure how to do this. 
    Thanks!

    Hi,
    I wouldn't worry to much about the new paths, the driver was probably saved in a different location.  I think if you run a mass compile on the driver project it will resolve these issue. ( not 100% sure but I think so).
    You can use a while loop to continuously store the results and graph the data to a chart.  You will need to put a "wait" in the loop so you are not taking data at the speed of light.
    ***  Generally speaking *** , open a file outside the loop, store the results during each loop, then close the file after leaving the loop.
    Put a stop button inside the loop so you can stop the operation.
    Put a *strip chart* inside the loop so you can write data to the chart each iteration and see the updates.
    Perhaps put a numeric control inside the loop and attach it to the wait so you can change the length of time between measurements if you want to. (instead of a constant wait period.
    You can test your method by using the random number generator in the loop instead of your measurement drivers, divide and conquer eh.
    This should get you started.
    Mark Ramsdale

  • Fast enough computer for LabView?

    Hello, I would like to know if I have a fast enough computer for the
    application I'm developing. I have just ordered the PCI/232-16 Serial
    Interface card from National Instruments and plan to use it with a
    Pentium 150 running Windows NT with 64MB of memory. I'm writing the
    LabView program to contain 16 individual while loops for each ports of
    the interface card (that's 16 while loops, just to let you know). I'll
    be constantly writing and reading from the ports and displaying the data
    read by the port. If anyone can comment on what I have so far, or can
    say anything about how fast LabView code executes, I'd greatly
    appreciate it.
    Thanks,
    Joe

    I may be wrong about this, but most NI cards seem to use a single UART and
    timeshare it - this could cause you serious problems if you are aniticipating
    being able to read and write from all 16 ports simultaneously. I'd check
    the hardware specification for that NI card closely before worrying about
    the computer being fast enough. I've had to revert to Comtrol RocketPorts
    in the past because of this issue.
    Cheers,
    Ben
    Jaime Rios wrote:
    >Hello, I would like to know if I have a fast enough computer for the>application
    I'm developing. I have just ordered the PCI/232-16 Serial>Interface card
    from National Instruments and plan to use it with a>Pentium 150 running Windows
    NT with 64MB of memory. I'm writing the>LabView program to contain 16 individual
    whi
    le loops for each ports of>the interface card (that's 16 while loops,
    just to let you know). I'll>be constantly writing and reading from the ports
    and displaying the data>read by the port. If anyone can comment on what I
    have so far, or can>say anything about how fast LabView code executes, I'd
    greatly>appreciate it.>>Thanks,>Joe>

Maybe you are looking for

  • How to organise the library best for workflows?

    I need some help to set up my library propperly. I'm using Aperture for a year now and the organisation of my first major project was a bit of a mess and I lost control. I had a folder as top level, then a Project (box) containing folders and smart f

  • How to restrict the Report based on sales office

    Hi Experts, I am using BW 3.5. I have a requirement that my sales report should give output to  particular user with his respective sales office only. For Example :   User,   Sales Office    A , Delhi    B, Mumbai User A should not be able to see the

  • Dynamic Scrolling of MovieClip

    Hi everyone, I have an application in which i am making a dynamic photo gallery. I have made a scroller movieClip "thumbs_mc". Now i want to make it scroll. for that i created 2 movieClips ,left and right. and wrote some code. but its not working. 1s

  • Setting up LDAP authentication

    Hi guys. I am a newb when it comes to LDAP so please bear with me. I installed dbms_ldap for a developer yesterday so they could run directory searches. I have now been asked to set up anonymous authentication on the directory. I've looked through a

  • WPF datagrid EF DATABASE UPDATE

    hello someone help am getting null exception on foreign table value with navigation property already assigned. trying to update in datagrid,        var ctx = new SomeEntities1();         TblStudentMission smm = new TblStudentMission();          TblSt