PCI6534, Pattern Gen Loop, Dig_block_out, count var won't work

I am trying to use the pattern generation loop and the count variable in the Dig_block_out function to control the frequency of a repeated block of output. Most values for count hang up the program, but some work fine. I need to be able to use any number for count. I am using visual basic.

Hello Tegan,
I am still not quite sure what is causing this problem since you are not using a shipping example.
I proposed you check the following posts for more information:
http://forums.ni.com/ni/board/message?board.id=70&message.id=1807&requireLogin=False
http://zone.ni.com/devzone/conceptd.nsf/webmain/e5a26c86e0c32e4886256be20050e9e3?OpenDocument
http://forums.ni.com/ni/board/message?board.id=70&message.id=1572&requireLogin=False
Serges Lemo
Applications Engineer
National Instruments

Similar Messages

  • I upgraded my iPod Touch 4th Gen yesterday.  Now it won't play music, which is the main thing I use it for.  Over 11,000 songs [it's a 64GB model] -- will I actually have to restore the device and re-add all that music?

    I upgraded my iPod Touch 4th Gen yesterday.  Now it won't play music, which is the main thing I use it for.  Over 11,000 songs [it's a 64GB model] -- will I actually have to restore the device and re-add all that music?
    [Music files are still there, and I can play them on my computer directly from the iPod [just one track at a time] but not in the usual way, through headphones.]
    On the Summary page of iTunes for the iPod, it shows 50-plus gigabytes of "Other" content and no music, which was not previously the case.  I assume this is related to the problem.
    I can bring up individual tracks on the iPod and see cover art, but cannot play the music.

    iCloud is free, iTunes match is $25 a year.
    I had the same problem and when I went to Settings I had 0 songs, even though they were obviously still there since I only had 15GB free on my 64GB device.
    I decided to do a complete reset/restore of my 4th gen iPod Touch, Bad move! I've been messing with it for hours, and it simply won't restore--it keeps hanging on a black screen with an Apple logo and a progress bar at about 10%, sometimes it goes completely blank and tries again, with the same result. (I've posted my question/plea for help here: https://discussions.apple.com/message/19735862 )
    I'm ready to bang my head against the wall! I can put the device in recovery mode, connect to iTunes on my computer, and get it back to the setup screen, but when I go through the process again and try to do an iCloud backup I get the same reset/restore loop.
    I could start from scratch, but I really, really, really don't want to go through all of my hundreds of apps, reinstall them one by one, etc. etc. etc.
    I thought that once I started using iCloud, I didn't need to sync with iTunes anymore--guess I was wrong.

  • MS dynamics crm 2011 edit xml of chart to get count of Won vs ALL opportunities

    Dear Support Team,
    We are currently working on a dashboard for our on-premise CRM dynamics 2011 instance. What we need is to display Won VS ALL opportunities of a certain account manager. I have tried exporting one of the default chart in CRM which is the Won Deals VS Lost
    Deals. I have modified the XML to get the COUNT of opportunity number for WON and LOST deals instead of  the SUM of revenue. Now, i have imported the modified xml content and was able to import it successfully. Upon checking the chart data, it shows the
    same count for WON and LOST records which is incorrect. How do i able to correct this. Please refer below to the xml codes i have imported. Looking forward to any help. Thank you.
    <visualization>
      <visualizationid>{7842C8AF-0FD2-E411-9758-F5ACB647B220}</visualizationid>
      <name>Test Chart For Comparison</name>
      <description>Shows the amount of revenue for won deals versus lost deals.</description>
      <primaryentitytypecode>opportunity</primaryentitytypecode>
      <datadescription>
        <datadefinition>
          <fetchcollection>
            <fetch mapping="logical" aggregate="true">
              <entity name="opportunity">
                <link-entity name="opportunity" from="opportunityid" to="opportunityid" link-type="outer">
                  <attribute alias="sum_lost" name="opportunityid" aggregate="count" />
                  <filter>
                    <condition attribute="statecode" operator="eq" value="0" />
                  </filter>
                </link-entity>
                <link-entity name="opportunity" from="opportunityid" to="opportunityid" link-type="outer">
                  <attribute alias="sum_won" name="opportunityid" aggregate="count" />
                  <filter>
                    <condition attribute="statecode" operator="eq" value="1" />
                  </filter>
                </link-entity>
                <attribute groupby="true" alias="groupby_column" name="nexus_accountmanager_lookup" />
              </entity>
            </fetch>
          </fetchcollection>
          <categorycollection>
            <category>
              <measurecollection>
                <measure alias="sum_won" />
              </measurecollection>
              <measurecollection>
                <measure alias="sum_lost" />
              </measurecollection>
            </category>
          </categorycollection>
        </datadefinition>
      </datadescription>
      <presentationdescription>
        <Chart Palette="None" PaletteCustomColors="97,142,206; 168,203,104; 209,98,96; 142,116,178; 93,186,215; 255,155,83; 148,172,215; 217,148,147; 189,213,151; 173,158,196; 145,201,221; 255,180,138">
          <Series>
            <Series Name="opportunity_statecode,1" Color="149, 189, 66" IsValueShownAsLabel="False" BackGradientStyle="TopBottom" BackSecondaryColor="112, 142, 50" Font="{0}, 9.5px"
    LabelForeColor="59, 59, 59">
              <SmartLabelStyle Enabled="True" />
            </Series>
            <Series Name="opportunity_statecode,2" Color="255,124,31" IsValueShownAsLabel="False" BackGradientStyle="TopBottom" BackSecondaryColor="235,98,0" Font="{0}, 9.5px" LabelForeColor="59,
    59, 59">
              <SmartLabelStyle Enabled="True" />
            </Series>
          </Series>
          <ChartAreas>
            <ChartArea BorderColor="White" BorderDashStyle="Solid">
              <AxisY LabelAutoFitMinFontSize="8" TitleForeColor="59, 59, 59" TitleFont="{0}, 10.5px" LineColor="165, 172, 181">
                <MajorGrid LineColor="239, 242, 246" />
                <MajorTickMark LineColor="165, 172, 181" />
                <LabelStyle Font="{0}, 10.5px" ForeColor="59, 59, 59" />
              </AxisY>
              <AxisX LabelAutoFitMinFontSize="8" TitleForeColor="59, 59, 59" TitleFont="{0}, 10.5px" LineColor="165, 172, 181">
                <MajorGrid Enabled="False" />
                <MajorTickMark Enabled="False" />
                <LabelStyle Font="{0}, 10.5px" ForeColor="59, 59, 59" />
              </AxisX>
            </ChartArea>
          </ChartAreas>
          <Titles>
            <Title Alignment="TopLeft" DockingOffset="-3" Font="{0}, 13px" ForeColor="0, 0, 0" />
          </Titles>
          <Legends>
            <Legend Alignment="Center" LegendStyle="Table" Docking="Bottom" Font="{0}, 11px" ForeColor="59, 59, 59" />
          </Legends>
        </Chart>
      </presentationdescription>
      <isdefault>false</isdefault>
    </visualization>
    Best regards,
    Honey Dulatre

    You'll need to create a filter for each of your two series in the xml.
    This blog post describes the process
    for filtering invididual series within the chart xml.
    Ulrik,
    Blog: http://crmchartguy.wordpress.com - Exclusively for MS CRM Charts
    Twitter: crmchartguy

  • Ipod shuffle 2nd gen won't work, light flashing green and orange

    My 2nd gen ipod shuffle won't work and the light is flashing green and orange.  Or green, orange, orange, orange.  I've Reset, Restarted, Restored and Re-installed, so before I chuck it out I wondered if there were any other suggestions to get it working?  Thanks,

    Sounds like it's still under warranty (one year). Take it back for replacement.

  • My Ipod Nano 4th gen click wheel won't work will apple be able to fix this?

    My Ipod Nano 4th Gen's Click Wheel won't work.Is there a way that Apple can repair this for me and how much will it cost?

    Apple will exchange your iPod for a refurbished one for $99 for the 16 GB one and $149 for the others. You can send it to Apple or exchange it at an Apple store
    Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          
    . They do not fix yours.
    Apple - iPod Repair price                       

  • I clicked update for facebook And now my iPod touch 4th gen won't let me download the Facebook app I've turned it on and off like 5 times and it still won't work can you please help me

    I clicked update for facebook And now my iPod touch 4th gen won't let me download the Facebook app I've turned it on and off like 5 times and it still won't work can you please help me

    Seems to be an Apple or FB app problem. Nothing you can do but wait for it to be fixed.

  • My ipod nano 5th gen  wont play movies or videos on my ipod but plays them on itunes when i click on it the screen flashes black i have tried taking the movie off my ipod and putting it back on but it still won't work what should i do?

    My ipod nano 5th gen. won't play movies or tv shows but it plays them on itunes.  When I click  on it the screen flashes black. I have tried taking the videos off my ipod and then putting them back on but it still won't work. what should i do?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • I set up a new airport time capsule. Most devices work fine however now my apple tv 2nd gen won't work.

    I set up a new airport time capsule. Most devices connected fine however now my apple tv 2nd gen won't work. I turn it on and it searches for time and date but goes no further. I can't by pass it either. Any suggestions?

    I can't by pass it either. Any suggestions?
    Does that mean you cannot move it to the TC and plug in by ethernet? What does bypass mean?
    I would still move it closer to the TC.. and just trial it there. Range on some AC models for 2.4ghz is worse than old one. For some people.
    Another thing to try is fixed wireless channels.. one of the very few options still available in the AC model.. lock the 2.4ghz to 11, 6, 1 .. try it in that order.

  • Loop or count for unique in dropdown?

    I'm trying to build my first dynamic dropdown populated from an XML file.
    The XSD and XML files are output from Access. The nodes of the XML are pretty simple, example as follows:
    <AllStudentsAllSchools>
    <LastName>Doe<LastName>
    <FirstName>Jane<FirstName>
    <SchoolName>Main street Middle<SchoolName>
    </AllStudentsAllSchools>
    The dyanamics on the PDF are running - I'm getting fields filled from the XML.
    (As in the above sample XML) For a dropdown to just list the unique school names and not repeat every row that contains a school name... Do I loop through the XML with a javascript loop or count, etc? Or can this be set up automatically in Livecycle, maybe with the Dynamic Properties dialog under the binding tab?
    Currently, what I have is the dropdown only reads the first row, pulling only one school name.
    Each of the subforms within the main flowed form are set up as Fragments (Including this school name dropdown). Some fragments are dynamic and some not. The dropdown within the fragment is the dynamic one, reading the XML file. The same XML file is the data connection for the PDF (that contains the Fragments).
    Example PDF, XSD and XML attached, although the dropdown isn't set up as a Fragment here.
    Thanks for any responses...
    - e

    Thanks so much for the advice, Ben.
    I'm not sure where to put the code you sent.
    I have an on "exit" switch case javascript on this dropdown that calls the next dropdowns that appear when a user selects a school name.
    I tried putting your code above this switch case as well as below it but neither pulled dynamically from the dom.
    The PDF default connection is the XSD and XML (on the PDF that contains this school names dropdown fragment). There are many other nodes in the XML - with the school names dropdown and a couple of other dropdowns being dynamic - a 'swith-case' on both static and dynamic dropdowns.
    Is the three step code you sent to be set up on the fragment containing this dropdown or on the PDF itself that contains this subform-fragment? Do I need to set up the default data connection on the fragment file as well or does the '3 step' javascript not need this?
    I'm not sure how to mix the switch-case with what you sent since I wouldn't know before hand how many schools the dropdown may display at any given time. I know I could'nt use the following since there would be more than just a "case 0". Maybe just an "on select anything" type javascript?
    switch (this.selectedIndex){
    case 0 : ewcDataManageSubform.presence = "visible";
                 ewcPermissionsSubform.presence = "hidden";
                 ewcOrderBySubform.presence = "hidden";
                 SubmitButton1Subform.presence = "hidden";
                 break;
    default : ewcDataManageSubform.presence = "hidden";
                 ewcPermissionsSubform.presence = "hidden";
                 ewcAnthropoSubform.presence = "hidden";
                 ewcFitTestSubform.presence = "hidden";
                 ewcOrderBySubform.presence = "hidden";
                 SubmitButton1Subform.presence = "hidden";
                 break;
    Thanks again for your input and sending the javascript solution... Just not sure where to put it and if I need to bind the fragment form to a default connection pointing to the XML (as well as the PDF that displays the fragment subform). A learning curve for me here but, what an awesome program this is!
    - e

  • I have seen on this community that the earpods do not work on iPod shuffle gen 3 but when I was using on them it worked the control panel thing that is but only until I turned it off I don't understand why it won't work again and why it did in the first p

    I have seen on this community that the earpods do not work on iPod shuffle gen 3 but when I was using on them it worked the control panel thing that is but only until I turned it off I don't understand why it won't work again and why it did in the first place can someone please explain and tell me how to make it work again

    Sorry first time asking question didn't mean to write same thing twice well copy paste

  • Updated my iPod touch 3rd gen to 5.0.1 from 4.3.2 and now the screen my iPod won't work anymore.

    Updated my iPod touch 3rd gen to 5.0.1 from 4.3.2 and now the screen my iPod won't work anymore. I restored it, I backed it up and I held the power and Home buttons for the reboot and still nothing. I've been looking to see if any one had the same problem and one guy did but they tOld him it was his hardware, but I don't think it was because my friend was able to get it working but it would stop working again like in 10min. So, has anyone had the same problem and can help? Please, I will greatly apretiate it. :)

    What do you mnean that the screen does not work?
    When you touch the screen the iPod does not respond?
    Nothing shows on the screen?
    Or what?

  • TS1453 I had my iTunes stored on my external drive which crashed, i want to use the content stored on my 1st gen apple tv,but it won't recognize my new itunes library.

    I had my iTunes stored on my external drive which crashed, i want to use the content stored on my 1st gen apple tv,but it won't recognize my new itunes library.

    I had my iTunes stored on my external drive which crashed, i want to use the content stored on my 1st gen apple tv,but it won't recognize my new itunes library.

  • My beats by dre earbuds won't work on my iPod touch 4th gen but on my iPad, I need help :/

    My beats by dre earbuds won't work on my iPod touch 4th gen but on my iPad, I need help :/

    Do other earphones work on the iPod?
    If not then
    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    Try the following to rule out a software problem
    - Check also Settings > General > Accessibility > Hearing. Make sure that the sound balance is not set all the way to "R".
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack or other hardware problem.
    Apple Retail Store - Genius Bar

  • Brand new/never been used iPod nano 2nd gen keeps on charging and won't turn on when removed connection to pc/charger. how can i fix this? pls i need help

    brand new/never been used iPod nano 2nd gen keeps on charging and won't turn on when removed connection to pc/charger. how can i fix this? pls i need help
    i did that middle button and top button for 6-10 seconds, hold play button, that hold button and got it right back and still it won't on but it is detected on my pc and itunes. i've already even put on some songs but it keeps on charging and charging for how many hours and if i remove it, it shuts off and won't turn on again.

    brand new/never been used iPod nano
    Call Apple Care.   You are still under warranty.  You also have 14 days from the date of purchase to return your iPod with no questions asked. 
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired. 

  • I just downloaded the ios 6 on my iTouch 4th gen, and my email won't work, my wifi won't connect, my iPod is more sluggish, and honestly I'm really frustrated. Is there anything I can do?

    I just downloaded the ios 6 on my iTouch 4th gen, and my email won't work, my wifi won't connect, my iPod is more sluggish, and honestly I'm really frustrated. Is there anything I can do?

    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    Downgrading the iOS is not supported by Apple.

Maybe you are looking for