Line Graph will be broken on the different lines issue

Hi, While I create a line graph which Horizontal Axis is date, if just has one line then the line is a continuous line from start date to end date,
but if have more than 2 lines and if these lines do not have values on one same date then these lines will be broken
my question is does this correct ? Our requirement is that these lines should be continuous, can the line graph do that ?

Your post is unclear, but I think you want to do the following:
Acquire 2D intensity data from a CCD array and plot it on an intensity graph
Draw two lines to delineate an area of interest
Integrate the values of the CCD between these two lines
This is relatively straightforward, but you will need a more complex architecture than the one you currently have.  You will need to use the event structure and probably should have a task handling loop, as well.  This architecture is known by several things, but "event-driven state machine" is probably the most common.  Search these forums for that phrase and you will get lots of information.
For your particular problem:
In your event structure, you will need events to handle drawing the line (could be mouse or button/parameter driven, or both), events to calculate the integral, and the usual start/stop/data acquisition things.  Note that all these events should only generate commands for your command processor/state machine to handle.  These will be send via queue.
In your queue-driven state machine / task handler, you will need a shift register to hold such variables as the line data (both of them), local copy of the intensity graph data, etc.
The different frames of the case statement (or dynamically dispatched VIs if you go the object oriented route) do the actual work.
You should learn about the event structure and queue driven state machines before starting this.  Start with the LabVIEW help, then search these forums for additional info.  For example, I believe altenbach posted a demo awhile back of the event structure in which he drew a polygonal line.
Good luck.  Let us know if you need more info.
This account is no longer active. Contact ShadesOfGray for current posts and information.

Similar Messages

  • Engage 2008: Line Graph, can't start 2nd series @ different X value

    Using Xcelsius Engage 2008
    Created line chart w/ 2 series
    2nd series does not start at the same X value as series 1.
    How do I generate the second series so the initial part of my 2nd series line does not show all 0s?
    Thank you
    Nancy Griffin

    Hi Tammy.
    I'm using Xcelsius version: 5.0.0.99 and Build number 12,0,0,121.   I am not sure if S1 is already installed.  If not, where can I get it?
    This is what I'm trying to do:
    1) created a basic line graph with two series
    Series 1 Data has 2 columns
    Series 1 Column 1 includes dates. THis will be the labels for the X axis:
    1/1/07
    1/6/07
    1/12/07
    1/1/08
    1/6/08
    Column 2 includes the line graph data for series 1
    30
    50
    10
    90
    120, etc
    Series 2 column 1 - THis is the same as series 1 since it includes the same labels for the X axis
    Series 2 column 2  includes the data for the 2nd line graph
    HERE's WHERE IT IS DIFFERENT
    I have no data for dates 1/1, 1/6,  1/12/07.   My data starts in
    2008. I don't want the graph to show 0s for the first 3 dates and then jump up to the 2008 data.   Is there a way to make the 2nd line chart start on 1/1/08?
    thank you. Really appreciate your help.

  • My questions concerns the NI - PXI 6508. I can set or reset the different lines an

    d ports manually for example with a cluster of boolean switches!is it possible to do this kind of automated?Meaning writing for example a netlist for every line!!this is very important because i have a great amount of relais an MUX/DEMUX to be "switched"!I have about 84 relays to switch and my control lines for the MUX/DEMUX. For example, a special relay is in one of the channels and I have to switch it, but simultaneously I have to switch the MUX to the same channel (providing the testsignal)using the control channels.

    d ports manually for example with a cluster of boolean switches!is it possible to do this kind of automated?Meaning writing for example a netlist for every line!!this is very important because i have a great amount of relais an MUX/DEMUX to be "switched"!Hi GM,
    You should have no problem changing the state of your digital lines programatically. You can use a while loop and shift registers on the borders of the while loop to continually change the states of the digital lines depending on your criteria.
    I have created an example that counts up every time a change occurs on a boolean value. This can be used to represent the change of a digital value. Your program will probably be much different the this one, but it demonstrates using logic and shift registers to monitor a boolean value (much like a digital line).
    Hope that helps. Have a good day.
    Ron
    Attachments:
    digital_with_shift_registers.vi ‏40 KB

  • How do I make it so a word will drop down to the next line instead of splitting in half with a (-) ex: awes-ome

    In Pages it is making words slit in half instead of dropping the whole word down onto the next line. How do I change it so that the whole word goes down?

    J,
    In the Document Inspector, Document tab, turn off Hyphenate.
    Jerry

  • How to login in command line by adding user/password in the same line

    is it possible in OSX to login in terminal by typing:
    +login username password+
    I tried many unix command and never find a command that can do that in one line, it always ask for the password in the second line.
    I need that to be used in Python application,
    or if there any possibility to write code in python to do that in OSX using python osx modules,
    while in windows it worked perfect by using win32API in Python.
    I hope Apple developers can help me with That
    Thanks

    This isn't possible because it would be a terrible security vulnerability--any process on the system can see a program's command line arguments. (Just type "perl -e 'sleep 5' & ps" in a terminal if you don't believe me.) If you want to log in like this, you'll have to open the "login" program in such a way that you can give it the password through its standard input.
    Also note, however, that "login" will not change the account your Python program is running as; it just starts a shell running as that account. If you want your program to run as a different user, you need to look into a set of commands and techniques called "setuid" or just "suid"; a Google search for "setuid python" should get you started. (I'm not a Python programmer, so I can't really tell you exactly how setuid works in Python.)

  • How do I get the top lines i my toolbar back? The top line starting with 'file' on the right and the second line which contained the refersh button as well as the search bar have disappeared. How do I get them back?

    The first two lines of my toolbar have gone. I'm left with most visited but the lines above, containing the refresh button, bookmarks and search bar and above that containing the links to files etc have gone, how do I get em back?
    == I was fiddling with the different bars and must have clicked sth I shouldn't have.

    Alt V
    T
    M
    Be sure to do this in a new blank tab.

  • How to draw horizontal line in smartform after end of the all line items

    Hi Friends,
    I am working on the smartform. I have created TABLE node in Main window.
    i want to draw a horizontal line after end of the main window table node. i mean after printing all the line items of the table, I need to print one horizontal line.
    Could you please help me how to resolve this issue.
    FYI: I tried with the below two options. But no use.
    1. desinged footer area in the table node of the main window.
    2. tried with uline and system symbols.
    please correct me if i am wrong. please explain in detail how to draw horizontal line after end of the main window table.
    this is very urgent.
    Thanks in advance
    Regards
    Raghu

    Hello Valter Oliveira,
    Thanks for your answer. But I need some more detail about blank line text. i.e thrid point.
    Could you please tell me how to insert blank line text.
    1 - in your table, create a line type with only one column, with the same width of the table
    2 - in table painter, create a line under the line type
    3 - insert a blank line text in the footer section with the line type you have created.

  • Transfered drawings to photoshop and lines dont show or dont have the correct line weight

    Hi everyone,
    I did some drawings using autocad, then transfer them to illustrator for organization purposes. Now I need to transfer them to photoshop to do renders on them, but when I do the line weight and details in photoshop don't look the same. It dims down the color, looks way lighter, and some of the details of my drawings don't show. I thought maybe was a computer or program issue, but when I printed them I could see the difference also from illustrator than from Photoshop
    Hope anyone can help
    Michelle C.
    photoshopillustrator

    Hi,
    I do, I zoom in and I see my lines, but I don't think that's the problem, because when I print them they look lighter compared to the file that I print from illustrator.
    thanks,
    Michelle C.

  • Can I activate the iPhone5 on a different line without a SIM-switch?

    I've been searching for the answer to "Do I have to have a SIM-switch?" for awhile now. There are already over a dozen threads and different people keep giving different answers. To complicate things, even Verizon Customer Service is providing what appears to be drastically different answers. To help anyone else who may be wondering about this, I've complied a list of the Verizon Rep answers below:
    Here are links to Verizon support saying that you will be able to activate the phone on any line when it arrives without a replacement SIM.
    ChaunceyM_VZW wrote:
    "Even though the transfer upgrade option isn't available during pre-orders, you will be able to upgrade using the eligible line. Once the phone arrives, you can select the number that it will be used on. You can visitvzw.com to make the change."
    ChaunceyM_VZW wrote:
    "Once your phones arrive you can go to vzw.com and activate the iPhone 5 on the number of your choice."
    ChaunceyM_VZW wrote:
    "I can confirm that you're able to use the upgrade from an eligible line and use the phone on the number of your choice when the arrives. Simply complete your purchase as normal. Once the phone is delivered you can go to vzw.com and activate the phone on the number you select."
    ChaunceyM_VZW wrote:
    "You have the option to upgrade to the iPhone 5 using any eligible line. Once the phone arrives you're can activate the phone on the number of your choice."
    ChaunceyM_VZW wrote:
    "You can utilize the upgrade from another number and activate the phone on your number!"
    Here is the same Verizon support rep saying that you are required to activate the phone on the line you ordered it before you can transfer.
    ChaunceyM_VZW wrote:
    "You will be required to
    order the phone on Line B
    receive the phone
    activate it on Line B
    Reactivate it on Line A
    Reactivate Line B's original phone on Line B.
    to transfer the upgrade to another number. I know it's a pain, but your new phone will be worth the trouble."
    Here is a different Verizon support rep saying that if you used MyVerizon to transferred an upgrade no additional steps are necessary and the phone will activate for the line that the upgrade was switched to. However, she says that if you didn't utilize the 'transfer upgrade' function, then contrary to Chauncey's answer that you can activate on any line via vzw.com, Vanessa reports that you must obtain a new SIM card in order to upgrade a different line.
    VanessaS_VSWSupport wrote:
    "The SIM card does come programmed for the phone number it was ordered on. However, if you process order as an Alternate Upgrade, meaning, you requested to have it transferred to your line, the SIM will be programmed to your phone number. If it's not, you will be able to get a new SIM card from VZW or the Apple Store."
    VanessaS_VSWSupport wrote:
    "Simply select [a] number to upgrade, then select "Transfer Discount", and then select your mobile number, and proceed as normal. This way, you will not have to get a new SIM card, as the SIM card will come programmed with the number it was ordered on.
    VanessaS_VSWSupport wrote:
    "If the new phone was ordered under a different line, the SIM card will come pre-installed with that phone number; therefore, you will need a SIM card for your number if the new phone will be on your line. If you did an Alternate Upgrade, using another eligibility, but ordered it on your line, the SIM card will come pre-installed with your number and you'll be able to activate it on your line, no problem."

        Hi Houser,
    Sorry about the delay in our response. I know the information regarding the iPhone 5's sim card is confusing so let me go ahead and clear that up for you. The activation process for the sim card depends on how you ordered the phone. If you order the iPhone for line A but wanted it active on line B and you selected the "Transfer Upgrade" option when you processed the order, you will not need to complete any additional steps. Just power on the phone, activate it and you'll be all set. The phone will be programed to the correct line.
    If you ordered the iPhone 5 for line A but really want to activate it on line B and did not choose "Transfer Upgrade"  you will have to complete the following steps.
    1. Activate the phone on line A.
    2. Remove the sim card.
    4. Complete the ESN change to activate iPhone and sim card on line B by going to www.vzw.com/myverizon or by calling our customer service department at 1-800-922-0204. 
    6. Re-insert the sim card and activate phone B the next day. (This steps needs to be completed because the sim card is going to be reused)
    Thanks for the great question!
    NidiaA_VZW
    Please follow us on Twitter @vzwsupport

  • 11.1.1.5 - Measure labels are appearing in legend (line graph)

    I've created a line graph in 11.1.1.5. My legend is showing a combination of the column value and the measure name (e.g. Web Sales, Direct Sales, Retail Sales). I want my legend to simply say Web, Direct, and Retail, without the appended 'Sales' measure label.
    The Measure Labels tile is currently residing in the Vary Color By (Horizontal Axis) zone, along with the legend column, so I guess it makes sense that the legend column and the measure labels would both show up in the legend (although I don't think that was the case in 11.1.1.3). However, there doesn't appear to be any place into which I can relocate the Measure Labels tile so that the word Sales DOESN'T appear on the line graph. If I move the Measures Labels tile into Graph Prompts, Sections, or Group By (Horizontal Axis), the word Sales appears in those locations. If I attempt to move that tile into the Lines (Vertical Axis) box, or into the Excluded box, it won't allow being dropped there.
    Switching between line, bar, and area graphs reveals the same problem in all graph types.
    Is there any way to supress the display of measure labels on graphs in 11.1.1.5?

    Hi Paul,
    This is the feature in 11g obiee displaying the Measue heading and dimension value... like u said right Web Sales...and so on.
    Here in u case web is the value of dimension and Sales is heading of a measure.
    One way is if u are not using any dimension apart from 1 dim and fact u can put measure labels in the group by axis and dimension column in the show in legend section then it will give u only web.
    But if u have 2 dimension then we have to put this measure labels with either one of the dimensions in this case heading of the measure wil display.
    Thanks
    Subhash

  • Marker Shape in Legend - Line Graph

    Hello,
    I have recently upgraded from 10g Release 1 to 10g Release 2.
    I am using a line graph. In Release 1, the data marker shapes show up in the legend. In Release 2, they don't. In Graph.xml, I have set the Graph element to have the attribute markerShapeInLegend="true".
    Does anybody else have this problem and/or know of a solution?
    Thank you.

    Hi Paul,
    This is the feature in 11g obiee displaying the Measue heading and dimension value... like u said right Web Sales...and so on.
    Here in u case web is the value of dimension and Sales is heading of a measure.
    One way is if u are not using any dimension apart from 1 dim and fact u can put measure labels in the group by axis and dimension column in the show in legend section then it will give u only web.
    But if u have 2 dimension then we have to put this measure labels with either one of the dimensions in this case heading of the measure wil display.
    Thanks
    Subhash

  • Line graph issue in web report

    Hi
    I have a 3 queries/reports on one page in my web report. I have 3 line graph buttons, one for each query.
    My issue is, in the report result or table, I have characteristic "Product" in rows and Key figures in Columns.
    Product                          Month 1     Month2      
    XYZ          Demand
                 On hand stock
                 Ending Inventory
    But when I hit the line graph button, it shows Product in the X (horizontal) axis and number ranges like 15000, 20000, 25000 in the Y axis.
    I need to swap the axes. I tried the "swap display axis" in the web items tab, but it didn't work.
    I read other threads on the same topic here and someone had suggested creating a query view, switching the columns and rows there and running the report to display the line graph as required.
    If I do that, won't the report result in the table also swap the rows and columns? I want the table to show Product in the Rows and KFs in the column as it is now, but I want the line graph to show Product in the Y axis and the Key figures in the Y axis.
    Any ideas on how to do that? Any help will be greatly appreciated. Thanks!
    Pooja

    This is what I did:
    1) In BEX Analyzer, I opened the local view of the Query and swapped the Key figures and Characteristics. I put the key figures in the columns and Characteristics in the Rows
    2) I ran my report and save it as a View
    3) In WAD, I assigned the Chart to the View.
    When i ran the report from WAD, it still shows the key figures or number ranges in the Y axis and Characteristics on the X axis again.
    I checked the "swap display axes" option in Web Item tab, but the line graph still remains the same.
    Is there another way to do this? Or am I missing something?
    Thanks
    Pooja

  • Chart Web Part to not plot zeros on a line graph

    Hi all,
    Is it possible to not plot zeros on a line graph?
    I have a line chart with days of the current month along the x-axis and a value on the y-axis. I have a series representing a forecast as a line that will show what the values along for the whole month should be and a second
    line chart series representing the actual. This tells the reader how the actual is tracking against the forecast. The data is based on an excel table.
    Currently when the latest value is set the line skews back to 0. I don't want this shown, I just want it left blank. On excel you can change the zeros to na() and the line graph will not plot, however, if I leave them as na() in the source data, the whole
    column wont be imported in the chart wizard.
    Any ideas?
    Thanks
    Andy

    It's true -- the RangeBar chart type only has two field options (X and Y) while the RangeColumn correctly has an addtional Y field. The RangeBar chart should obviously have two X fields if it's supposed to plot a range, as the name and example image indicate.
    Neither this thread or the one linked has led to an answer. Can this be fixed?

  • Chnging y value in line graph

    I can't seem to find a way to increase the y value for a numbers line graph. When I use the inspector and tab out of the field it goes back to zero!

    I hope that this screenshot will help:
    Yvan KOENIG (from FRANCE vendredi 6 juin 2008 19:20:52)

  • Line Graph - Lines

    Hi all,
    I have a line graph - defined as custom.   The line graph has lines that are not wide enough to be visible from a distance.   Does anyone know how to make the lines wider?
    Thank you,
    Michelle

    Thank you Jeremy.  The concerns you listed are valid.
    When 12.1 is available and we upgrade the thicker line will be great.  We are currently on 12.0.
    Unfortunately we have a newer installation of MII.   That means, we are still in the "prove it" stage.   We purchased a huge monitor.  (I'm not sure of the size anymore.)  That monitor is mounted above the lines on the shop floor.  The object is to give immediate information to the line on performance.   The graph shows the amount of "bottles"  that go thru the line every 15 minutes.  It is automatically updated.   There are 3 lines.  One for the upper limit, one for the lower limit, and one for the current produced.   This gives them a nice picture, if only they could see the lines.
    I added line marks - they didn't like that because the graph became too messy.   So the solution appeals to me.  With the future enhancements to MII we can go back and change the graph later.  I'll put it in our enhancement list.
    Our production area is very positive on getting something new for themselves.   Our executives get the high level.  The people on the floor get the instant information.   I want to keep that enthusiasm going.

Maybe you are looking for

  • HP C410B Photosmart all-in-one - I can't access the printer's web server

    This printer is working OK as a printer via its network connection and I can see it on the network when I do a scan. I can also 'ping' the printer OK. However I can't connect to its web server for configuration or to start a scan from the computer et

  • My "new improved" itunes seems to be missing some key components.  Where is the file button and the others in the upper left corner.

    There is no file or other things in the upper left corner.  Not even a place to upgrade in the future.  I talked to a guy in support today and I told him I was missing that stuff and he helped me navigate better but didn't really help me with the mis

  • Apple TV vs Samsung Wireless adapter

    We have an Apple TV working on our current Sony HDTV. Now we are getting a second TV, a Samsung HDTV. Samsung markets the LinkStick Wireless USB 2.0 Adapter  for its TV's, and I can get it for a good price on eBay (~$50). I know I won't have access t

  • Suggested SQL query

    Hi I need you help for suggesting a query. These are the two tables : CREATE TABLE  "RENCONTRE"    (     "NUMPERS1" NUMBER,      "NUMPERS2" NUMBER,      "DATE_R" DATE,      "NUMLIEU" NUMBER,      "RESULTAT" VARCHAR2(20),       CONSTRAINT "RENCONTRE_P

  • Capture Problem After Upgrading to OS 10.4.9

    Everything was working fine when I was using OS 10.4.8. Now, when I try to capture video, the audio is way out of sync. This never happened before. In case it matters, I am using FCP 4.5. Thx