Make the process in the graphs of PB

I wonder about the process of with PB graphics rendering. I wrote a few 3d fractal raytracers in PB and I wonder if I could improve them, dividing them into two nuclei is is attached to a graphic PB.

The nucleus would calculate the normals for each point of 3D fractal and this grace to pass to the second core which would apply to the shading. I wonder if I change only the settings assigned to the second nucleus if it would re - calculate the whole filter or only the second core. If it changes only the second core boost huge speed could be obtained that he would fast for tweaking the shading, once the normals for the structure were calculated by the first.

In addition, the second core will run only once the first completed for all pixels?

Thanks for any idea.

Tom

Yes exactly!  If you have a core in a graph whose parameters and entries are immutable, its results will be an image in the image caches, so in your case, the normals would only be calculated at once and you should see good acceleration.  If the grains are wired in series, the second will not run before finishing the first. This may change in the future if your beans are one-time (another reason to ensure that your logical reasoning region is correct!) in this case pixels will only be used by the second kernel after the first nucleus has processed these pixels, but serialism will be a much more fine-grained.       Kevin

Tags: Pixel Bender

Similar Questions

  • How to make the graph "Presentation of our future."

    I need to make this old films 'Our Future présentation' chart for a book.

    I found the above on the internet, but it's on the low resolution. I need to do it again.

    How, anyone?

    -PS CS5 and AI CS5 is what I have at work.

    http://cf.badassdigest.com/_uploads/images/24625/featurepresentation__index.jpg

    A way to recreate the elliptical multicolor look:

    First, select the tool shape elliptical, as shown below.

    Draw a circle and the fill set to None. Then put the race as necessary for the required color. I set mine to red, but you would change your necessary.

    Filter > blur > Radial blur. The dialog box can be seen below. Set the desired radial blur.

    Below is the radial blur effect.

    Edit > transform path > Warp, will be the elliptical channel blur effect.

    In the toolbar option under Warp, replace the parameter to twist.

    Set the parameters of twist to the elbow '100 '. The amount, the effect of torsion.

    The appearance of this can be seen below.

    This creates a similar effect you want. you just create several of them in different colors for your desired effect. Manipulate parameters will create a variety as well. I hope this helps.

    Another useful link:

    Janelle

  • Tried to restore to an earlier date, but whenever the computer goes through the process, but ends by saying that he could not make the changes. My system is XP Professional.

    McAfee, updated yesterday, Saturday, and now I have problems. Tried to restore to an earlier date, but whenever the computer goes through the process, but ends by saying that he could not make the changes. My system is XP Professional.

    Hello
    Have you done that you are connected under an administrator account?

  • How to make the instance of oracle bpm asynchronous process?

    I want to create a bpm processes that start as asynchronous. Can someone tell me how to do it and test it?
    Should I first define the structure of data/xsd? Thank you

    It's pretty easy.

    Double-click the Message of your BPM process start event and then go to the implementation tab expand the "Advanced" pane by clicking on the icon "+". Here you will see a button that allows you to make your process "Synchronous" and "asynchronous". Choose the mode you want.

  • How to make a percentage on the graph bar

    Hi, Hello all
    I created a bar graph, it has two choices, Yes and no, when I press the button submit, it dispalyed the number of votes for the 'yes', and the number of votes for the 'no' since this bar chart have two bars, now I want it to appear only in a single bar.at the left side of this bar, it shows the percentage of 'Yes' While the graph on the right, it shows the percentage of 'no'.and how am I going to do.




    What is more, I created a blank page and then I created a region in this page too.inside this region, I draw a table (using dreamweaver 8). I want the table which is discussed above appear in this table.how to link to this table.



    This table is supposed to love some survey Web site displayed somewhere on a Web site page.



    Best regards
    hlee

    Hello

    application of graph

    SELECT THE LINK AS NULL,
    REPLACE (REPLACE(RESULT,1,'YES'), 0, 'NO') AS LABEL.
    ROUND ((COUNT (RÉSULTAT) * 100) / (SELECT COUNT (RESULT) IN DEMO_POLL)) | '(%)' AS THE VALUE
    OF DEMO_POLL
    RESULT GROUP
    ORDER BY DESC 2

    Thank you
    Stefan Bosamiya,
    + 91 76000 23053
    http://jbosamiya.blogspot.com

  • Can charting CF - I make positive negative labels in the graph horizontal bar?

    I use ColdFusion 7 on solaris 8.

    I'm creating a tornado with a horizontal bar graph chart to display two sets of accurate, except cards

    series is to the left of 0 and a series is to the right of the zero and each series is stacked along the same line.

    Can I do the label values negative axis on the left side of the show of the axes of the graph in the form of positive values label?

    This is a very rustic representation of what the table looks like:

    * * * * * | (- 5 to + 5 to the right, left)

    * * * | (- 3 left, 3 right)

    * * | * (- 2 left, 2 right)

    * | *

    -----------

    -5-3 0 3 5

    I want the table to stay as is, but have the bottom label to show that:

    5 3 0 3 5 (essentially removing the "-" sign on the left side of the labels 0)

    Well, thanks for any help anyone can provide!

    * Here is a snippet of code for the chart:

    < seriesplacement cfchart = 'stacked' chartwidth = "350" chartheight = "200" showlegend = 'no '.
    scaleFrom, scaleto = '-5 "= style="./hzBarStyle.xml '5' "fontbold = 'Yes' format ="png">

    < cfchartseries type = "horizontalbar" > <!-left-side bars on the graph of tornado >
    < cfloop query = "getReportVals" >
    < cfset dataVal = - #round ((getReportVals.score/score_total) * 100) / 2 > <!-Note: sign-less >
    < point cfchartdata value = "Point #dataVal #." = #dataVal # >
    < / cfloop >
    < / cfchartseries >

    < cfchartseries type = "horizontalbar" > <! - good sidebars of the tornado chart - >
    < cfloop query = "getReportVals" >
    < cfset dataVal = #round ((getReportVals.score/score_total) * 100) / 2 > <!-Note: no less-> signs
    < point cfchartdata value = "Point #dataVal #." = #dataVal # >
    < / cfloop >
    < / cfchartseries >

    < / cfchart >

    * Here's the style developed using WebCharts Ent file. Edition v5.0h:

    hzBarStyle.xml

    ******************


    <? XML version = "1.0" encoding = "UTF-8"? >
    < frameChart is3D = "false" >

    < xDepth = '6' yDepth plan '6' = frame = "#000000" lightColor = 'white '.
    leftAxisPlacement = rightAxisPlacement 'Front' = stripColor 'Front' = "#FFFFFF" >
    < background minColor = "#999999" / >
    < / framework >

    < dataLabels style = foreground "Pattern" 'white' = >
    < / dataLabels >

    < elements place = 'Stacked' form = contour "Column" = "black" >
    < morph morph = 'none' stage = "none" / >

    < index collection = "0" >
    < paint color = "#0000FF" / >


    < dataLabel >
    <! [CDATA [$(colLabel)]] >
    < / dataLabel >
    < / series >

    < index collection = "1" >
    < paint color = "#0000FF" / >


    < dataLabel >
    <! [CDATA [\t]] >
    < / dataLabel >
    < / series >

    \n\nTotal $(colLabel) value: <! [CDATA [$(rowTotal)]] >
    < / items >


    < isVisible xAxis = "true" >
    < labelFormat pattern = "#, # 0" ###" / >
    < parseFormat pattern = "#, # 0" ###" / >
    < labelStyle orientation = "Vertical" color = "white" / >
    < titleStyle foreground 'black' = > criteria for data < / titleStyle >
    < / xAxis >

    < foreground popup = '#000000"background ="#FFFFFF"/ >

    < legend >
    < style decoration = "RoundShadow" / >
    < / legend >

    < title >
    < style decoration = "None" / > Tornado Chart
    < /title >

    < paint = "Plain" / >

    < / frameChart >

    The display is controlled by a ground impossible.

    That is to say "positive format; negative format.

    Unfortunately, the javadocs say positive and negative models must be different or the negative trend will be ignored. Probably the best you can do is to replace the '-' with another symbol.  A space character * might * work

    .. If not, you may need to use some other character as '+' or ' * '.

    Just be sure to apply the format to the correct axis.

    Post edited by: == cfSearching == -.

  • Create a button to erase/reset the data displayed in the graph

    Hello

    I'm new here and to work with labview. I searched the Forum but have not found an answer that would help me (or at least I think I thank)

    I'm working on a project to acquire process an ECG signal with an acquisition of data. In the front panel, I am trying to display 2 graphics, part of the real-time data display and the other showing all the data acquired up to now. I wanted to add a button to this second graph that, when the user wanted, deleted the data shown in the graph, but immediately continued to display the data.

    (trying to make me more clear)

    ' display all the data acquired--> X--> cleans graphic display--> press the button display all acquired data.

    If someone could help, I would be very grateful!

    Thank you very much

    FM

    Hi fred,.

    Open the finder example in LabVIEW and locate the example of 'how clear diagrams & graphics '.

    Pretty easy, don't you think?

  • InDesign crashes when clicking with the right button on the graph

    I have a problem that whenever I try to right click on any graph in any document, even a brand new document, I don't get the context menu, but a rotation beach ball. I use InDesign 7.04 OS X 10.6.7. I tried to screw up my preferences and get rid of the SING file according to the instructions from Adobe, and I still don't have the same problem. Also, I installed CS5 from scratch, nothing helps.

    I'm sorry for this long post, as I will include the process of the Activity monitor sample, just in case it makes sense for an individual here. If anyone has any suggestions, I would really appreciate the help!

    Thank you!

    Photios

    ----------------------------------

    Sampling of the 2012 process for 3 seconds with 1 millisecond of execution time between samples

    Sampling conducted, symbols of treatment...

    Analysis of Adobe InDesign CS5 (pid 2012) sampling every 1 millisecond

    Graph of calls:

    2150 Thread_46582 DispatchQueue_1: com.apple.main - thread (series)

    departure of 2150

    2150 main

    2150 GetPlugIn

    2150 0x1d102fef

    2150 SendEventToEventTarget

    2150 SendEventToEventTargetInternal (OpaqueEventRef *, OpaqueEventTargetRef *, HandlerCallRec *)

    2150 DispatchEventToHandlers (EventTargetRec *, OpaqueEventRef *, HandlerCallRec *)

    2150 ToolboxEventDispatcherHandler (OpaqueEventHandlerCallRef *, OpaqueEventRef *, void *)

    2150 SendEventToEventTarget

    2150 SendEventToEventTargetInternal (OpaqueEventRef *, OpaqueEventTargetRef *, HandlerCallRec *)

    2150 DispatchEventToHandlers (EventTargetRec *, OpaqueEventRef *, HandlerCallRec *)

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    CEventDispatcher::DispatchEvent 2150 (arisen *, IEvent::SystemHandledState)

    2150 CEventDispatcher::DispatchToEventHandlers(IEvent*)

    2150 CDefaultEH::RButtonDn(IEvent*)

    2150 MWindowEH::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 0x1db31268

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 0x2b7824e4

    2150 0x2b783098

    2150 GetPlugIn

    2150 0x22460b6c

    2150 GetPlugIn

    2150 GetPlugIn

    2150 FileUtils::PosixPathToSysFile(std::string const&)

    2150 adobe::afl:CoreFileUtils:UTF8ToAFile(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AFile&)

    2150 adobe::afl:AString:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AString&)

    1118 adobe::afl:AString:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AString&)

    1032 std::basic_string < char, std::char_traits < char >, < char > adobe::afl:AFLAllocator >: at(unsigned long) const

    2150 Thread_46592 DispatchQueue_2: com.apple.libdispatch - manager (series)

    2150 start_wqthread

    2150 _pthread_wqthread

    2150 _dispatch_worker_thread2

    2150 _dispatch_queue_invoke

    2150 _dispatch_mgr_invoke

    2150 kevent

    2150 Thread_46593

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 MemUtils::GetAvailMem()

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 pthread_cond_timedwait_relative_np

    2150 _pthread_cond_wait

    2150 semaphore_timedwait_signal_trap

    2150 Thread_46597

    2150 thread_start

    2150 _pthread_start

    2150 TS_exception_listener_thread

    2150 mach_msg

    2150 mach_msg_trap

    2150 Thread_46598

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46599

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46600

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46601

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46602

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46603

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46604

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46609

    2150 thread_start

    2150 _pthread_start

    2150 C_AMTUISwitchSuppressUpdates

    2150 C_EULA_SetState

    2150 C_AMTUISwitchSuppressUpdates

    pthread_cond_wait 2150

    2150 _pthread_cond_wait

    2150 semaphore_wait_signal_trap

    2150 Thread_46619

    2150 thread_start

    2150 _pthread_start

    2150 ThreadUtils::ThreadPool:ThreadProc(void*)

    2150 ThreadUtils::ThreadPool::Dispatcher()

    pthread_cond_wait 2150

    2150 _pthread_cond_wait

    2150 semaphore_wait_signal_trap

    2150 Thread_46620

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46621

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46625

    2150 thread_start

    2150 _pthread_start

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    nanosleep 2149 $UNIX2003

    2149 __semwait_signal

    1 GetPlugIn

    1 GetPlugIn

    1 GetPlugIn

    1 CFRunLoopAddSource

    1 mach_port_insert_member

    1 mach_msg

    1 mach_msg_trap

    2150 Thread_46627

    2150 thread_start

    2150 _pthread_start

    2150 Invoke

    2150 Invoke

    2150 login

    2150 login

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    recv 2150 $UNIX2003

    Recvfrom 2150 $UNIX2003

    2150 Thread_46642

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46643

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46644

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46645

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46646

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46647

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46654

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46655

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46656

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46657

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46658

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46659

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46660

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    Total number of stack (recursive counted several, when > = 5):

    51 GetPlugIn

    28 _pthread_start

    28 thread_start

    18 _pthread_cond_wait

    16 __semwait_signal

    Invoke 15

    15 PrivateMPEntryPoint

    pthread_cond_wait 15 $UNIX2003

    8 MPWaitOnQueue

    8 TSWaitOnConditionTimedRelative

    8 thread_proxy

    7 0x361be0f0

    7 0x5a0ed

    7 0x5a6f1

    7 MPWaitOnSemaphore

    7 TSWaitOnCondition

    7 semaphore_timedwait_trap

    Sort by the top of the stack, even collapsed (if > = 5):

    __semwait_signal 34399

    semaphore_timedwait_trap 15050

    semaphore_wait_signal_trap 4300

    mach_msg_trap 2151

    kevent 2150

    Recvfrom$ UNIX2003 2150

    semaphore_timedwait_signal_trap 2150

    Adobe::AFL:Astring:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_Adobe::AFL::AFLAllocator<char>_>_const&,_Adobe::AFL::Astring&) 1118

    std::basic_string < char, std::char_traits < char >, < char > adobe::afl:AFLAllocator >: to 1032 (unsigned long) const

    Analysis of the sample of the 2012 process writes to the file/dev/stdout

    You have this problem on the points which are not jpg files? If you have illustrator try to make a file WITH pdf compatibility. If in the place which does not cause InDesign to hang it is a good start. If it gives you problems try to find a WMF file and place. If the WMF file gives you should right click you have something goofed in pretty bad.

    My guess is that you have an application that can open jpg that is is bad or old character and seeks to be referenced.

    When you right-click a jpg in the finder in the open with > dialogue takes a while to load? How many options do you see here? If this menu does not load at all you can TRY RC Default Apps (free) Rubicode - RCDefaultApp and see what everyone can open jpg files.

    I would like to ask about 26 cents that you have an application that attempts to be a potential application for opening jpg causing your problem. Reduce the number of possible applications and you may be able to eliminate the problem. Perhaps is a good idea to make a new user account and see if this problem persists.

    Since you're on 10.6.7 what you can do is make the new user, copy the entire folder InDesign CS 5 on demand new Office if you have any question on the newly created user. The log back into your main administrator account and open your Applications folder, press get info, under sharing & permissions unlock it and slams the + symbol, select the newly created user and choose 'No access' under the privilege. From there, you should have no chance of poorly created applications having a file association, and you shouldn't have this problem in InDesign.

  • How to make the partitions using the toshiba restore CD

    Hi forum users. I just want to explain more on creating partitions using our Toshiba Recovery CD. I have a portable satellite A50-101.

    I searched some topics on this forum and found this post from Quad. Just follow these steps carefully and you'll be successful to make the partitions on your hard drive.

    Here is the message by Quad.
    ######################
    Hi forum users

    If anyone of you needs an accurate description of installation of operating system using Expert mode, maybe this can help you.

    When the recovery process has begun there are menu where you can choose between two modes of installation.
    1 standard mode
    2. expert mode

    At first he put there important warning: all data stored on your computer will be lost. It is also important that hollow a Standard installation partition will be created and all data on the hard drive will be lost.

    If you want to install the operating system on a partition, please use Expert mode. In this case, the software can be installed on an existing partition. Alternatively, you can make one by yourself.

    If you want to make a partition with a set capacity, please do it on this path:

    1. choose number 2 Expert mode pressing
    2 approve OK key ENTER
    3. choose LOCAL > DISK > image
    4. look in: must be selected for the CD-ROM drive
    In the Middle window choose GHO file and press ENTER
    5. using the TAB key you must mark the player information and so on and press ENTER
    6. using TAB button again part brand of window average (blue line) and with SPACE activate new dimension box
    7. place inside the new size of the partition and press ENTER again
    8. the question to continue with load disc? confirm with OK

    I hope this can help you to make the desired partition size.

    Good bye
    ######################

    At step 6 above, enter the size of the partition you want. Size must be entered in megabytes (MB), gigabytes (GB). (mine is 40 GB HDD, i.e. 38146. I go to half, 19073)
    Proceed with the disk load? Click OK.

    It will now recover your machine to its factory setting. 2 partitions will be made.

    Once the restore is complete, open my computer. You'll see only drive Local (c) on hard drives. Click on properties and you will see that the size that you specified in step 6 above (20 GB). So, where's my other 20 GB? It is a way to treat 2 to make a new logical drive.

    Follow this link: (these links has screenshots for easier understanding)

    http://www.theeldergeek.com/hard_drives_07.htm - create an extended Partition (step 1)
    http://www.theeldergeek.com/hard_drives_08.htm - create logical drives in an extended Partition. (Step 2)

    I hope this can help you make a new logical drive in an extended partition. :)

    Hi 012

    Thank you very much for your posting. I forgot to mention that the logical drive must be created because the unusable space do not appear by Windows.

    But there are users like you to help. Respect!
    Fashion Expert recovery procedure section is now perfect.

    Good bye

  • My 6s iphone shows that I have an email unread in my Inbox.  I have read and open any emails in my Inbox, but my phone shows an unread email.  How can I make the 1 red go?

    My 6s iphone shows that I have an unread email.  I have read and open any emails in my Inbox.  How can I make the 1 red go?

    Go to settings > Mail, Contacts, calendars > press e-mail account. Put the Mail DISABLE (display white side). To return to the home screen (it's essential!). Phone power off. Turn the phone to power back on. Mail switch must stay off - if enabled, you will need to repeat this process. If it is disabled, you did it right - turn it on and the 'ghost' post should have gone - for now. That they will probably come back until this bug is fixed permanently.

  • In the example LabVIEW Full featured, which makes the entry point button reappear?

    My question is this: what piece of LV code or invoke the node for the TS engine makes the entry Point button reappear when loading a file of sequence?

    Background:

    I inherited a modified version of Full Featured LabVIEW UI, which has been moderately modified (enough so this restart is not really an option, but it is still quite similar to use as comparisons for behaviors).  In addition, this code was started in LV2012/TS2012 and I'm migrating to LV2013/TS2013, but this behavior is consistent in both versions.

    Here is what I tried:
    I have found that when the command connect runs (see attachment), the button which is a TSUI. IButton control, SEAO is grayed out or hidden.  In the unmodified example user interface provided with TestStand, button is again displayed when loading a file of sequence.  The problem is that when I load a movie file in my code and click it before the race, the button does not reappear. In my code, I can run the sequence successfully by right click on the movie file and selecting run, so I don't think the sequence has an error, or the process model.

    Thanks in advance,

    Seth

    Seth,

    The entry 'options' of the ConnectCommand function controls this. On help page for this entry, you can see that there are options for "ignore enable" and "ignore visible." Or any of them may affect the functionality of the key entry point. You could try to make the options for both keys 0 and see if that fixes the problem. If this isn't the case, please let us know.

  • analyzing the graph of a given data output

    Hello

    I have this graph

    These data are represented graphically by excel from an output of a data logger file.

    I am looking at 4 main channels.

    Channel 2 or 7 (they are pretty much the same thing... Purple is behind rose)

    temperature of channel 8 (dark blue line) 22 c

    Channel 9 37 c body temp (read line)

    extreme temperature of channel 10 (green line) 60 C

    my recorder, I'll make it through this test, I don't know how many times, but I know with certainty that these 3 times are the only values I'm looking for.

    22, 37 and 60.

    Anyway is to calculate the time it takes to 22 c to 90% of 37 C.

    How do I put this logic? I want to do it for every jump in the graph.

    22-37, 37-60, 22-37, 37-60

    I have to calculate the time it takes 60-22

    can someone me guy in the right directly.

    Thank you

    Watch in treatment-> palette of measurement of the Signal waveform.  The transitional measure should do what you want.

  • data is plotted on the graph of absolute time delay

    Hi all

    I'm plot data on a graph of absolute time and I find 2 hours difference between the data displayed by the debugger (left) and data on the graph (X - SCALE AUTO).

    The time saved in ptTime, was acquired by using the function 'time' and the PC has Amsterdam, Berlin, Rome as time zone.

    Here, under a screen shot that implemented the code, the debugger and the result.

    The debugger is also showing the version in good time!

    Can anyone suggest me how to process data in order to have the same result on the debugger window and on the graph?

    A big thank you and best regards

    Sergio

    Question: in the CVI debugger show you, the time_t variable appears as a double, while its definition in 'time.h' is ' typedef unsigned int time_t; "so I am a little confused.

    Response: I did something nonsense in this screenshot: I took a variable of type double (it happened to be a UIDateTime, actually) and configured the debugger to format as if it were a time_t variable. The formatted values that the debugger shows me, therefore, are not valid, of course. But I just wanted to show the time_t format, because it corresponds to what you have in your screenshot, and I was already suspicious that you use time_t variable to pass to the curve.

    Furthermore, if you are not familiar with the way in which you can change the formatting in the debugger, this is how you do it:

    Usually, the debugger can automatically pick the best format to use, based on the data type of the variable (for example, with variables of time_t). But in this case, what the debugger calls a variable "Date Time" is all just a double. The debugger cannot assume that you want to display all your double variables as a 'Date Time', and so you need to replace yourself.

    Question: I was not able to find UIDateTime using the ICB type, this is the value returned by GetCurrentDateTime(double *)?

    Response: There is really no such thing as a type of data "UIDateTime". I've been a bit remiss with my terminology. Unfortunately, when you're dealing with dates and hours, there are several possible representations of these quantities in the world of C, and it is important that you use the correct the intended variant you use for. In this case, the chart controls expect that you pass the time format used by the library of user interface, that is, one that is returned by the GetCurrentDateTime or MakeDateTime functions. The underlying C for this representation of the time data type is simply twice, and so it is not a good name to refer to it. That is why I used UIDateTime, but I should have been clearer than that.

    Question: Y at - it a function to convert time_t values UIDateTime values

    Response: Yes. You can use the functions of the programmer's Toolbox following two, in exactly this order:

    CVIAbsoluteTimeFromCVIANSITime (time_t ansiTime, CVIAbsoluteTime * absTime);

    CVIAbsoluteTimeToCVIUILTime (CVIAbsoluteTime absTime, double * uilTime);

  • excellent the width of the graph

    does anyone know how to change the width of the graph?

    I want to make smaller or larger lines.

    I assume you mean the width of the line.

    Using ActiveX: series--> Format--> ChartFormat--> line--> LineFormat--> weight.

    Ben64

  • Using an algorithm of scaling of the graph of a waveform within a Subvi invisible?

    Hello

    I have a little problem with the automatic scaling of the graphs.

    First of all:

    For automatic scaling of the axis LabVIEW uses the set of data that was sent to the curve. If I zoomed in on the inside, the automatic scaling always uses all of the data even if it is not visible at the moment. To resolve this problem, I read on the positions of the zoom sliders and values min/max within this area of research. This method works.

    Second:

    Now, I want to the scale of the axis using the specified min/max values. Labview graphics using a special algorithm of scaling according to the format of the axis. I want to use it, so my idea was to send the cut data and format of the axis to a Subvi. Inside this Subvi, I use a waveformgraph to display the cut data and run an automatic scaling once. Now, I read the values min/max of the graph and set this values on the main chart, I see in my program.

    The result is, my main chart shows the data zoomed area in maximum size (to the axis scale) and hole data is always available, so I can still pass the data in the chart or others.

    Problem: The sense of scale with a grpah inside a Subvi only works if the chart inside the Subvi is visible. If it isn't, no scaling would be made. My solution is to open the Subvi as a small window and close automatically after the scaling. It's not very nice.

    Are there any other ideas how to use auto scaling without showing the front of the Subvi?

    Thank you very much and best regards,

    Michael

    Hi Michael,

    -show your façade out of the visible screen area, so the user does not notice the window...

    -Make your own algorithm of scaling based on these values min/max...

  • How to ensure that the graph xy plots are present?

    Hello community,

    Since the update to LabVIEW 2014 this week, I have a problem with the code that worked (or didn't, but the problem was unnoticable).

    As example the llb I created to present the question, I'm graphic xy filling with quiete some data and then color programmatically plots.

    The problem is that if there are too many plots then the property nodes that are to color the mistakes of Mr. thow plots as if the corresponding plots were not present in the graph still - even if I used a single flat sequence structure to try to ensure that the data is written in the plot before trying their color.

    Maybe this wouldn't be in LabVIEW 2013 too - but the threshold for the number of plots was higher. All I can say is that I have observed this with data sets that worked well in 2013 of LabVIEW.

    To reproduce simply run 'color of the graphs.vi' with values high enough to 'numerisch' and ' numerisch 2 "(50 on my machine can be more about yours).» I left the terminal nodes property unwired error so you get caught up in the right position when the error occurs.

    Somehow check if all parcels are in the charts again? This way I could introduce a delay that ensures that I don't have the color of the graphics that do not exist yet - regardless of the speed of the target computer.

    Xy graph behavior has changed in 2014 of LabVIEW? Or maybe his performance?

    Best regards

    Florian

    HM, your addendum somehow answered my question. We are indeed an against the user interface thread race condition.

    Unfortunately, I do not know a method to wait than the UI thread to have access to all plots. In addition, the waiting time that you need depends on the ability of the system, which is dynamic, you know not all processes background or in parallel, running applications.

    That being said, I recommend a work around:

    1. create the data for the plots

    2. how many plots you have in query data

    3 write short dummy data in the terminal, and not the data of the whole plot

    4 Recolor plots

    5. write the correct field data

    Norbert

Maybe you are looking for