Multiple modules

how to load multiple module in ArrayCollection data Url??
I use this. and I have many error :
quote:
<?xml version="1.0" encoding="utf-8"?>
<mx:Module xmlns:mx="
http://www.adobe.com/2006/mxml"
creationComplete="StartModule()" width="1024" layout="vertical">
<mx:Script>
<![CDATA[
import mx.events.ModuleEvent;
import mx.modules.*;
import mx.controls.Alert;
import mx.core.Application;
import mx.modules.IModuleInfo;
import mx.collections.ArrayCollection;
[Bindable]public var addOnsKiriArray:ArrayCollection;
[Bindable]public var addOnsTengahArray:ArrayCollection;
[Bindable]public var addOnsKananArray:ArrayCollection;
[Bindable]public var KaddOnsKiriArray:Array;
[Bindable]public var TaddOnsKiriArray:Array;
[Bindable]public var KNaddOnsKiriArray:Array;
[Bindable]public var KaddOnsKiriArrayS:Array;
[Bindable]public var TaddOnsKiriArrayS:Array;
[Bindable]public var KNaddOnsKiriArrayS:Array;
[Bindable]public var KaddOnsKiriArraySV:ArrayCollection;
[Bindable]public var TaddOnsKiriArraySV:ArrayCollection;
[Bindable]public var KNaddOnsKiriArraySV:ArrayCollection;
public var info:IModuleInfo;
private function StartModule():void{
addOnsKiriArray = Application.application.addOnsPagesCollect
as ArrayCollection;
KaddOnsKiriArray = addOnsKiriArray.toArray();
KaddOnsKiriArrayS = KaddOnsKiriArray.slice(0,3);
KaddOnsKiriArraySV = new ArrayCollection( KaddOnsKiriArrayS
addOnsTengahArray =
Application.application.addOnsPagesCollect as ArrayCollection;
TaddOnsKiriArray = addOnsTengahArray.toArray();
TaddOnsKiriArrayS = TaddOnsKiriArray.slice(3,6);
TaddOnsKiriArraySV = new ArrayCollection( TaddOnsKiriArrayS
addOnsKananArray =
Application.application.addOnsPagesCollect as ArrayCollection;
KNaddOnsKiriArray = addOnsKananArray.toArray();
KNaddOnsKiriArrayS = KNaddOnsKiriArray.slice(6, 9);
KNaddOnsKiriArraySV = new ArrayCollection(
KNaddOnsKiriArrayS );
//addOnsKananArray =
Application.application.addOnsPagesCollect;
//Alert.show(logo,"nnn");
]]>
</mx:Script>
<mx:HBox width="100%">
<mx:SWFLoader id="logoLoad"
source="{'../../'+Application.application.logo}"/>
</mx:HBox>
<mx:VBox width="100%" horizontalAlign="center">
<mx:MenuBar id="menus"
click="Application.application.menuxClick(menus);"
itemClick="Application.application.itemClick(event);"
width="100%">
<mx:dataProvider>
{Application.application.configure.lastResult.applicationCMS.menu.menuitem}
</mx:dataProvider>
</mx:MenuBar>
<mx:HBox width="100%">
<mx:VBox id="kiri" width="25%" verticalGap="0">
<mx:Repeater id="kiriRepeat"
dataProvider="{KaddOnsKiriArraySV}">
<mx:ModuleLoader id="addOnsLoaderKiri"
url="{kiriRepeat.currentItem.addOnsPath}"/>
</mx:Repeater>
</mx:VBox>
<mx:VBox id="tengah" width="50%">
<mx:Repeater id="tengahRepeat"
dataProvider="{TaddOnsKiriArraySV}">
<mx:ModuleLoader id="addOnsLoaderTengah"
url="{tengahRepeat.currentItem.addOnsPath}"/>
</mx:Repeater>
</mx:VBox>
<mx:VBox id="kanan" width="25%">
<mx:Repeater id="kananRepeat"
dataProvider="{KNaddOnsKiriArraySV}">
<mx:ModuleLoader id="addOnsLoaderKanan"
url="{kananRepeat.currentItem.addOnsPath}"/>
</mx:Repeater>
</mx:VBox>
</mx:HBox>
<mx:Label text="{Application.application.copyrigth}"/>
</mx:VBox>
</mx:Module>
Please help me......

Mike,
Could you provide some additional information concerning this issue? Which modules are you using? You indicated that they do not respond properly. What is the exact behavior you are seeing (errors, bad values, etc.)? One thing to consider is the fact that all of the modules, if they are being used in multiplexed mode, are controlled by the same DAQ device. Thus, each of the channels for all four of the modules will need to be included in the same DAQ task (configure, start, read, clear, etc.). Since each of the modules is individually functioning correctly, this may be the issue you are facing.
Good luck with your application.
Spencer S.

Similar Messages

  • How to create multiple modules in quizzes in single file?

    Hi,
    Can someone guide me how to create a multiple module quizzes under one captivate file ( captivate 5.5 ver)
    I have a quiz.cptx file with 50 questions from different chapters A,B,C,D,E with 10 questions in each chapter.
    The scenario
    Note : min 80% score  per chapter is the passing criteria
    1. Start the quiz after login and password
    2. Start the quiz for chapter A ( 10 questions)
    3. score for chapter A should be displayed
    4. If "cpQuizInfoPointsscored"'s  value < = 40 ; ie 80 % for chapter A
             review of the failed questions in the chapter
             OR
             retake quiz for that chapter should be triggered,
       else goto chapter B
    5. Start the quiz for chapter B ( 10 questions)
    3. score for chapter B should be displayed
    5. If "cpQuizInfoPointsscored"'s  value < = 40 ; ie 80 % for chapter B
             review of the failed questions in the chapter
             OR
             retake quiz for that chapter should be triggered,
       else goto chapter C
    6. //rly with other chapters
    7. After passing all chapters the result should be printer based on the scores.
    Is there any better ideas to crack the steps 4 - 6, bcz i am not able to reset the value of "cpQuizInfoPointsscored"; which is incremented as each question is completed.

    Welcome to the forum,
    Agree totally with Rod, this can be done with advanced actions (have some examples on my blog), but it is a lot of work. And the Quizzing system variables such as cpQuizINfoPointsscored are all read only, no way to change them by advanced actions at all.
    If you want to transfer variable values from one file to another, like from the different quiz files to a main file (to take decisions over there about possible branchings), you should have a look at Michael Lund's Save & Load Data widget:
    Save & Load Data widget
    Lilybiri

  • Creating Help for multiple modules, multiple versions and multiple locales

    I need to put together a new help solution for a suite of applications. The problem I have is working out how to manage and publish the content. Would someone be able to offer any advice?
    The software has:
    Multiple modules
    Head office and site versions
    UK and US locales
    Multiple software versions to be supported
    Previously I used WinHelp, regenerating the project 6 times per software version to provide all possible permutations.
    I’d like to create a single hosted help solution with a simple home/landing page that allows users to enter a natural search term – the results provided would be drawn from the database or collection of available help topics and ranked for relevance to application/version/locale etc.
    Obviously the right help must be displayed, and I don’t want every topic to be prefixed with: [uk | head office | Module name | v3.5].
    I have RH9 (for html and word), but would upgrade if I needed to.
    I have looked into using Webhelp, Airhelp and even Wordpress but still haven’t worked out the best way to do this. I understand that this is not a normal posting, but if anyone can point me towards any information that may help me I’d very much appreciate it.

    I think build expressions are what I am looking for, but if I need to create a new conditional build tag for every variation (Locale/Installation/Version) it will be become rather unwieldy and since new software versions are released almost quarterly it will soon become challenging to manage.
    OK, I am happy you picked up on that point. It will be challenging.
    Sorry but your requirement is a complex output so too will be the solution.
    Also, can I apply a build tag to an entire topic to include or exclude it from a build for whole topics that are UK or US specific?
    Yes. Whole topics or content can be tagged. You can apply a topic tag to exclude it entirely from some categories and you can have content tags so that variants of the topic can be generated so that a topic could be excluded from US but for UK it could then vary according to version, for example.
    From an authoring perspective I want to create a single help file, but I can’t have users scrolling through hundreds of possible help permutations to find the one they are looking for. Creating one help file will simplify the hosting of the webhelp too.
    You cannot have sub categories so you would create a category for each permutation. I don't think that would amount to hundreds though.
    Another approach would be similar tagging but using multiple layouts. With categories, your output would have a folder for each category and when a user selects what they want, the system goes to the chosen folder. If you created multiple layouts, you would have much the same folders but each one would be a standalone help system. It would be for your developers to install the right help for each user. Not as difficult as it might sound. For a start, the versions would be simple to hook up.
    A lot of places stop updating help once either a new version is released or goes out of support.
    The best advice I can give is cut down the permutations as much as you can.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • BlazeDS, multiple Module instances with Consumers issue

    I have an application that can load multiple instances of a module. The module has a consumer that connects to a destination and listens for messages pushed from a JMS topic. In order for me to be able to load and unload multiple instances of the module I'm appending a uid to the url of the swf. When the first instance of the module is loaded everything works as expected and the consumer successfully subscribes to the destination. However, if a second instance of the module is loaded the consumer fails to subscribe and I see the following error in the server log:
    [#|2010-10-28T15:05:33.666+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [INFO] [Endpoint.General] Channel endpoint channel-streaming-amf received request.|#]
    [#|2010-10-28T15:05:33.671+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1-in-streaming-mode;|
    [BlazeDS]10/28/2010 [WARN] [Endpoint.StreamingAMF] Endpoint with id 'channel-streaming-amf' received a duplicate streaming connection request from, FlexClient with id '4CA3967A-071C-AB24-D5B9-CAB9D20F14B5'. Faulting request.|#]
    [#|2010-10-28T15:05:33.671+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [INFO] [Endpoint.FlexSession] Number of streaming clients for FlexSession with id '3275dcec0f5dc0c30a7381fa6044' is 0.|#]
    [#|2010-10-28T15:05:33.672+0100|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;|
    [BlazeDS]10/28/2010 [DEBUG] [Endpoint.StreamingAMF] Number of streaming clients for endpoint with id 'channel-streaming-amf' is 0.|#]
    [#|2010-10-28T15:05:33.673+0100|SEVERE|sun-appserver2.1|javax.enterprise.system.container. web|_ThreadID=17;_ThreadName=httpSSLWorkerThread-8080-1;_RequestID=96f36b13-0da4-49ad-b788 -bc6d1413da3b;|StandardWrapperValve[MessageBrokerServlet]: PWC1406: Servlet.service() for servlet MessageBrokerServlet threw exception
    java.lang.IllegalStateException
    at org.apache.coyote.tomcat5.CoyoteResponseFacade.sendError(CoyoteResponseFacade.java:449)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.handleFlexClientStreamingOpenRequest(B aseStreamingHTTPEndpoint.java:732)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.serviceStreamingRequest(BaseStreamingH TTPEndpoint.java:1022)
    at flex.messaging.endpoints.BaseStreamingHTTPEndpoint.service(BaseStreamingHTTPEndpoint.java :430)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.jav a:427)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:333)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncoding Filter.java:88)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76 )
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:246)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:28 7)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPi peline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProces sorTask.java:666)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorT ask.java:597)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTas k.java:872)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultRead Task.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106 )
    |#]
    Can anyone explain to me what is happening here and suggest a solution please? I'm not sure if it's a BlazeDS issue or a Flex Module issue but I can't seem to find any references to this issue and the last 2 days have been spent trying to resolve this without any success.
    Any help appreciated.
    If I don't append the uid to the module url then the consumers subscribe as expected but then I'm unable to unload individual instances of the module as they all share the same url property.
    Thanks in advance.

    I have similar problem, but I don't understand your solution.
    Hypothetically, let’s say I use 2 separate sets of Consumer/Producer components in my flex app.
    There is no problem with connecting first set of Consumer/Producer to a particular channel.
    For second set of Consumer/Producer I create new ChannelSet  and new StreamingAMFChannel instances (but the channel has the same URL as the one used in first set, because I want to use the same channel).
    When I try to connect another set of Consumer/Producer to the same channel I get the error on BlazeDS: "... Endpoint with id 'streaming-amf' received a duplicate streaming connection request from, FlexClient with id ..."
    There is no such problem when I define additional channel in BlazeDS configuration an use this new channel with second set of Consumer/Producer components. This solution requires this additional channel so it’s not fully satisfying for me.
    Could you post some code samples of your solution or describe it in more detail?
    I will be grateful for any useful tips.

  • Getting multiple modules to launch from a single menu. Captivate 7.

    Is it possible to create a menu in Captivate that can launch multiple external modules without getting a flash warning in adobe connect? I understand if you go into the global flash settings you can add this to the list of trusted sites. This is something that isn't going to work for our cleint if each user has to go into this menu and manually do this.
    Does anyone know a work around for this? I've tried using an html page for the menu because I thought the security issue had to do with a swf file calling to an external swf. I'm not having any luck with this working either. This seems like something that more people should be having issues with because it's a relitively simple request. Is this a global or an Adobe Connect issue? Anyone?

    You are correct that trying to get end users to configure Flash security settings is not a viable solution.
    If you're getting a Flash security warning message then the issue is that Flash thinks you are crossing over to grab content from a different domain than the calling file.  This problem doesn't usually crop up when all files are being served from a web server.
    What happens if you test taking all of the files involved and uploading them to a web server?  Do they work then?

  • Generating Multiple Modulated Signals

    I was a bit surprised I didn't see this on the forums, though I am new to the RF gear.  What I would like to do is generate two modulated signals, such as 802.15, on two different frequencies.  I am already able to create the signals individually using the modulation toolkit.  I am using a PXI-5671 RFSG.  I have found how to generate with interferance two CW tones in the examples, but do not see how to generate the two modulated tones.  I also need to be able to set one of the modulated signals to a lower power than then other.  I am trying to test adjacent channel interferance with modulated signals.  Any thoughts?
    Troy

    Hi Troy,
    There are a few tricks you can play here but
    they are completely independent of hardware and more on signal
    processing. Basically you need to write both waveforms at the same time
    with different frequency offset.
    1) Frequency Shift. Assume you
    have two completelly independent baseband signals s1[n] and s2[n]. Each
    one should be the same lenght (time duration).
    One of them will
    be transmitted at Fc and the other one at Fc + df. s1[n] remains
    unchanged and s2[n] will be shifted by df using the following VI:
    The
    trick here is to make sure that your sample rate is high enough to
    support the shifting, otherwise you will be aliasing. If you create
    your waveforms with Modulation Toolkit make sure they have enough
    samples per symbol.
    Finally you need to sum all signals s[n] = s1[n] + s2[n].
    2)
    Apply different Powers. Before you add the signals, you only need to
    scale the data correctly. To do this, I recommend to normalize both
    waveforms. This is s1[n]/max(sqrt(|s1[n]|). Thenscale the smaller power
    one. Finally, you will add them together.
    Here is a spectrum of the composed signal:
    I have attached
    an example to do this using 802.15 signals with a few modifications: I
    am not normalizing data but applying headroom to each signal and I
    hardcoded the number of samples per symbol so the maximum frequency
    offset is about 12 MHz. Should be helpful to get started.
    Message Edited by Yardov on 10-17-2008 06:05 PM
    Gerardo O.
    RF Systems Engineering
    National Instruments
    Attachments:
    frequency shift.jpg ‏9 KB
    Generation Multiple Channels.zip ‏32 KB
    spectrum.jpg ‏79 KB

  • What's the best way to coordinate loading multiple modules.

    I have a number of resource modules that I'd like to load before loading my main UI module.
    I'm doing this now, but to make sure that everything loaded OK, I need to have a chain of Event.COMPLETE callbacks for every resource module load.
    In other (threaded) languages, I'd set a flag and run a wait on my main loop before loading the UI module.
    Is there a good compact way to wait for n modules to load in Flex?

    I don't think you need a chain if load order doesn't matter.  Just keep a
    Dictionary of them and remove them from the Dictionary as they load.  Then
    run a quick test of the Dictionary has any items left.

  • Using a Dimension in Multiple Modules...........

    Hi All,
    Can anyone tell me how to use a "Dimension created in One module in another module.
    Waht I did was, copied the Dimension from Module1 (Dimension) to the Module2(Dimension) -- is this is the right way?
    + Module1
    + Dimension
    Common_DIM
    + Modile2
    + Dimension
    Common_DIM ??
    Thanks in advance for your kind replies.
    Ramesh Mutyapu

    Jean,
    Thanks for your repsonse. My question is like this way.
    I have couple of dimensions which are common to two modules and I want to create the FACT table by using the combination of Dimensions from each module. Can you tell me which is the right way?
    Ramesh
    Hi,
    The answer depends on what you want to do. If you want to have people work on 2 copies, you are on the right track. However if you want to use them to load data into or lookup data from, you are fine with just module holding the dimension.
    In other words, in the mapping you can combine objects from various modules to do your extraction.
    Thanks,
    Jean-Pierre

  • Offset compensati​on on multiple modules with different input limits

    I want to acquire different value voltage signals from SCXI 1122 modules. I can this signals group in two ranges, and connect them to different modules, but I can have signals differing 1:100 on a single module as well. How can I do the offset compensation for each channel and each module?

    Hi James,
    May be this is not the optimal choice the HW but an existing one. I shall coock with existing species. The Labview manual states, that in such cases the LV chooses the highes possible gain in the SCXI module, and then applies different gains to different channels on the DAQ board. But I suppose, the offset of the full signal path depends not only on the gain of the SCXI module, so it means, for all gains I would need separate offset value. Principally I can supply an array of offset values to the Scaling constant tuner VI, but these constants is determined on a channel named ....calgnd. In this case the Acquire and average VI accepts only the first member of the input limits array, and I get only one offset for this limits. Is it enough for all
    different gains of the DAQ?

  • Integration of multiple modules in CRIO

    Hello Guys,
    I am using two modules i-e. NI 9205 and NI 9222, Both have different data rates. 
    Now i have to transfer data from FPGA to CRIO from both these modules using one FIFO. 
    While merging data from both above mentioned modules, I got the data rate that is of slowest rate module. Can anyone please help me with that, or provide me the link regarding integration of modules with different data rates through one FIFO.
    My appologies as i cant share the code but i used basic Labview examples and almost tried every way to put all channels of these modules in one FIFO but i am only able to get data rate of slowest module.
    Regards
    Sohaib Kiani 

    Hi Sohaib,
    I believe that something that might help you is using two different FIFOs to send the data from the FPGA to the RT, so you will have the data in the RT with the specific rate for each device and then you can process the data in the RT side.
    Regards,
    steve.bm
    AE | NI

  • Superimposition of multiple modules

    Hi all,
    I would like to know how ATL manages the superimposition of mulitple modules.
    If the superimposition-order looks like this in the .properties file of an ATL-Plugin:
    # ATL modules: if several, by order of superimposition (the latter ones overrides the former ones)
    SuperModule_A2B.modules = module0.atl, module1.atl, initializations.atl
    how does the superimposed-module looks like at "load-time"?
    Wich representation is the right one, in the following image (left, right, or bottom?)
    I assumed it was the "left" representation, but after reading this paper:
    ftp://prog.vub.ac.be/tech_report/2009/vub-soft-tr-09-10.pdf
    I wasn't sure any more..
    Thanks a lot!
    Alex

    Hi Sohaib,
    I believe that something that might help you is using two different FIFOs to send the data from the FPGA to the RT, so you will have the data in the RT with the specific rate for each device and then you can process the data in the RT side.
    Regards,
    steve.bm
    AE | NI

  • Multiple output modules cause render to fail?

    Is anybody else having trouble with using multiple output modules in after effects?  Let me elaborate:  so I'm working on a 3d film, and my worflow is to simply work with the footage side by side in a single comp (we're at HD, so the comp size is 3840x1080).  Very often, I need to fire off a quick render to show to the director.  Most of the time, I just do the left eye by cropping to that 1920x1080 area in the output module.  Other times I need to deliver both eyes, so instead of cropping to 1920x1080, I resize the frame in the output module to 1920x1080.  Yea, we lose half of our horizontal resolution, but that's not such a big deal for us when just working on approvals.
    Here's the thing: sometimes I like to export multiple variations of this at once (ie one output module for the left eye, one for the right eye, and another for the squished side-by-side left-right video).  Whenever I try to output multiple modules with quicktime, it fails.  Every time.
    When it fails, I get two messages: the first (a warning) says "After Effects warning: last frame was written to one or more output modules, but not all! ( 26 :: 153 )"
    The second message (an error) shows up once for each output module: "After Effects error: Rendering error while writing to file "C:\blahh blah blah\whereIputmyfiles\the_render.mov". An output module failed.  The file may be damaged or corrupted. (-1610153464)."  Once it fails, I cannot output to quicktime AT ALL (multiple output modules, or not) without restarting After Effects.
    I tried outputting multiple modules as a PNG sequence... and that worked just fine (if "slow as hell" can ever be called "fine" .... but it worked! )
    I tried outputting to the multiple formats I wanted with one output module per render item (rather than having one render item with multiple modules) as quicktime, and that worked just fine (of course... it takes N times as long though... for N number of outputs).
    I am on Windows 7 64-bit... running After Effects CC 2014... I never had this trouble back when I was working on the CC version (the not 2014 cc version... that is too confusing...).  However, I just went back and tried it with the older version, and it no longer works there either!  What gives?
    When outputting quicktime, I'm using the h.264 codec.
    And before anybody suggests it, no I can't just use AME because that can't resize video (it forces you to keep the aspect ratio through letterboxing) or crop video.

    >The most likely culprit is the h.264 Quicktime. It should have never been included as an option. It doesn't even work well in Quicktime Pro or in Final Cut...
    I'll come to Apple's (partial) defense here:
    Their H.264 codec was written and released at a time when it was difficult to imagine that mainstream computers would have as many CPUs as they do now, so it's somewhat understandable that the severe failures that this codec has with large numbers of threads occurs. Of course, we may all wish that Apple hadn't decided to end development on the QuickTime platform, since this has meant that bugs like this are likely to persist.
    That said, this is why we increasingly recommend that people use other H.264 codecs and not use QuickTime for such things. See the H.264 options currently in Adobe Media Encoder.

  • Support for multiple struts modules in NitroX

    I have a struts application with multiple modules, however, NitroX won't fully recognize the second module.
    I created this module though Struts' "Create new Struts module...", the module works fine in tomcat, I'm able to edit the config files with NitroX, NitroX doesn't give me any errors when referencing forms or actions in the second module, however, when I create a new html:form, NitroX doesn't show the actions of the second module, and it also doesn't show the request session variables that I created in the struts action class.
    It appears to me that somehow NitroX doesn't see the second module correctly.
    How would I fix this problem?
    Thanks,
    Daniel Goldman

    In order to zip up my project, I would have to clean it up of before giving it to you, I have to make sure that there is confidential info in there.
    Are there any tips you can give me? Perhaps I can troubleshoot myself.
    If there is no other way, I'll send you a zip.
    Thanks
    Daniel Goldman

  • CJC for Multiple SCXI Modules

    I am setting up an SCXI signal conditioning system to measure 20 thermocouples using three 1320's and three 1120's in one SCXI-1000.  When using MAX (setup as one task), I have a couple of questions:
    1.  Is there any special or unique ways I have to setup MAX because I have multiple modules or does setting the "CJC Source" to "Built In" work correctly?
    2.  Which CJC of the three 1320's does max use for each channel?
    3.  What should the 1320 jumper be set to (MTEMP or DTEMP)?  Assume I am in multiplex mode.
    Thank you in advanced for your support.
    Dan Young

    Hi Youngds01:
    I would like to point you to this KB How Can I Address and Use Cold Junction Compensation (CJC) with SCXI Modules?
    1.       Is there any special or unique ways I have to setup MAX because I have multiple modules or does setting the "CJC Source" to "Built In" work correctly?
    There is no correct way of setting up the CJC source it will depend on what you want to accomplish. You can use multiplex mode or direct mode by changing the jumpers (MTEMP or DTEMP), let’s say you will like to read the room temperature with scxi-1320 #1 you will set this for DTEMP and use SCxMody/_cjTemp to address the channel.
    2.       Which CJC of the three 1320's does max use for each channel?
    It will use all each CJC for each SCXI-1320, so for example every time there is a measurement in SCXI-1320 #1 and SCXI-1320 #2 it will read the CJC of the 1320 #1 and then the 1320 #2.
    3.       What should the 1320 jumper be set to (MTEMP or DTEMP)?  Assume I am in multiplex mode.
    You will set it up depending on what you would like to do. I will suggest setting the jumper to “mtemp” and if you will like to read that value from the CJC of one of the modules just use SCxMody/_cjTemp as the address where x = chassis and y = module. 
    I hope it helps
    Jaime Hoffiz
    National Instruments
    Product Expert
    Digital Multimeters and LCR Meters

  • Help!{module_catalogue,15999,} Catalogue module is not showing up at all. Thoughts?

    Followed all the steps in Dreamweaver to insert the Catalogue Module and nothing happens. I can see the module code, but when I preview the page nothing. I have added products to the catalogue, and tried adding multiple modules, still nothing. It's got to be something simple, but im missing it. What do you think? .......
    http://nextlevelclinicstest.businesscatalyst.com/store.html

    Hello Nxt_Lvl2012,
    Two things I seen might be giving you hassle:
    One - Your div class="shop-catalogue clear"  --- The clear class is making this div hidden. In the skeleton.css line 300, it has visibility: hidden and height: 0.
    Two:  Your image path seems to be wrong,  /_images/thumbs/ZipHood_Cat.jpg, give me a 404.
    Hope that helps you out!
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

Maybe you are looking for

  • FB05 CALL TRANSACTION BACKGROUND MODE ERROR

    Hi Experts,                  I have a recording for FB05 transaction and I using call transaction to run it ..problem is its running fine in Foreground and not in background ...I am getting an error in screen.. NO BATCH INPUT DATA FOR SCREEN SAPMF05A

  • Time recording in Outlook

    Hello, I would like to develop an application to do the time recording in Outlook. I know the things I need to know at Exchange/Outlook-side. Unfortunately the point I am missing is how to connect to the SAP world from VB or whatever. Is the normal w

  • Management Point, System Center License required?

    Hi If I am setting up a Windows Server as an additional Management point and Distribution Point. Does it need a System Center server license? /ALX

  • Precision of formula node?

    I need to calculate a simple formulae. But different results between two program. Can you check which one is correct using other program? or tell me the principle of calculation with formula node? Enclosed is the example. LabVIEW: 8.0614613965 Excel:

  • OS X reports %74 keyboard battery for brand new fully charged batteries

    I just placed three brand new fully charged 2450mAh Energizer batteries into my wireless keyboard and OS X reports that it is only %74 charged. Previously I had the same result with rechargeable Duracell batteries but using non-rechargeable batteries