Set node id and baudrate via lss (CANOpen)

Hi there,
for a reasearch project we are trying to use 2 CAN volume flow sensors (http://www.hydrotechnik.com/english/QT106_DSEN.pdf) . To use them in our CAN network I first have to configure the node-id and baudrate of each one. The manufacturer told me to do this via Layer Setting Service (LSS). (How) Can i do that using Labview?
I can use one of the following NI CAN Cards: NI PCI-CAN/2 and NI-PCI-8512 .
Thanks for any hints.
Greetings,
Thomas
Solved!
Go to Solution.

Hi all,
1) JB is right
NI does not recommend the NI CANopen LabVIEW Library for use in new designs
But it is a second way to communicate over CANOpen.
2) I started the Installer...as attachment you will find a screenshot
The installer works with LV 8.5, 8.6, 2009 and 2010 (I have installed LV 2012 - and I can't choose that option)
=> I / you have to install this library manually
Regards
Dippi
Attachments:
CANOpenLibrary.jpg ‏141 KB

Similar Messages

  • 8820 - can't set up email and web via for local wi-fi use only

    I purchased an 8820 from Circuit City about 3 months ago. This was an unlocked phone for use on the AT&T network. I did not want to purchase an data contract with AT&T, I only use AT&T for the phone number and text service. I would like to use the 8820 for email at home (gmail
    acct) on my wi-fi network, and also for the internet at home on my wi-fi network.
    When I try to set up my email on the blackberry the only option is "I want to use a work email account with a BlackBerry Enterprise Server". There is no home email setup.
    Also, the browser won't connect even though I have my wi-fi set up at home. Is it possible to set up my gmail and internet without going through AT&T?
    Thanks,
    Jeff

    Hi and Welcome to the Forums!
    To use the BB PUSH email, you must subscribe to an adequate data plan. See this FAQ for general guidelines:
    http://www.blackberryfaq.com/index.php/What_do_I_need_a_Data_Plan_for%3F
    You might be able to use the HotSpot browser to browse via your home WiFi...or you might have to get a separate browser (Bolt, Opera, etc.) that does not depend on BIS. Without a data plan, you will be limited to only web-based services...you will not be able to use any of the proprietary BB services (as per the above FAQ).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Set Form Value and Submit Via Applet

    Hi Friends,
    suppose you have a form such as:
    <form action="submit.jsp" method="post" name = emailForm>
    <input type="text" name="emailField" size = 43>
    </form>And an applet appears on the same JSP page that the form resides.
    This applet is a simple one that takes email addresses and validates them and on clicking on a button labelled submit, the applet is to set the text field of the form to the email address provided and then submit the form. How can I achieve this?
    Thanks and regards.

    Check out http://www.codeproject.com/jscript/javatojs.asp
    You could use something like MainWin.eval("document.emailForm.submit");

  • Boot Attempt fails (set low stack and boot via INT 19h)

    Ok, I have had my computer running and very stable in windows,one day I was doing some benchmarks  between ram in running   dfferent timmings and speeds of the ram.  I went back in the bios and changed the settings back to auto(which I have been running very stable in), It rebooted, the it froze during post, where it has that pill. So I thought I should clear the cmos, so I put the jumpers on 2,3,
     waited a min. then put  it back on 1,2 , rebooted, and still frozed, and still want able to get into the bios!
    So, I put the d-bracket in and has now the
    RG
    GG
    Which is boot  attempt,
    So I unplugged eveything, the Proc juice, Mobo, sata, all the good stuff.
    And took out the battery.
    I left it out for over a 24hr period.
    So today I cameback and still get the same signal.
    What do I do now?
    PSU INFO http://www.cleverpower.com/doc/SPS-400%20400W.pdf

    Hmm..
    It don't sound happy.
    Usually changing to another Ram stick clears the 'jam', where it has frozen with timings that are then 'stuck'. Anything differant happen with the other stick, like beeps?
    The only other thing that has been known to work is to remove the vid card, leave for 5 mins,and replace, along with the differant Ram stick. Even better if you have a PCI vid card, and leave the AGP one out.
    What happens with the bios floppy in A:  holding down ctrl + home as it boots, re  initialises the bios, and flashes it again.
    Is the bios chip soldered in, or is it a pushfit one.
    cheers
    jocko

  • TS4036 Hi, I have recently upgraded from and Iphone 4 to 5.  I completed a back up on my iphone 4 via icloud which went ok.  When setting up my new phone I selected to set up as a new phone and not via icloud back up.  Is there anyway I can restore my det

    Hi, I have recently upgraded from and Iphone 4 to 5.  I completed a back up on my iphone 4 via icloud which went ok.  When setting up my new phone I selected to set up as a new phone and not via icloud back up.  Is there anyway I can restore my details to my new phone?  Thanks Hayley

    Welcome to the Apple Community.
    Navigate to Settings > General > Software Update and install any updates available.
    Navigate to Settings > General > Reset > Erase all contents and settings on the device you want to restore.
    When this completes and the Set-Up Assistant starts, choose "Restore from iCloud Backup" and enter your iCloud account and password. You will see the three most recent backups for each of the devices on which you enabled Backup. Choose which backup to restore from.

  • I restored my iphone via setting-general-reset, and now it has been on the loading screen for 24 hours?

    i restored my iphone via setting-general-reset, and now it has been on the loading screen for 24 hours?

    You need to connect to the compuer via the lighting cable that came with it. IF that failes follow this article http://support.apple.com/kb/HT1808

  • How to set PropertyBag Key and value at farm and sitecollection via PowerShell

    Hi,
    how could i create PropertyBag Key and value at farm and sitecollection via PowerShell?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Hey, you can do it as follows 
    asnp *sh*
    $site = get-spsite "site url"
    $web = $site.openweb()
    $web.AllProperties["NEW KEY"] = "NEW VALUE"
    $web.update()
    $web.dispose()
    Your new custom property will be present in the web Property bag. 
    and you can access it by $web.AllProperties["New Key"] or simply $web.Properties["New Key"]
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Unable to set node credentials for /LDAPv3/127.0.0.1 with record name n`.

    When starting Server Preferences, I receive a window with the following text:Unable to set node credentials for /LDAPv3/127.0.0.1 with record name n`. There may be an error with the Open Directory Service.
    This started to occur after I used the command changeip to change the ip of the service.
    I've tried (Re)starting Open Directory Service, but that doesn't resolve it.
    Does anyone know how I can resolve this error? I'd like to be able to user Server Preferences again!

    One of our servers (10.6.8)  that had been running for months suddenly started generating that error message when trying to access Server Preferences.  Workgroup Manager, which seems to use the same login information, accessed just fine. We tried deleting access information in Keychain, to no avail. What finally worked for US was:
    - Via Server Admin, (in Open Directory > Settings > General) change the Role: Open Directory from Master to Standalone
    - This (for us) then restored access to Server Prefs
    - Use Server Admin to change the Role back to Master
    Warnings - 1)  backup first  2) you will have to reinstall the master password, and  3) ALL accounts were lost and had to be recreated.

  • HT4623 why does my ipad kick me out of FB and sometimes to the 'settings' page or sometimes to the desk top, for what reason?     I have 50.8 GB of capacity available; it is version 5.1.1 and model MC497LL.   it is WIFI and internet via AT&T???  Can you h

    Can anyone help me?  Why does my ipad kick me out of FB?  Sometimes to the 'settings' page and sometimes to the desk top?  I would like to know why this happens and what I can check or change to make it stop.   I have 50.8 GB of capacity available; it is version IOS 5.1.1; model MC497LL.  It is WIFI and internet via AT&T?   Can anyone give me some clues on what to do; or change in settings???  Thank you very much! 

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • No data in Business Process Analytics after setting up BPA and BPMon

    Hi,
    I have followed the BPA set up guide and done all the configuration for BPA. I have set up BPMon for a solution and in the logical component node i have done configuration for many application monitors.
    Also in the "Load Master Data" node the master data is loaded. But still in BPA when I am selecting the time frame and applying it I am getting a message that no data is applicable in the selected time frame.
    How can i get the data in BPA.

    Hi Vishal,
    1435043 - E2E Workload Analysis - No applicable data found
    specially section 3) EFWK Resource Manager Job, wehre you find several
    hints to check this job and the EFWK Adminsitration.
    Also check note: 894279 Background processing in SAP Solution Manager
    Please have a look at following chapter of the the BPA Setup
    guide to fully understand the data flow in this application:
    2 Architecture of Business Process Analytics
      > 2.1 Data Retrieval and Reporting
    Please also review following chapter, in to see if there are any errors
    extracting the data from the managed systems to SAP Solution Manager:
    3.2.3 Checking status of Solution Manager Diagnostics Extractor
    Framework (EFWK)
    Also check:
    1570282, 1643303 and 1602437
    thanks
    Regards,
    Vikram

  • Report Generation broken after deployment - Excel Set Cell Color and Border.vi

    Upon deployment, the Excel Set Cell Color and Border.vi became broken.  After installing LV2010 SP1 to view the VIs in the deployment, I noticed that in the second case structure where the code draws the border using the BorderAround invoke node, there is an extra variant input parameter named 'Parameters'.  Upon right-clicking, an option to 'Relink Invoke Node' appeared and after selecting this, the extra input disappeared and the VI was no longer broken.
    Why does "Relink Invoke Node" appear?  How do I create a deployment with this issue?  Has anybody else experienced this?  Why is the TestStand deployment so buggy?  

    Hi Ching-Hwa,
    I have set up a test deployment here where I am deploying a workspace that contains a sequence file.  This sequence file has a LabVIEW Action Step calling a VI that opens a new Excel file and simply calls the Excel Set Cell Color and Border VI.  After deploying this, both the VI and my test sequence ran on the deployment machine without error.  Therefore, I do have some more questions to more accurately reproduce what you are seeing.
    First, what operating systems are you developing on and deploying to?  Also, what license do you have for TestStand on the machine you are deploying to?  If you have a development version, can you manually take the sequence file and VI to this machine and run it?  I know you now have LabVIEW 2010 SP1 on your development machine, but if you have the development version of TestStand as well, it would be interesting to see if you copy the files over if you still see this behavior.  Are you including the TestStand Engine in the deployment?
    Can you open a blank VI on the deployment machine and add the Excel Set Cell Color and Border VI?  It would also be interesting to see if this is not a product of the deployment, but rather an issue with something on the deployment machine itself.  What version of the Report Generation Toolkit do you have on each machine?  Also, what versions of Excel are you using on the development and deployment machine?  Again, it would be helpful for me to know exactly what versions you have installed on both the development and deployment machines so that I can reproduce this as accurately as possible.
    One last thing to try, too, would be to try deploying the VI by itself just to see if it also has the same behavior.  Do you have the Application Builder in LabVIEW?  If so, could you also try building an executable from the VI, create an installer, and deploy this to the deployment machine?  
    In regards to the "freezing" of code by removing the block diagrams, I do not believe this will be a proper work around in this case.  While this removes the block diagram from actually being deployed along with the VI and restricts users from editing the code on the deployment machine, if something is getting changed in the compiled code upon deployment, this will not stop this from happening.  This option is available more as a memory option to lower the size of the deployment as well as prohibit any users on the development machine from editing the block diagram themselves.    
    Thanks, Ching-Hwa!  I look forward to your response so that I can continue trying to reproduce this issue.  Have a great day! 
    Taylor G.
    Product Support Engineer
    National Instruments
    www.ni.com/support

  • N8; How to set up SIP and make (WiFI & 3G)VOIP cal...

    N8 only comes with SIP software and you need to download the the VoIP setting software at this link (use VoIP 3.1):
    http://www.forum.nokia.com/info/sw.nokia.com/id/d476061e-90ca-42e9-b3ea-1a852f3808ec/SIP_VoIP_Settin... 
    You can use the N8 web browser and load directly from the site to the phone.
    then go to:
    Menu>settings>connectivity>Admin.Settings>SIP settings
    option>New SIP Profile>use default profile.
    This window needs to be configured with your VoIP provider setting which may be found on their site or just do a search. I used the settings from my previous phone. I have Gizmo VoIP and will be using the setting for this service as an example to set up Wifi and 3G SIP setting
    Profile Name> Gizmo, (assign the name of your provider e.g.. Gizmo, Google talk, etc)
    Service profile> IETF
    Default Destination> WiFi
    Public username: sip:[email protected] (Input your VoIP provider info)
    Use compression> No
    Registration> When needed
    Use security> No
    Then goto Proxy server:
    Proxy server address> siproxy01.sipphone.com (use your provider proxy address setting)
    Realm> proxy01.sipphone.com (use your provider setting)
    Username> (use your username)
    Password> (enter your password0
    Allow loose routing> Yes
    Transport type> UDP
    Port> 5060
    Go back and then go to Registrar server:
    Registrar server address> siproxy01.sipphone.com (use your provider Registrar setting)
    Real> proxy01.sipphone.com (use your provider setting)
    Username> (use your username)
    Password> (enter password)
    Transport type> UDP
    Port> 5060
    Again folks above is just an example. You must use your provider settings.
    Then when you are done go back to:
     Admin setting> Net setting>Advance VoIP setting>Create new service> choose the SIP profile shown, e.g.  Gizmo 
    This will configure the VoIP setting with the particular SIP profile. It will also add a SIP Tel profile Pane in your Contacts folder, Internet call option to the contacts list and Phone log.
    Now go to the SIP pane in Contacts folder, sign in and then make a test call . To make a SIP call just go to a contact and choose Internet call. If you configured everything correctly, it should work and you are done.
    For 3G connection, follow above direction and create new SIP profile with new name (e.g. Gizmo (3G). All settings are same except:
    Default destination>Internet
    Then set up the VoIP setting with the new SIP profile by going to:
    Admin setting>Net setting>Advance VoIP settings>Create new service> Choose the SIP profile you just configured e.g. Gizmo (3G)
    Then:
    Admin setting>Net setting>Advance VoIP settings>VoIP service>choose the 3G SIP profile, e.g. Gizmo (3G)>Profile setting>>>>>
    Go down to AWCDMA> set it to "on"
    Exit out of everything. Go to SIP (3G) pane in the Contacts folder. Sign in and make test call.
    I have configured many Mobile phones and found the N8 somewhat touchy. But, the sound quality on Gizmo VoIP using both WiFi and 3G was great, no echo or any problems.
    Useful hints:
    If it does not connect or make a call, you need to check the SIP setting for any error. If you find any problem there, you must first remove the SIP profile in the Net setting. Then go to the SIP setting and correct the problem. Double check everyting, go back to Net setting>Advance VoIP setting>Create new service and add the SIP profile. The reason is that when you Configure a VoIP setting with a SIP profile, the SIP info is permanently loaded and will not change even if you make any change in the SIP profile. So any time you change anything in the SIP profile (even the password) you always need to remove, make correction and then reload the corrected SIP profile to the VoIP setting.
    There are also few Mobile service providers who have blocked VoIP on their data network service. So, just check with your service provider. In US both AT&T and TMobile have open network for VoIP.

    Hi
    I have an unbranded N8 and am trying to get VoipCheap to work.
    I have tried to set up VOIP but still facing a problem or 2 so please assist me.
    I have an active account via VoipCheap.com with a profile name and password and it is verified.
    1/ When I look in Admin Settings / Sip Settings it shows VoipCheap with "not registered" under it..why?
    My settings when I click on VoipCheap are:
    profile name: VoipCheap
    Service profile: IETF
    Default destination: Internet
    Public username: sip:[email protected]
    Use compression: No
    Registration: When needed
    Use security: No
    Proxy server address: sip:sip.VoipCheap.com
    Realm: VoipCheap.com
    Username: [email protected]
    Password:  ****** (I have entered my password)
    Allow loose routing: Yes
    Transport type: UDP
    Port: 5060
    Registrar server settings same as Proxy server settings.
    I have also gone to Net settings / VoipCheap settings and see:
    Username:  sip:[email protected]
    Password: ***** (I have entered my password)
    Default service: No
    Service connectivity: Internet
    In Contacts I have a VoipCheap tab with the icon for internet calling and it says
    Sign in (example)
    but when I click on this it shows connecting (via my internet connection) but hangs there - it does not seem to connect............
    what do you think I am doing wrong, please ????????????????

  • Apple Mail and GoogleMail via IMAP

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    _*Apple Mail and GoogleMail via IMAP*_
    As posts concerning the setup of Apple Mail for GoogleMail IMAP access become more frequent on Apple Discussions, I decided to collect some of the most asked-for info in one place. The following hints are intended to provide enough info for anyone who wants to get started with Google Mail IMAP and Mail.app.
    As you might have noticed already, GoogleMail behaves differently from other IMAP accounts in some respects. One of the underlying reasons is its use of labels instead of folders (i.e. instead of moving messages to different folders – like e.g. Private and Work – in order to establish some order, rather there are labels tagged to the messages). Because of this a particular setup of Apple’s Mail client is required.
    *Activating IMAP for Google Mail*
    If you haven’t activated access via IMAP for Google Mail already, follow the instructions given by Google [here|http://mail.google.com/support/bin/answer.py?answer=77695&topic=13294]. It boils down to this:
    1) Sign in to Gmail.
    2) Click "Settings" at the top of any Gmail page,
    3) click "Forwarding and POP/IMAP",
    4) select "Enable IMAP".
    5) Click "Save Changes".
    *Creating a new account in Apple Mail*
    To add a Google Mail IMAP account in Mail.app, go to File > Add Account. A wizard will open which prompts you to insert your Name, the eMail-address of the new account and the password. Don’t use the option for automatic configuration if it’s available. Info on what to type into the different fields can be obtained from Google [here|http://mail.google.com/support/bin/answer.py?answer=78799&topic=12814]. The most important are:
    1) Incoming Server: imap.gmail.com, port 993 (using SSL)
    2) Outgoing Server: smtp.gmail.com, port 465 or 587 (using SSL)
    3) Your account name is your full email address including "@gmail.com" (without the quotation marks)
    *Configuring the Google Mail account in Apple Mail*
    After you have added your Google Mail IMAP account to Mail.app, you’ll find a section for Google Mail in Mail.app’s sidebar with subfolders like "All Mail" (which has in turn several subfolders) and folders for each label you created with GoogleMail. Now you have to configure the account properly. Despite what [Google recommends|http://mail.google.com/support/bin/answer.py?answer=78892&topic=1281 4], I found the following settings to work best for me.
    In the sidebar, navigate to the subfolders Trash/Sent/Drafts/Junk of "Google Mail" (the one with the white folder icon instead of a blue one) in turn and go to "Mailbox" menu > "Use this mailbox for..." > Trash/Sent/Drafts/Junk respectively. Afterwards these folders show up as subfolders to the main Trash/Sent/Drafts/Junk folders in the sidebar (and at the same time disappear from the GMail section). Among others this step is necessary because of Google Mail’s implementation of labels. E.g., as Google states [here|http://mail.google.com/support/bin/answer.py?answer=78892&topic=12814]:
    Messages that are deleted from an IMAP folder (...) only have that label removed and still exist in All Mail
    So if you want to delete a message you have to set the option to "Use this mailbox for… Trash" as described above. Same applies to sent messages etc.
    Furthermore, make sure every checkbox in Mail's Preferences > Accounts > GoogleMail > Behavior is checked . (Some will already and automatically be checked when you apply the option "Use this mailbox for..." as described above).
    *Some basic troubleshooting tips*
    1) If your counter for unread messages in Mail.app doesn’t refresh properly, go to "Mailbox" menu > "Sync all accounts".
    2) If you have set up a Smart Mailbox in Mail e.g. for unread messages and every unread message of Google Mail shows up twice, then add the criterion "Message is not in mailbox" > "All Mail", and set the requirement for messages to comply with ALL conditions (instead of ANY). This is necessary because of every message there is a copy stored in All Mail.
    I hope these info will be regarded as helpful by anyone who tries to get started with Google Mail and experiences some problems on the way.
    The links given were accessible as of September, 3rd, 2008. The setup was tested on a MacBook with OS X 10.5.4 Leopard and Mail 3.4 (928/928.1).
    Good computing.
    floba
    (Note: the above given hints are personal suggestions and I don’t assume liability for any disorders that might occur after applying the described steps.)
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    _*Apple Mail and GoogleMail via IMAP*_
    As posts concerning the setup of Apple Mail for GoogleMail IMAP access become more frequent on Apple Discussions, I decided to collect some of the most asked-for info in one place. The following hints are intended to provide enough info for anyone who wants to get started with Google Mail IMAP and Mail.app.
    As you might have noticed already, GoogleMail behaves differently from other IMAP accounts in some respects. One of the underlying reasons is its use of labels instead of folders (i.e. instead of moving messages to different folders – like e.g. Private and Work – in order to establish some order, rather there are labels tagged to the messages). Because of this a particular setup of Apple’s Mail client is required.
    *Activating IMAP for Google Mail*
    If you haven’t activated access via IMAP for Google Mail already, follow the instructions given by Google [here|http://mail.google.com/support/bin/answer.py?answer=77695&topic=13294]. It boils down to this:
    1) Sign in to Gmail.
    2) Click "Settings" at the top of any Gmail page,
    3) click "Forwarding and POP/IMAP",
    4) select "Enable IMAP".
    5) Click "Save Changes".
    *Creating a new account in Apple Mail*
    To add a Google Mail IMAP account in Mail.app, go to File > Add Account. A wizard will open which prompts you to insert your Name, the eMail-address of the new account and the password. Don’t use the option for automatic configuration if it’s available. Info on what to type into the different fields can be obtained from Google [here|http://mail.google.com/support/bin/answer.py?answer=78799&topic=12814]. The most important are:
    1) Incoming Server: imap.gmail.com, port 993 (using SSL)
    2) Outgoing Server: smtp.gmail.com, port 465 or 587 (using SSL)
    3) Your account name is your full email address including "@gmail.com" (without the quotation marks)
    *Configuring the Google Mail account in Apple Mail*
    After you have added your Google Mail IMAP account to Mail.app, you’ll find a section for Google Mail in Mail.app’s sidebar with subfolders like "All Mail" (which has in turn several subfolders) and folders for each label you created with GoogleMail. Now you have to configure the account properly. Despite what [Google recommends|http://mail.google.com/support/bin/answer.py?answer=78892&topic=1281 4], I found the following settings to work best for me.
    In the sidebar, navigate to the subfolders Trash/Sent/Drafts/Junk of "Google Mail" (the one with the white folder icon instead of a blue one) in turn and go to "Mailbox" menu > "Use this mailbox for..." > Trash/Sent/Drafts/Junk respectively. Afterwards these folders show up as subfolders to the main Trash/Sent/Drafts/Junk folders in the sidebar (and at the same time disappear from the GMail section). Among others this step is necessary because of Google Mail’s implementation of labels. E.g., as Google states [here|http://mail.google.com/support/bin/answer.py?answer=78892&topic=12814]:
    Messages that are deleted from an IMAP folder (...) only have that label removed and still exist in All Mail
    So if you want to delete a message you have to set the option to "Use this mailbox for… Trash" as described above. Same applies to sent messages etc.
    Furthermore, make sure every checkbox in Mail's Preferences > Accounts > GoogleMail > Behavior is checked . (Some will already and automatically be checked when you apply the option "Use this mailbox for..." as described above).
    *Some basic troubleshooting tips*
    1) If your counter for unread messages in Mail.app doesn’t refresh properly, go to "Mailbox" menu > "Sync all accounts".
    2) If you have set up a Smart Mailbox in Mail e.g. for unread messages and every unread message of Google Mail shows up twice, then add the criterion "Message is not in mailbox" > "All Mail", and set the requirement for messages to comply with ALL conditions (instead of ANY). This is necessary because of every message there is a copy stored in All Mail.
    I hope these info will be regarded as helpful by anyone who tries to get started with Google Mail and experiences some problems on the way.
    The links given were accessible as of September, 3rd, 2008. The setup was tested on a MacBook with OS X 10.5.4 Leopard and Mail 3.4 (928/928.1).
    Good computing.
    floba
    (Note: the above given hints are personal suggestions and I don’t assume liability for any disorders that might occur after applying the described steps.)
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

  • Is it possible to put two different colors in tree parent node background and child nodes background?

    Is it possible to put two different colors in tree parent
    node background and child nodes background?
    Any help will be very helpful.
    Thanks

    Hi PanosE,
    Yes, you can set up another Standard Edition Server in child domain and then deploy pool pairing.
    You need to deploy a new Front End Pool for the new Standard Edition Server.
    A similar case for your reference.
    https://social.technet.microsoft.com/Forums/office/en-US/eca4299c-8edb-481e-b328-c7deba2a79ba/lync-2013-standard-edition-lync-fe-pools-in-multiple-domain-single-forest-senario?forum=lyncdeploy
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • When working on document in numbers and saving it I then try to open on iPad. It is not syncing what do I have to do after using on Mac to then be able to upload on iPad.  I have set cloud up and it works with keynote

    When working on document in numbers and saving it I then try to open on iPad. It is not syncing what do I have to do after using on Mac to then be able to upload on iPad.  I have set cloud up and it works with keynote

    Welcome to the Apple Community.
    I have seen previous versions mentioned in a pop up message before on iCloud.com, but I'm not really sure at all how it would help, as I couldn't get it to do anything.
    The best advice I have at this time is to back up your work on your iOS device by regularly saving it to iTunes, if anything goes wrong you can then either load it into the numbers app again on the device or recover it via iTunes on your computer.
    My syncs are immediate, I never get chance to see if it works in the background, sorry.

Maybe you are looking for

  • At end of tether!  Reading in variables from a text file

    Hi all My stress factor has gone through the roof because I am trying to read in from a text file (you may have seen some earlir questions about ArrayLists) it's just not working! The code is below. The result is that it's reading in all of the car d

  • Will PCI-CAN card work with only 2 wires?

    If I'm using my PCI-CAN card configured for internal power, do I need to connect anything other than CAN-L & CAN-H to my CAN network? I'm doing this right now and am able to correctly receive packets thru the card. However, it appears that my transmi

  • EASY COST PLANNING at Network Activity Level

    Hi All I am using EHP4 system. I want to do easy cost planning at NWA level for this I already activate ECP for NWA in configuration setting and other necessary settings but still when I create ECP from CJ20N or CJ9ECP I can not able to do ECP on NWA

  • Help racecar game problem

    im really not that good at java and this may just be a simple structure problem or there may be no way to do what i want but i thought id just make sure before i proceed and do it another less organised way im making a top down veiw car racing game w

  • REGARDING FLAT FILES

    hi Gurus, I am new to BW.Can you people tell me in which situation or in which scenario we will go for Flat file extraction.