FieldPoint suddendly looses connection, but only for some seconds

Hi,
I have a problem with LabVIEW and/or FieldPoint modules. I use the ethernet controller FP-1600, the analog input module FP-AI-110 and the digital output module FP-DO-400.
The controller is connected with the PC via crossover cable.
I have written a VI, which should control an engine with the digital output module and measure some parameters with the analog input module.
For the engine control I use the following cycle:
20 sec load (digital out: channel 0 = true; channel 1 = true)
5 sec no-load (digital out: channel 0 = true; channel 1 = false)
2 sec power-off (digital out: channel 0 = false; channel 1 = false)
The VI set automatically the output channels.
With the analog input module I measure continuously (every second) temperature, motor current und the speed.
For the most part the VI works without any problems.
But sometimes the PC looses the connection with the FieldPoint modules. This failure occurs only in the change from “load” to “no-load”. In the other changes I didn’t see this failure yet. During this failure the motor parameters shown on the frontpanel don’t refresh. After 3 – 5 seconds the failure is gone and the VI works fine again.
What could cause such a problem? And what could I do to solve it? Thanks.

I think you had the right idea.
The digital outputs are connected to relays. The first relay switches an electric motor (on/off). The second relay switches a magnetic brake (on/off). This brake is technically comparable with an eddy current brake.
I suppose the high inductivity in the switching moment could cause the described failure.
Now I will try to use a recovery diode to minimize the high inductivity.
Do you think that could be the cause of error?

Similar Messages

  • HT1766 I'm trying to update my iphone 4.  I've put everything from the pho          ne into itunes for backup.  I can see that the updated OS is on the phone, but only for a second until the phone asks me again how I want to restore my stuff.  three times

    I'm updating my iphone 4.  I can see that the update has been installed on the phone, but only for a second before it asks me to restore/back up from iCloud or iTunes, which I've done THREE times.  It has to be something really simple...please HELP

    Restore as a NEW device to test. If this solves it, that means there is some corruption in your backup file, or maybe it's one of your apps causing the trouble. If the problem is still there, you should take it to the Genius Bar at an Apple Store for evaluation.

  • Outlook asking for username and password, but only for some users

    Hello, I'm
    in an Exchange Server 2013 client
    environment, two CAS servers
    and two Mailbox.
    Some users are having trouble in Outlook 2007
    and 2012, which is directly
    requesting the user name and password, not all,
    just some.
    The Active Directory is ok,
    DNS and also own Exchange
    servers apparently do not see errors.
    Has anyone here ever experienced this?
    How can I solve this problem?
    As this happens only to some users
    and the vast majority have no problems, so
    difficult to find the cause.
    Thank you!
    Ivanildo Teixeira Galvão

    Hi Ivanildo,
    From your description, only some users have an issue that Outlook prompts for username and password. In your case, I recommend you compare the normal and problematic Outlook settings. Here is the Outlook settings in my environment for your reference:
    1. "Always prompt for logon credentials" isn't checked.
    2. Logon network security using Negotiate Authentication.
    3. "Connect to Microsoft Exchange using HTTP" is checked.
    4. Use the NTLM Authentication when connecting to my proxy server for Exchange.
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • My iPhone 4s says that I'm connected to wifi and I can use it, but only for some apps could someone help me please

    I Need help getting my wifi to work

    I have seen numerous discussions of this on various forums with various brands of phones and various cellular providers. A common opinion is that some types of data usage are summarized and billed during the night -- i.e., the billing time does not reflect the actual time when the data is used. Following is one discussion on the AT&T forum that mentions the issue on a Windows phone and a Samsung Note 3: https://forums.att.com/t5/Windows-Phone/Data-usage-at-night/td-p/3765845

  • Selecting the best Price for a condition type but only for some customers

    Hi All,
    I have this situation where we have condition type ZPPR (COPY OF PR00) with 5-6 Condtion tables.
    in Access sequence for ZPPR, we have Exclusion Indicator set for all the conditiona tables so if first price is found, it doesn't search for others.
    Now I have a requirement that we should search for all the condition records and choose the lowest price. But this should happen for only a certain type of customers and not for everybody.
    Spefically we have:
    1. Contract Price
    2. Plant/Material price
    Normally, if contract price is found, it doesn't look for Plant/Mat price but we want to offer our customers(some of them) an option where they could choose the lower of the two price. We set both the prices every day based on some inputs.
    Regards,
    Luke
    Edited by: Lukesh Singla on Dec 21, 2011 8:49 PM

    Hi Luke,
    We have multiple option for this implementation:
    Option 1: If possible based on access sequence. Not sure if this is suitable considering you mentioned that ZPPR has 5-6 access sequence.
    1) Store Contract price in condition type ZPPR and store  Plant / Material Price in new condition type say, ZPPX.
    2) Have separate pricing procedure and determine them based on customer type. In first pricing process XXXX01, configure Condition exclusion with the setting that ZPPX should be deactivated if ZPPR is present, condition exclusion procedure D (exclusive) . In second pricing procedure XXXX02, configure condition exclusion with the setting that compare ZPPX and ZPPR and activate best condition type for the customer by using condition exclusion procedure C (Best condition between two exclusion groups ).
    Option 2:
    1) Copy  ZPPR and its access sequence to a new condition type and access sequence say ZPPX without checking exclusion indicator in the access sequence. In the condition type control for condition type ZPPX >> Master data section >> Reference Condition type = ZPPR so that master data records  need not be duplicated.
    2a) Assign the current procedure to the set of customers which should get the first price. Create a new procedure with condition type ZPPX instead of ZPPR keeping other parameters similar and assign the new procedure to other set of customers who should get the best price.
    OR
    2b) if 2a is difficult in terms of future  maintenance, add condition type ZPPX in the same procedure and create 2 new pricing requirement validating the customer segments and assign them to respective condition type in procedure ZPPR and ZPPX.
    3) Maintain condition exclusion for condition type ZPPX with B ( Best condition within Condition type).
    Hopefully it helps. Let me know if you need any other help in implementation of the solution.
    Regards,
    Naveen Aggarwal

  • Error 906 when getting InitialContext (but only for some users)

    I currently have an application where I'm attempting SSO. I'm obtaining the user's credentials using JAAS and then querying ADS with JNDI. All of our Java code is hosted through WebLogic 8.1. If I run the WebLogic process as a certain user, I can successfully authenticate and query ADS. However, if I run WebLogic as another ADS user, I get "Identifier doesn't match expected value (906)". This error occurs at the point that I attempt to obtain InitialContext (which means the intial authentication works). Anyway, these ADS users are in the exact same ADS group, and as far as I can tell, they have the same permissions. Is there something I'm missing? Thanks...
    Also, I have debug=true in my jaas.conf, but it only spits out basic debug information. Is there some way I can get full debugging?
    Terence

    I should probably let you know that I'm using WebLogic's JRockit 1.4.2_05

  • Video tutorials will play, but only for 2 seconds

    Before it will pause on its own and I will press play and it will do this only twice before it reverts back to the beginning-again on its own. I tested this on 10 separate videos so it can't be the videos. Is this a quicktime problem or some sort of bug?

    Ok try this then :
    - Close iTunes
    - Go to /home/Library/Preferences and move the file called com.apple.itunes.plist to the trash
    - Launch iTunes
    If it works, you can delete the file from your trash but you'll have to go through your preferences again. If it doesn't, restore it to its initial location.
    Lewis.

  • MacBook pro doesnt start. When I start my lap top, it shows the apple and the line uploading but it only goes like to 1/3 and then it goes blank for some seconds, then it turns off by itself and turn on again and happen the same, apple logo, etc

    MacBook Pro doesnt start. When I start my lap top, it shows the apple and the line uploading but it only goes like to 1/3 and then it goes blank for some seconds, then it turns off by itself and turn on again and happen the same, apple logo, line .. the noise like-fan going on, then turn off and turn on again. Tried starting holding option command P and R key and didnt work either. Starting to think I have lost all my data inside

    Try a SMC reset.
    http://support.apple.com/kb/ht3964
    It might be helpful if you indicated the exact model/year of your MBP.  Are you running Lion OSX?
    Ciao.

  • How do I add a new user to my account? But I wanna give him a special product (e.g. InCopy) only for some month...

    I am admin and I want to add a new user to my account. But as written above, I want that he/she will get this product only for some month and not for a whole year.
    Thanks for the help.

    Team license links that may help
    -manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    -Team Installer http://forums.adobe.com/thread/1363686?tstart=0

  • I seem to have picked up some sort of virus or bug of some kind.  I'm getting personals ads throughout my Facebook and yahoo home page.  i've tried CCleaner and it takes them off but only for a short time so i downloaded iantivirus but that found nothing

    i seem to have picked up some sort of virus or bug of some kind.  I'm getting personals ads throughout my Facebook and yahoo home page.  i've tried CCleaner and it takes them off but only for a short time so i downloaded iantivirus but that found nothing

    It may not be a good soloution for a novice, but I have been using hosts files to block unwanted URLs for many years with zero disasters and lots of positive results.
    As I noted, whenever I find a new "bad" site, I simply add the name to my hosts file. It takes a few seconds and then it's gone forever. I find no difficulty whatsoever.
    No, it's not for everyone, which is why I gave no specific details; but for those who are interested and have the desire to learn about these hosts files, it is a very good way to avoid "bad" websites.
    I also enjoy the "clean" view of a webpage when there are no ads showing at all. The page loads faster and  the distractions are gone.
    I never realized how much junk I am supressing until I got my iPad and saw all those horrid ads that are blocked on my other computers.
    Here is a typical result of properly using a hosts file:
    I love it when a plan comes together - -  H. Smith.

  • My Mac air keeps on loosing wifi and when I want to switch it on! It says wifi hardware not installed.  After about 5 minutes the wifi is back on, but only for about 10 minutes before loosing signal again.

    My Mac air keeps on loosing wifi and when I want to switch it on it says "wifi hardware not installed"  After about 5 minutes the wifi is back on, but only for about 10 minutes before loosing signal again.  This is really frustrating.

    I am also having the same problem.. Its too much annoying and its unfortunate nobody at apple support has anyclue of what is happening?
    ... This is happening almost most of the time keeping my phone down most of the times.

  • My new I pad three connects to the internet but only for a brief period of time. I then have to restart it only to get the same results.

    My new Ipad 3 connects to the internet but only for a brief period of time. I then have to reboot only to get hte same results. Any suggestions?

    You are correct.  Syncing should transfer any purchased media, including videos, from your device to your iTunes library provided your computer is authorized for the Apple ID used to make these purchases.  You mentioned that you have uninstalled iTunes before, but if you didn't follow this guide exactly, uninstalling iTunes and all of its components in the order specified, it may not have been successful so you should try again:  Windows XP or Windows Vista/7.

  • Hi All,  I am trying to install informatica 9.1 HF 2 connecting to 11g DB.  when installing Informatica, I am at the DOMAIN CREATION windows and inputting the DB connect details and for some reason, it cannot connect to the DB.  The DB is running   any id

    Hi All,
    I am trying to install informatica 9.1 HF 2 connecting to 11g DB.
    when installing Informatica, I am at the DOMAIN CREATION windows and inputting the DB connect details and for some reason, it cannot connect to the DB.
    The DB is running
    any ideas?
    the error message states:
    THE CONNECTION FAILED: CORRECT THE DATABASE INFO AND TEST THE CONNECTION AGAIN..any help please
    thanks

    Yup, that did it.
    I actually had been made aware of the patch when I downloaded CF, but for some reason I thought it was difficult to install (I thought that you could only use the installer package if you could open Administrator). IAC I downloaded the appropriate patch file, ran it and Administrator ran. There was something in the install notes about reconfiguring the websites and removing the IIS6 Management feature but I'm not going to fool with anything because right now at least CF is running.
    Thanks.

  • Loose connection while only using text chat

    I realize there are allready a few threads on just randomly loosing connection, but seem to be fairly technical, and seem to deal with audio and video chats causing the trouble.
    Sometimes not for hours but sometimes several times an hour i get that message "Lost connection with AIM, the connection to host unexpectedly lost." I know it does it everytime my computer goes to sleep, so now i set my computer not to go to sleep. After quite a bit of effort I changed my router and computers to static ip address. This helped alot with the entire network connection not being cutoff ( mail, safari) as often as it used to, but iChat still boots me off.
    It also looses it connection sometimes and dosnt tell me. Ill be talking talking and realize the person I was talking to's messages havnt been displayed on my screen in like 5 minutes, and they havnt gotten the messages ive been sending. I find it strage that i can be typing and sending messages and iChat dosnt realize the other person isnt getting them.
    My soulution to this problem is switch to offline then back to available and viola! it works. But it is socially awkward to not know if the person is not responding or if the messages just are not getting through.
    I forwarded ports 5060, 5190, 5220, 5222, 5678, to themselves and 1384 to 16403. That didnt help (Not that I have noticed)
    Im beggining to think the solution is go back to using AIM
    And I had so much faith in my powerbook when i dropped over $2x10^3 on it.
    Any suggestions that dont require alot of networking experience?
    Is there any way to keep that dialogue box from poping up to tell me it lost the connection? I can see i lost it from my buddy list, and I hate that one extra mouse move and click to get back to the program (safari did this in panther when you were not connected, and i was so glad that it dosnt in tiger). Is there anyway to make it automatically try to sign back on like the FREE AIM software does?
    The other problem related to this is iChat quits responding while trying to sign on. After loosing connection and sometimes when i first start the computer and try to connect the first time I get that spinning color wheel and it dosnt go away. Esc option apple does not work and i have to apple tab to finder then click the apple and select force quit to get it to stop.
    Once again I had so much faith in this apple stuff Seems to me it dosnt work that much better than windows.
    Thanks alot
    Grey
    By the way, Just before i submited this i got the connection alert for the second time since i started writing this post. And to submit this post i had to use force quit on iChat, then turn my airport off then on to get it going again.

    Im not 100% on the networking vocabulary. Let me clairfy, In my router setting "DHCP server" is disabled. Im not sure if that means between the router and the cable modem or the router and the computers. But i do know that the router's ip is always the same 192.168.1.1
    I dont know how to access the settings in the modem.
    The only thing i did to change the ports is I forwarded ports 5060, 5190, 5220, 5222, 5678, to themselves and 1384 to 16403 in the router's advanced settings.
    Thanks for trying to help me Ralph, sorry if i dont fully understand your questions.

  • I have bought a docking station and my iphone works fine but my ipod mini seems to fit on the connection but only works intermittently. Is it a different connection or is there a problem with the ipod?

    I have bought a docking station and my iphone works fine but my ipod mini seems to fit on the connection but only works intermittently. Is it a different connection or is there a problem with the ipod?

    I think that is happening is that the microphone is on during this recording.  If you play the music through the iPhone speakers, it will record this sound, albeit at very poor quality.  If you say anything (or laugh uproariously as I did while watching the app in action, then that, too, get recorded.
    I am still looking for the solution we all want, which is to save the audio in reasonable quality.
    Anyone out there with some ideas?
    Cheers,
    Rob

Maybe you are looking for

  • Possible to read file from HD in open firmware?

    So we have this ancient iBook whose 40GB hard drive is pretty frotzed (won't boot, Disk Utility says that keys in the catalog are out of order, Disk Warrior sits there forever). If I come up in Open Firmware I can see at least many of the files on th

  • Changing Asset number in Value contract

    hi experts, I want to change asset number in Value contract . In ME32K , i am not able change as it is grey field. Documents are not generated wrt this contract.     thanks in advance regardsjai

  • Multiple language installations

    Hi All, Does anyone have experience of knowledge of having multiple language installations of the same version i.e. both cs6 indesign. For example having English, French and ME installed, deactivating and activating according to need. Thanks Trevor

  • Data Center Relocation

    Hi, Has anybody had any experience working with BW during a data center relocation?  We're trying to put together a plan to make sure we can verify that our BW system survived the move - does anybody have any suggestions? Thanks very much in advance,

  • Updating WS proxy files in JDeveloper after updating XSD in BPEL process

    Hi all, I have a couple of BPEL processes with variables from one huge XSD deployed to my server. I have created WS Web proxies for these processes in my application in JDeveloper and I'm calling these processes through these proxies. When I have cre