RS 485 2 wire auto control echos back...

Hi all
Am using NI- PXI 8423 board with 4 RS485 com ports, i need to use the com port in 2 wire mode, if i use TXRDY Auto control mode of operation the receiver still recives what i just transmitted. how is this possible?, because the document says that the receiver is disabled when transmiting data. and how do i solve this problem?
Thanx for the reply
Arun

You might not have the proper VISA Server security settings. This would mean that you can change the properties in side the VI, but you wouldn't be able to change the in MAX. Open MAX, go-to Remote Systems, select your RT System, then Software and finally click on the NI-VISA 3.3 folder. Select the VISA Options tab on the bottom and then select the Security item under VISA Server. You will need to make sure that the IP of your host machine (the one you are doing this from) is located on this list. To add an IP address to the list Click Add, then type in the IP and then click in the blank area inside the box. You should then get the Save option at the top. Make sure you click save. In addition, you can use wild card characters to specify the IP. For example I add something like 12.3.55.* so any computer on my local subnet can access the device and I have noticed that my computer will sometimes change IP addresses.
One other thing that I would suggest is making sure you have the latest NI-Serial RT driver installed. This requires upgrading to at least NI-VISA 3.3 and then downloading the latest NI-Serial driver for RT which can be found at ftp://ftp.ni.com/support/ind_comm/serial/lvrt/. Copy the MSI file to your computer and run it. You will also need to install the new software to each RT Target. Note that currently the latest NI-Serial 2.5.5 will still display NI-Serial 2.5.4 on the monitor if you have one connected to your RT target.
I hope this helps out.
-Josh

Similar Messages

  • Is there a way to control the "back button"?

    i've got a simple animation intro, ending with the very last
    key frame being static with links. then the links will bring up
    another page in the same window. but i was wondering if there was a
    way in flash to control the back button to bring the user to that
    very last key-frame, at the end of all the animation. thereby
    skipping over the intro-animation.
    also:
    i have an html intro page, where you can go to the flash
    introduction, or the peoples' old website, or to a Flash-Player
    download window. i was wondering if there was a way to create a
    link to that end key-frame in order to by-pass the animated flash
    intro.
    thanks for your help

    gotoAndPlay(32) if you have a continuos animation after that
    frame and you want to continue it; the number within the brackets
    is the number of the frame you want to go to. Or else if you want
    to go to a particular frame and stop there, gotoAndStop(32);

  • What is 11.0.3 doing to my laptop to ECHO back NUMBERS in place of LETTERS?

    1. Environment: Windows 7, Adobe Reader 11.0.2 or 11.0.3, IE 10 or FoxFire Mozilla, MS Word2010.
    LOCAL
    2.1 Action Sequence #1: Launch .pdf file locally from "C" drive; view .pdf, EXIT.
    2.2                                    :  Launch MSWord2010, type "HELLO", SCREEN ECHOs BACK NUMBERS RANDOMLY - NOT "HELLO".
    VIA IE
    3.1 Action Sequence #2: Lauch .pdf file located via Google search; view .pdf, EXIT.
    3.2                                     : Type "HELLO" into Google search box, SCREEN ECHOs BACK NUMBERS RANDOMLY - NOT "HELLO".
    4 Any combo of local/IE view of a .pdf and local/IE typing (except NOTEPAD) results in above behavior.
    5. ONLY SOLUTION IS REBOOT - A PAIN.
    THIS IS THIRD TIME I'M POSING QUESTION AS I'VE RECEIVED NO DIRECTION. PROBLEM IS CLEAR. WHAT IS GOING ON?

    You're free to go all the way back to 10 if you feel so inclined... But I've read more than a dozen different support forums including at least three at laptop manufacturers' sites (and even Microsoft) which ALL say this is a numlock problem fixable from the keyboard.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-hardware/my-laptop-keyboard-types-numbers-instead-of/ed 246377-9594-4040-82af-b4ef0f076c92
    http://www.makeuseof.com/answers/asus-netbook-writing-numbers-letters/
    http://www.techsupportforum.com/forums/f108/solved-keyboard-types-numbers-instead-of-lette rs-168083.html
    http://www.fixya.com/support/t2353787-laptop_keyboard_typing_numbers_instead
    http://www.tomshardware.com/forum/57347-35-help-keys-type-numbers-letters
    http://answers.yahoo.com/question/index?qid=20110531185202AAFiUFK
    http://www.knowhow.com/article.dhtml?articleReference=582
    http://www.pchelpforum.com/xf/threads/keyboard-typing-numbers-instead-of-letters.91591/
    http://forums.toshiba.com/t5/Keyboards-Touchpads/Keyboard-typing-numbers-instead-of-letters/td-p/195460
    http://forum.notebookreview.com/sony/565545-some-letters-keyboard-typing-numbers-instead-letters.html
    http://wiki.answers.com/Q/How_do_you_stop_your_keyboard_from_typing_numbers_instead_of_let ters
    http://skp.samsungcsportal.com/integrated/popup/FaqDetailPopupMobile.jsp?cdsite=ie&seq=150973
    NOT ONE OF THOSE LINKS says ANYTHING AT ALL about removing Adobe reader as any part of the solution that WORKED for what I can only assume are hundreds of others having the same issue.
    I can say with a strong degree of certainty that this IS NOT a Reader ISSUE and Reader IS NOT the cause.

  • Toolbar disppears when control comes back to the form

    Hi,
    When a form calls another form and after the control goes back to the calling form, the toolbar disappears and the menu is getting disabled.
    Inference:
    If i change the window of that canvas(with the same old properties), it works fine.
    Can any1 help me out why it's happnin?
    FYI, the window name is ROOT_WINDOW. Could it be a reason?
    Thanx in advance,
    Natz.

    Yep, ROOT_WINDOW could be the main cause. Back in the very old days (before graphical user interfaces) ROOT_WINDOW had a special meaning. This is of no use anymore with the GUI environment but Oracle Forms does still seem to have its quirks with forms named ROOT_WINDOW. In our conversion to Forms 10gR2 we renamed each and every window called ROOT_WINDOW to a new name.
    Be sure to also update PL/SQL code that refers to the window by name.

  • Java Communication:COM3 echoing back the commands

    Hi,
    I want to send commands to the internal modem and get a reply. My code does not throw any exceptions. The problem that I am facing is that whatever command I send to COM3(the port on which the modem is connected), I get an echo of the command back. Not only the command but whatever i write to the OutputStream I get it back. Please tell me where I am going wrong.
    I followed the example from here http://java.sun.com/developer/Books/javaprogramming/cookbook/11.pdf.
    I am new to java communication API so need to know why COM3 is echoing back the command instead of responding.
    Here is my code:
    package comm;
    import gnu.io.*;
    import gnu.io.CommPortIdentifier;
    import gnu.io.ParallelPort;
    import java.io.*;
    import java.util.*;
    import java.io.InputStreamReader;
    public class Data {
        public static final int TIMEOUTSECONDS = 30;
        public static final int BAUD = 9600;
        protected boolean debug = true;
         private ParallelPort serialPort;
        private DataInputStream is;
        private PrintStream os;
        static String name;
         static CommPortIdentifier portId;
         static CommPort thePort;
       public static void main(String args[]) throws PortInUseException
                Data d=new Data();
        Enumeration portList = CommPortIdentifier.getPortIdentifiers();
            while(portList.hasMoreElements())
                portId = (CommPortIdentifier)portList.nextElement();
                   System.out.println("Name is:"+portId.getName()+" "+"Owner-"+portId.isCurrentlyOwned() +" "+"TYPE -"+portId.getPortType() );
                    name = portId.getName();
       if(portId.getPortType()== CommPortIdentifier.PORT_SERIAL)
        try
              portId=CommPortIdentifier.getPortIdentifier(name);
            thePort = portId.open("DarwinSys DataComm",
              TIMEOUTSECONDS * 1000);
         SerialPort myPort = (SerialPort) thePort;
         myPort.setSerialPortParams(BAUD, SerialPort.DATABITS_8,
          SerialPort.STOPBITS_1, SerialPort.PARITY_NONE);
            } catch(Exception e)
            e.printStackTrace();
        try {
    d.is = new DataInputStream(thePort.getInputStream());
    d.os = new PrintStream(thePort.getOutputStream(), true);
    d.os.print("ATZ");
    d.os.print("\r\n");
    String response = d.is.readLine();
    System.out.println("Response on port:"+""+name+": "+response+""+"OwnedBy--"+portId.getCurrentOwner());
    catch(Exception e)
    {e.printStackTrace();}
    }thanks for you help in advance
    regards
    Protozoa
    Edited by: protozoa on Aug 20, 2008 4:01 AM

    Hi,
    Just an update on the previous post, when I sent "ATE0" it stopped echoing. BUT when I send another command it sends back null now.
    here is the updated code:
    d.os.print("ATE0");
    Thread.currentThread().sleep(500);
    d.os.print("ATZ");
    Thread.currentThread().sleep(500);
    d.os.print("\r\n");
    String response = d.is.readLine();
    System.out.println("Response on port:"+""+portId.getName()+": "+response+""+"OwnedBy--"+portId.getCurrentOwner());If I only send "ATE0" nothing is displayed, but when I sent "ATZ" next it retruns null.
    regards
    Protozoa

  • Adobe Revel has re-dated thousands of my pictures, and when I correct them, Revel auto corrects them back to some bad date. I am stuck with thousand of pictures that I cannot correct the dates.

    Adobe Revel has re-dated thousands of my pictures, and when I correct them, Revel auto corrects them back to some bad date. I am stuck with thousand of pictures that I cannot correct the dates.

    I know it sounds confusing.  Essentially I have to re-register to get into my Adobe Photoshop 3.2.  But they are no longer giving access codes when you go though the registration process.  I checked my "online account" and there are no records of my registration for this.  I had this program, used this program and I can even see my pictures all lined up behind the "registration" box that pops up (and then kicks me out of the program when I hit "register later").  I just want a registration number...any number...that will allow me to open up the PS 3.2 and allow me access to my pictures.  I was told by one of the more sympathetic online CSR's via email that I could call the 800 number and hopefully get another number, but I run the battery out on my hand held phone waiting on hold for so long...I am not kidding you.  This seems like a very very simple matter...just give me an access code...but it has turned remarkably frustrating because I cannot reach a live person to ask.  You would think Adobe would not be happy that customers would have to wait so long...because why would you ever want to actually purchase an Adobe product if you know for certain that there is no support for it.  It is somewhat making up my mind on Adobe products.  Again, I cannot retrieve these pictures with a search, they are not in the digital camera folder as someone advised before.  I would love any and all feedback on what to do about this.  Is it possible that the files are corrupted?  Yes...but why can I clearly see the photos behind the registration box.  Please, anyone, help!

  • Firefox auto-update bounces back end forth between 3.6.11 and 3.6.12

    Firefox keeps going through the following apparently endless cycle: It realizes it's not on the latest version and auto-updates from 3.6.11 to 3.6.12. Everything is fine for a few uses, then it tells me it needs to reboot to complete an update, upon which its "completion" of the update results in it reverting back to 3.6.11. After a few uses of that version the entire cycle repeats (It again wants to install an update to 3.6.12)... and so it continues

    You can check for a problem with the prefs.<br />
    See http://kb.mozillazine.org/Preferences_not_saved

  • Issue with Task Control Call back and Event Choice in WLI BPM 8.1

    Hi,
    I am using a Task Control Factory to create Task Control Instances in a loop
    and then
    create tasks and assign them to a predefined group. I have an event choice
    for two events
    waiting for the onTaskCompleted and onTaskAborted event call backs.
    I have two such operations (of task creation) in the same loop. For
    simplicity I have used two separate task factory controls for each of the
    tasks (because I even had worse problems using a single control factory for
    both tasks in the same loop).
    When I instantiate the process, through work list I am able to claim, start
    and complete the first task. When I try the same procedure (claim, start and
    complete) on the second task, the the event choice for the corresponding
    task receives 2 event call backs. First it receives the onTaskCompleted as
    expected, but then it also received another call back of the same type which
    displays the error on the server log as:
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <on process
    completion, 1 undelivered messages to
    'sampleRequestTaskFactoryCtrl_onTaskCompleted'>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <ejbLoad:
    Conversation 1064411008439:null not found>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <A message was unable
    to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyncFailure event>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <ejbLoad:
    Conversation 1064411008439:null not found>
    Does anybody know why two events are fired for the same work list action?
    Thanks in advance.
    Henry M

    Henry,
    Please post this question on the weblogic.developer.interest.integration
    newsgroup.
    Regards,
    Raj Alagumalai
    Backline Workshop Support
    "Henry Mugasha" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am using a Task Control Factory to create Task Control Instances in aloop
    and then
    create tasks and assign them to a predefined group. I have an event choice
    for two events
    waiting for the onTaskCompleted and onTaskAborted event call backs.
    I have two such operations (of task creation) in the same loop. For
    simplicity I have used two separate task factory controls for each of the
    tasks (because I even had worse problems using a single control factoryfor
    both tasks in the same loop).
    When I instantiate the process, through work list I am able to claim,start
    and complete the first task. When I try the same procedure (claim, startand
    complete) on the second task, the the event choice for the corresponding
    task receives 2 event call backs. First it receives the onTaskCompleted as
    expected, but then it also received another call back of the same typewhich
    displays the error on the server log as:
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <on process
    completion, 1 undelivered messages to
    'sampleRequestTaskFactoryCtrl_onTaskCompleted'>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <ejbLoad:
    Conversation 1064411008439:null not found>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <A message wasunable
    to be delivered from a WLW Message Queue. Attempting to deliver the
    onAsyncFailure event>
    <Sep 24, 2003 9:43:56 AM EDT> <Warning> <WLW> <000000> <ejbLoad:
    Conversation 1064411008439:null not found>
    Does anybody know why two events are fired for the same work list action?
    Thanks in advance.
    Henry M

  • Auto Invoice thru back ground job

    Problem that we have is..it is also automatically combine few deliveries into 1 invoice in which we only want 1 to 1..  1 Delivery - 1 Invoice.
    S
    Please advise on how we can achieve 1 Delivery - 1 Invoice in our Auto Invoice job.
    Please advise how to have one dleivery one Invoice whre billing has to happen Thru Jobs

    Hi
    Go to copy control VTFL, and select the Delivery - Billing Document combination and go to their Item. Select the Item category, and check what is maintained for the field Data  VBRK/VBRP, change it to "003" and SAVE.
    Now you will get only one invoice for your ref. doc., that is Delivery in each case.
    Regards
    Amitesh Anand

  • RMAN Auto Control File Backup

    Can there be two control file auto file backups one to disk and one to tape ?
    Thanks,

    Hi
    In our RMAN setup SHOW ALL; there is both disk and tape configured. but it does not backup to disk anymore
    and I am getting the errors below in my alert.log.
    There are about ten old copies on the disk. How do these get purged ?
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'D:\DONT_TOUCH\CONTROL_FILE_BACKUP\%F';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default Starting control autobackup
    Wed Feb 03 00:20:31 2010
    Errors in file d:\oracle\product\10.2.0\admin\udump\_ora_3600.trc:
    Wed Feb 03 00:20:31 2010
    Errors in file d:\oracle\product\10.2.0\admin\udump\_ora_3600.trc:
    Wed Feb 03 00:20:31 2010
    Errors in file d:\oracle\product\10.2.0\admin\udump\_ora_3600.trc:
    Wed Feb 03 00:20:31 2010
    Control autobackup written to SBT_TAPE device
         comment 'API Version 2.0,MMS Version 5.0.0.0',
         media '/database/_1265174399_C1_F1'
         handle 'c-1624991920-20100203-01'
    Wed Feb 03 08:59:14 2010

  • When is Smart Remote Control coming back ?

    I would really like to use smart remote control as a shutter relase for bracketed exposures, but its still not available in the store again.  When is it coming back ? Its been over a month and an half now. 
    (09/12/2014) Distribution of "Smart Remote Control" has been temporarily suspended.

    Hi Jprofumo,
    Great news, the Smart Remote Control App is now available from our site: http://www.playmemoriescameraapps.com/portal. Make sure to follow the instructions for the necessary updates before downloading and installing the app.
    If my post answers your question, please mark it as "Accept as Solution"
    Thanks - Vincent

  • RS-485 How to control???​????

    Hy there.
    I wish to communicate with an R-485 network with Labview.
    For that, I have a RS-232 port in my computer that links
    to an RS-232->Rs-485 converter where several branches
    come in. My question is, how do I communicate with
    each RS-485 device in Labview? How do I set an address to
    a specific instrument to send and receive data???
    Also..
    If I have an instrument that is not RS-485 but use a
    RS-232->RS-485..wire...RS-485->RS232(computer), Is it possible
    to identify that instrument in the network with an address???
    Thanks!
    Jony
    Got questions? Get answers over the phone at Keen.com.
    Up to 100 minutes free!
    http://www.keen.com

    you will have to study the command structure for the device in question. You
    might find it has a command line such as 10seta100 where 10 is the
    instrument id, seta the parameter and 100 the value to enter.
    Unlikely. However if it's non 485 then it will most likely have different
    commands and with luck ignore the 485 ones. It might not though...
    "jony" wrote in message
    news:[email protected].​.
    > Hy there.
    > I wish to communicate with an R-485 network with Labview.
    > For that, I have a RS-232 port in my computer that links
    > to an RS-232->Rs-485 converter where several branches
    > come in. My question is, how do I communicate with
    > each RS-485 device in Labview? How do I set an address to
    > a specific instr
    ument to send and receive data???
    > Also..
    > If I have an instrument that is not RS-485 but use a
    > RS-232->RS-485..wire...RS-485->RS232(computer), Is it possible
    > to identify that instrument in the network with an address???
    >
    > Thanks!
    >
    > Jony
    >
    >
    > --------------------------------------------------​---------
    >
    > Got questions? Get answers over the phone at Keen.com.
    > Up to 100 minutes free!
    > http://www.keen.com
    >

  • LBWE - Job Control drop back to "not maintained"

    Hello,
    I tried to Schedule Job Control to Hourly for 02 Purchasing. But once i check the job control again, i see it back to not maintained.
    Please advise.

    Hello Roberto,
    Unfortunately, I see the red light "not maintained" additionally if i click on "start date" my previous settings are not there anymore.
    How i am settings is:
    immediate, then Check Periodic Job, set Periodic Values as Hourly and saving it.
    If i open again for the session it is there, but if i relogin same day or next day it's gone.
    This is for my all the 9 R/3 systems.
    Please Help!

  • I Phone 3G echo back

    Why do I intermittently get an echo of my voice back to me when I answer a call, and the caller cannot hear me, or i cannot hear them?

    See http://support.apple.com/kb/TS3694#error1602 for an explanation of causes of and resolutions for error code 1602. If iTunes was previously working on your PC and if you made any changes to your PC's security settings or your PC's security software including anti-virus software then backout those changes and try iTunes again. I am assuming that you rebooted your PC after getting the 1602 error code and still had the same problem after the reboot.
    I suspect that your 3G had a problem, possibly a corrupt file, and needs to do a full restore through iTunes to possibly correct it. Your iPhone might be in restore mode which is why you can't turn it on. The first step is to get iTunes working and do a full restore.

  • Turn back the app history within Expose/Mission Control, Turn back the app history within Expose/Mission Control

    For some wierd reason & can't remember if I toyed with the settings under System Preferences but it looks like when I swipe with four fingers down within an app for expose I don't get to see all the previously viewed items with the app. Any suggestions?

    I agree with everything you said about full screen apps, mission control and launchpad. For apps that made sense to run full screen, they already could under SL. Launchpad is totally unnecessary and Mission Control is a mere shadow of Expose and Spaces.
    However, I feel you have not given due credit to Spaces. The point of Spaces is to let one organise logical desktops for different tasks, not just a way to reduce the number of windows on display. For example, I have a Space for software development where I run Xcode and the iPhone simulator, a Firefox window showing perhaps documentation or some other websites pertaining to software development, a Finder window that is opened in the folder with my design docs. I have another Space where I have the remote login sessions, yet another Space with another Firefox window where I do general surfing and emailing. I can switch between these spaces using a keyboard shortcut, which is much quicker than having to lift my hand off the keyboard, move it over to the mouse, move the mouse pointer over the Dock, find the app and click on it, only to find that it has switched to the wrong window of the app.
    Without Spaces, organisation of my desktop is disrupted each time I want to switch task, whereas Spaces allows me to drop everything I am doing, go and do something completely different for a while and go back to my exact previous environment. I have a 27" iMac so am not short of screen space but I use Spaces extensively. BTW, switching Spaces using a keyboard shortcut is a lot faster on SL than the equivalent on Lion, thanks to the gratuitous screen animation of the latter.

Maybe you are looking for

  • Help in update  a database table

    Hello! I have the below code and I want to update a table from a database. I need help to modify the below code to update a table instead to insert a new record . String url="jdbc:odbc:Dictionar";         Connection con;         String sir;         s

  • ICloud Calendar

    Can someone develop a feature on iCloud to upload Calendar meetings from a *.xlxs or *.csv format? I wish there was an ability to upload a file and avoid all the syncing issues. Windows 8 & iCloud do not play nice. Anything that I sync up through Out

  • How do we create a jndi connection in crystal reports XI

    how do we create a jndi connection in crystal reports XI when the data soiurce is configured on websphere 6.1

  • How to i fit a box to browser width?

    how do i make a text box fit the browser width? how to i fit a box to browser width?

  • Reformatting and restoring with Time Machine

    I want to reformat my hard drive to de-clutter and improve my computer's performance. I have been using Time Machine for a while to back everything up, so I thought I would just restore with it. But if I do that will I just be reinstalling all of my