Measure data using RS-485 Port on cFP-2120

I have cFP-2120 with one RS-485 Port, One RS-422 and one RS-232 Port available, i want to measure data using the exisiting RS-485 Port on cFP-2120.
I have Rx and Tx Signals from my equipment. Two wire
Also i have RS-485 Enabled device with 4 port availble. I want to use RS-485 connected with RJ-50.
Also give me pinouts for Rx and Tx.
Thanks.

I am a little confused by your statement "I have cFP-2120 with one RS-485 Port, One RS-422 and one RS-232 Port available".  The cFP-2120 has 3 RS-232 ports and only 1 RS-485  (or RS-422).
Look in the manual for the cFP-2120.  Here is a link. http://www.ni.com/pdf/manuals/371380b.pdf  Pages 3-7 thru 3-10 have information and pinouts for the serial ports.  It also tells how the RS-485 port is a 4-wire port, but it can connect to a 2-wire RS-485 installation with jumpers and special programming to account for the echo back of outgoing commands.  Another alternative to 4-wire to 2-wire conversion is to get an RS-485 isolator that would have switches to set one side to 4-wire and the other side to 2-wire.  I have used this one from B&B electronics successfully.  Though you say you are using 4-wire on your device, so you would not need it unless you have the need for electrical isolation between the device and your cFP.  Perhaps the discussion of 2-wire was a misunderstanding.
Remember that the transmit lines from your device will go to the receive lines of your cFP and vice versa.  The polarity of + and - should match between the two devices.  TX+ to RX+, TX- to RX-,  RX+ to TX+,  RX- to TX-, and GND to GND)
As for VISA, you would just configure it like you would any RS-232 device with the baud rate, parity, and stop bits to match your device.
Centerbolt, thanks for the kind words and posting the link to the other thread.

Similar Messages

  • Can I use RS-485 port as RS-232

    I have a PCI-485/2 board. I have one of the ports connected to a devices using RS485 protocol. Can I use the other port and connect it to a RS232 device?

    The physical transceivers for RS-232 and RS-485 are different, and thus are not configurable. With regards to the converter, I do not have any specific recommendations, but a quick glance at the B&B Electronics catalog shows a couple of dozen different options that run from $70-$125. Which model you need will depend on the features you're looking for: connectors, max baud rate, surge protection, power source, isolation, etc.

  • Serious Performanc​e hit on RT (cFP 2120) using LV 8.5 compared to LV 8.2

    Hello,
    We have just finished a large project using LabView 8.2 and Compact FieldPoint (cFP) 2120 on a Windows XP Pro computer.
    The system developed controlled equipment that forms critical parts of a Concrete Plant here in Norway.
    2 Identical units whre installed controlling two almost (but not entirely) identical pieces of equipment.
    The project has been a great success, and used technologies such as: StateDiagrams (StateDiagram Toolkit) to describe the System Processes, Network Shared Variables to transfer approx. 50 different  pieces of non-critical information over WLAN to a LabView based Surveillance Program in a Control Room from both "machines".
    The CPU Load on the cFP was approx. 65 % which gives the ETS Realtime OS (RTOS) plenty of "room" to run its "maintenance threads".
    After the last installation, we decided to try to migrate the system to LabView 8.5 on another Computer running Windows Vista. The system ported nicely and run on our test cFP 2120 as well.
    We had done extensive performance / cPU Load tests on our 8.2 system, and new that in a particular setting the CPU Load was:
      *** 65% *** measured using the System Manager (disabling VI and Memory Monitioring).  (Absolutely max measured is 71 % when the system is running)
    When we did the same test on the cFP running the LV 8.5 compiled code and with the LV 8.5 software installed on the cFP, we where in for a chock:
    The CPU Load was *** 87% *** in the particular setting, and could run over 90%.
    This renders LV 8.5 useless for our controll task. A setback, as we had plan to port our current code using the Statechart Module that we had bought for LV 8.5.
    We also installed a VI to "Monitoring the CPU Usage of a LabVIEW Real-Time Target" found at this link:  http://zone.ni.com/devzone/cda/epd/p/id/4713
    It turns oot that this VI gave us the same result as using the "System Manager" (if we summed the load for each priority), but also gave more info about the load at each priority.
    We of course did not run the System Manager at the same time, as this would cause a conflict: We either run the System Manager or the VI above. When the System Manager was run, the Vi above was
    disabled !
    We are running updating of the 50 Network Shared Variables in a Normal Priority Thread. The 9 StateDiagrams are each running in a Separate Thread started by including the VI for the StateDiagram in a  Timed Sequence with one frame: This gives all these Processes "Very High" Priorty and you can see that most of the work is done at this priorty level. The Very High Priorty level uses Single Process  Shared Variables with FIFO to send the variables to the Network Shared variables in the "Normal Priorty" Thread.
    The Shared Variabel Server is run on the PC in the Control Room and not on the cFP.
    Below you can see the Installed Components and the Performance Result for the cFP when Running configured for LV 8.2 and 8.5.
    For LV 8.5, the performance of each Priority Level is degraded with the same percentage (approx 30%) which is really serious.
    National Instruments Engineers: Please help identify / fix this problem and give us a Time frame for when the problem can be fixed!
    LabView 8.2 Installed Components on cFP 2120:
    http://objective.no/gostemp/cFP_Components_LV_8-2.​jpg
    LabView 8.2 cFP 2120 cPU Load:
    http://objective.no/gostemp/cFP_LV_8-2_CPU_Load.jp​g
    LabView 8.5 Installed Components on cFP 2120:
    http://objective.no/gostemp/cFP_Components_LV_8-5.​jpg
    LabView 8.5 cFP 2120 cPU Load:
    http://objective.no/gostemp/cFP_LV_8-5_CPU_Load.jp​g
    regards
    Geir Ove Skjærvik
    Objective Technology
    Norway
    Geir Ove

    Hello,
    I have reproduced the problem in a minimalistic test application !
    Download the test from this link: http://objective.no/gostemp/lv_8_5_probleml.zip
    This is how the test looks: http://objective.no/gostemp/LV-8-2_8_5_Test_01_vi.​jpg
    The ZIP file contains the following files:
    a) LV-8-2_8_5_Test_01.vi    -  The test VI itself
    b) SK1_Host_Remote_Panel_Shared_Variables.lvlib   -   The Network Shared Variables that I use only one of in this test (SK1_Error_Code)
    c) Interprosess_Data.lvlib  -  The Single Process Shared variables that I use only one of in this test (Reported_Error_Code)
    I have not included a Project File and you need a Compact FieldPoint to test this. I have a cFP 2120.
    Now to the intersting figures:
    Compiled under LabView 8.2 this application runs with 21 % CPU Load as measured by the System Manager on the cFP 2120.
    Compiled under LabView 8.5 this application runs with 42 % CPU Load as measured by the System Manager on the cFP 2120.
    This is a dramatic degradation of Performance !
    I have not yet investigated if removing the Shared Variables will change this.
    NI: Please Help locating this problem !
    The only thought I have is this: Does LV 8.5 take care of the change of the Shared variables when the two .vlib libraries are moved to a 8,5 project ?
    Geir Ove

  • How to get the measurement data from IMU using SBRIO through SPI?

    Hi All,
    I’am trying to use the SPI communication protocol to realize the bridge between my Vectornav VN100 IMU chip and the LABView through the SBRIO 9602. I amended the SPI sample code from NI website based on my own device and configuration. It compiled and ran well. The problem is the IMU we are using need a 16 bytes command and it will give back a response containing the measurement data. But it seems that with the code I have, I can only send an at most 32 bits command once. Hope anyone who has experience in IMU implementation on LABView could give me some help! Thanks a lot!
    Nick

    Kyle,
    Thank you very much!
    I attached the amended program and the Manual Sheet of the IMU I am using.
    Since I only need to one port, I just amended the configuration for port 1 and adjusted the code for my device. 
    I think the problem exist in the data sending mechanism, you can check the requirement out in P12 and P13 of the manual sheet.
    Best Regards!
    Nick
    Attachments:
    Vectornav VN100.pdf ‏1774 KB
    spi_dual_port_example.zip ‏755 KB

  • I want to transfer data through the serial port in the same coding that hyperterminal uses. How can i do it?

    The serial port seems to be working, and labview seems to be sending the data, but the problem is in which format does it send the data, because in hyperterminal i just input the string "JDX" and it sends it to my device, with labview it sends something but my device does not recognize it.

    nobuto wrote:
    > I want to transfer data through the serial port in the same coding
    > that hyperterminal uses. How can i do it?
    >
    > The serial port seems to be working, and labview seems to be sending
    > the data, but the problem is in which format does it send the data,
    > because in hyperterminal i just input the string "JDX" and it sends it
    > to my device, with labview it sends something but my device does not
    > recognize it.
    Hyperterminal adds the carriage return/line feed to the string which is
    generated by the return key to send out the current line. LabVIEW simply
    sends out what you tell it, so try to set the string to "Show \ Display"
    format and add a \r or \n or \r\n to the command you want to send out.
    Assumes of course that you set the right baudr
    ate/bits/parity etc in
    LabVIEW with the VISA property node, when opening the serial port.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error while updating AFS weights & measures material master data using BAPI

    Hello ABAP experts,
    Please help me in finding the right way in updating AFS weights & measures data (/AFS/MARM) data using BAPI /AFS/BAPI_MATERIAL_SAVE_DATA.
    I'm populating the following table parameters of the BAPI,
    1. SKUUNITSOFMEASURE with /AFS/MARM records
    s_bapi_marm-ALT_UNIT = 'EA'.
    s_bapi_marm-ALT_UNIT_ISO = 'EA'.
    s_bapi_marm-grid_value = 'XXXXS'.
    *s_bapi_marm-STOCK_CATEGORY = '01000'.
    s_bapi_marm-volume  = '10'.
    s_bapi_marm-GROSS_WT  = '10'.
    s_bapi_marm-NET_WEIGHT  = '10'.
    append s_bapi_marm to t_bapi_marm.
    2. UNITSOFMEASURE with MARM records
    s_bapi_uom-ALT_UNIT = 'EA'.
    s_bapi_uom-ALT_UNIT_ISO = 'EA'.
    s_bapi_uom-NUMERATOR = '1'.
    s_bapi_uom-DENOMINATR = '1'.
    s_bapi_uom-UNIT_OF_WT = 'KG'.
    s_bapi_uom-VOLUMEUNIT = 'CCM'.
    append s_bapi_uom to t_bapi_uom.
    But the BAPI returns me an error "Stock Category & is not valid in Category structure  &"
    Let me know if you have any inputs on this one.
    Thanks,
    Partha.

    Hi VAMSHI,
    I have your same error but I don't know how to solve it. We have active "material split valuation" and valuation type is mandatory field if using ACCOUNTING and COSTING views.
    Please, let me know.
    Thanks in advance.
    GB

  • Custom Measure - Unable to Submit Data Using Input Schedule

    We have an application that requires storage of data on a job-to-date basis.  To accommodate this, the application was changed to a YTD application and 3 custom measures were added:
    JTD (base data)
    YTD_JOBS (offsets current period against last month of prior period)
    PERIODIC_JOBS (offsets current period against prior period)
    Everything is working and the measures resolve to the correct values.  The system also completes logic (advanced and dimension) properly.  Data may also be submitted through an Import process. 
    However, we are unable to submit data using an input schedule.  We consistently get a "no data to refresh" error message.  When the same schedule is used in the older, periodic version of the application, the submission works as expected.
    I suspect the problem is the naming of the custom measures is the root cause.  I have been unable to find documentation (BPC 5.1M) related to custom measures for 5.1.  Any help resolving this issue and/or tracking down custom measures documentation for v5.1 is much appreciated.
    Cheers,
    Jeff

    Joost,
    I believe what you are describing is the root of the issue.  The application is set to YTD as the data input type both in the web admin section and in the database table.  The problem is that JTD is the input member for this application -- we are loading job-to-date values instead of year-to-date.
    It seems that BPC does not understand JTD as a "base level" measure fort the input method.  I have not been able to find a table in the database that defines PERIODIC and YTD.  My hope was to add JTD to the settings. 
    Unless someone else has made something like this work, I suspect that I'll have to use YTD as the ID of the base member and restructure the custom measures.  We did not start this way since the user community thinks in terms of JTD data.

  • Capturing data using write to measurement file for encoder

    hello dear,
    can anyone help to check with my encoder to measure data?
    i have connect the write to measurement file but when i open the .txt file,
    no result appear, thanks so much for your help
    Solved!
    Go to Solution.
    Attachments:
    encoder capture.vi ‏180 KB

    well, I have never used that method to write data to a file, but if you double click on your write the write LabVIEW measurement file object and look at the configuration you have selected save to a series of files.  Is that what you wanted, or did you just want one file?
    Jim
    Jim
    LV 2013

  • Can I use the IR port to receive other data

    HI I wonder if it is possible to use the IR port on my 2.4Ghz Core Duo Imac to import data from the IR transmitter on my Aviva Accu Chek blood glucose Monitor? Any suggestions would be much appreciated. I have very few tech. details about the Accuchek, some ideas of how to access the IR port would be great as a starting point
    Thanks for the help Peter T

    I doubt it can or there would be other hardware which may use it.
    I think the problem you will have is if it can transmit the data and has been sent to your mac how would you open the data?
    You need an app to access it.
    But it maybe worth seeing if the diabetic app you get on the mac can understand the data it sends.

  • Coloring a 3D Graph using measured Data

    Hey there,
    at first: Sorry for my "bad" english...I dont even know how to explain my problem in german, so english will be tough
    I made a programm that can read the coordinates of NC Programms (X,Y,Z) and plots it into a 3D Graph (so I am plotting an five achsis milling process). This works fine. But: I have an array full of Data that has been measured while milling (e.g. acoustic emission, cutting forces..etc). I have to color the 3D Plot using this measured data.
    For Example: While milling the cutting forces raises and the plot should color using the cutting forces from green to red (green: cutting forces below certain limit, red above). So when I read the coordinates/the plot (which describe the contour the tool runs) I can see by its color if everything (the measured process parameter) is fine.
    I checked the 3D Plot's color vector but I just didnt get how it works. I read that the coloring is mostly affected by the Z- Coordinates (If it would be just affected by the color vector itself!)
    I hope I could describe my problem properly. Thanks & best regards
    Bastian

    man1ac wrote:
    Its me again.
    I just used try and error at the 4D Acc example and somehow I made it work. BUT:
    I just can use this settings, otherwise the lines are combined or the surface just doenst work (if I choose this).
    PointStyle: cwPoint3DSolidCircle (I can use other Point structures, but this one looks the best)
    PointColor: It set onto blue, but has no effect
    LineStyle: no actual effect (what does it?)
    LineColor: the same
    ContourLevels: Whats this feature?
    PlotStyle: cwPoint
    Transparency: 20
    Can anyone explain to me what these name features acutally do?
    The result is not quite bad, the plotted Points change their color dependend on the W-Vector (I just filled one with 0 and replaced 2 values, so that only 2 Points will me Colored).
    But the result would be nicer if I dont see any points, but a line which is colored. I didnt find any working combination of the possible settings.
    Again thank you very much, 90% of the work are done *happy*
    Well the other 10% is something you will have to get yourself by playing with the various options.
    Line setting only have an effect if you are using a plot with line.
    Point color is derived from the W vector and the color mapping.
    Contour levels will draw lines throug hte surface where the Z plane intersect the surface.
     I never got the help to work corectly and lerned everything I know by playing with the code.
    Have fun!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Using stand alone executables to send data to the parallel port

    I have a executable that uses the parallel port to activate an alarm. The program works well on the base machine which is running windows XP. However when I try to run the stand alone executable on a windows NT machine there is nothing sent to the parallel port. I have updated the Cvirt file on all machines. I don't get any error messages when running the stand alone executable.

    I have the same situation using parallel port to control a hot swap PCI extender card and no error showed.  I can turn on/off and read correct voltages from the card in base machine.  After creating executables, I can turn on/off the card, but got wrong voltages in target machine.
    I've installed AccessHW in both machines and copied AccessHW.dll and cvirte.dll to system32 folder and the folder same with executables.  I also tried installer with port support and serial support checked. 
    Windows XP is in both machines and LV 7 in base machine.  I use "Output Byte to Port.vi" and "Input Byte from Port.vi" in AccessHW lib.
    One thing I observe is initiation.  The card manufacturer provides a program with same functions.  After running their program, the voltage readings from the executables become correct.  The readings remain good after closing their program.  I close the executables and run the executables again and still see good results unless restarting the target machine.
    Any solution for the problem? Thanks in advance!

  • "I want to acquire and display data from 89C51 micro controller using RS 232 port"

    I am using 89c52 for data acquisition and control for photo diode array. I would like to do the same using RS-232 and micro-controller 89c52. I would like to generate two different control pulses (clock and trigger) and I am digitizing my analog data using on-board ADC, the data for which I would like to read using Labview and store it in a file also display the waveform of acquired data. Please reply.

    Nice project, we do that all day long here. What is your problem exactly?
    The 89C52 has a UART you can use to write commands and read data. It is fairly straightforward to write a command processor for the uC and implement a command set. Is it the computer or the uC that generates the control pulses?
    LabVIEW, C'est LabVIEW

  • Cfp-2120 serially trasmit IO module data

    We have a  cFP-2120 with AO, DO, DI, and AI modules connected.
    All work fine.  Using Ethernet communications.
    Can apply a voltage on the AI and do a FP Read ala the example Analog Input.vi
    Receive expected measurement.
    Curious if its possible to alternatively do this with a serial connection.
    Can I send an FP Read through serial connection and read back the resulting IO module channel value through the same serial connection?

    Wes_OH - the FP-100x (As well as the cFP-180x) are not "intellegent" controllers, meaning you cannot run LabVIEW RT on the controller.  You read data from the 100x to your PC over a serial connection.  The RT controllers (like your 2120) do not send data over the serial port, they publish their I/O over Ethernet.  The serial port on the 2120s are available so your embedded application can utilize the port for serial communication, it is not intended to be used the same way as a FP-1000 or cFP-180x serial port.
    You may still be able to use the FP-1000 application with your 2120, it depends on how the FP-1000 application was written.  Is it a LabVIEW application?  Is it using the Optomux VIs to communicate with the 1000?  Or is it using the FieldPoint Write and Read VIs?  If you are using the Optomux VIs, then you cannot reuse the application because the 2120 does not have a Optomux server running on it.  If you are using the FieldPoint Read and Write VIs, then there is a good chance you can reuse that application because those VIs support Optomux (over serial) and Ethernet communication (for the 2120) depending on the I/O Point you are trying to communicate with.
    -Tommy

  • Using the In port.vi and Out port.vi in LabVIEW access my the Cards(Home made)

    Hi Everyone,
    I have got the Cards (home made 8 bit and 16 bit ) plug in at slot ISA my PC (I am using the commands inport and outport (addressed with 318-31A Hex) in C language to access very good).This now,I want to use LabVIEW language to access data directly to Port at my the Cards. In LabVIEW, Can I access data to port using the In port.vi and Out port.vi located in the Advance?
    My English is poor, you don't laugh when you read it.
    Thank you a lot.

    SachaE wrote:
    > LabVIEW 7.0 cannot use the built-in In/Out Port VIs with a 32-bit
    > address. Instead, you will have to use the versions of these VIs found
    > in previous versions of LabVIEW.
    Are you talking about physical memory access here? If so that is
    something entirely different. The Intel x86 architecture uses a separate
    IO address range which is entirely separate from memory space.
    And at least up to the first Pentium models it was definitely never
    possible to address more than 16 bits for IO address space.
    This of course has gotten a little more complicated nowadays with many
    PCI boards being actually mapped into memory address space instead of IO
    address space. So eventhough a PCI board is more like an IO device it
    often is accessed in the memory space.
    > Actually, the In Port and Out Port VIs are intended for 16-bit port
    > I/O and not for writing to arbitrary addresses in memory. For this
    > reason, writing to 32-bit addresses never should have been allowed.
    I think the VIs to access physical memory addresses were different than
    the ones to access IO addresses. And yes it is definitely not a good
    idea to have an application poke into physical memory as it could
    completely screw the system to the point where you couldn't start it
    anymore. Also IO devices mapped into memory address space are almost
    always typically plug and play devices, so their address is not really
    fixed and you need to do quite some more work on OS level to enumerate
    your hardware and find the resources used before trying to access it.
    This is something not really suited to try to do in LabVIEW and
    therefore should be at least implemented as DLL but in fact anything but
    a device driver is a very bad kludge.
    > One possible work-around would be to use NI-VISA to perform
    > register-level programming. NI-VISA gives you access to any PXI/PCI
    > board, not only NI boards, and can be used to access the board's
    > registers.
    >
    > http://zone.ni.com/devzone/conceptd.nsf/webmain/ADF3152837E2B4A486256B5600642AC7?opendocument
    Thanks for this. Didn't now this existed in NI-VISA. Will check it out.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Modbus Protocol Communication using RS 485

    Hi all,
    I am facing one problem while communicating with Radix Instrument using Modbus RS 485 Interface.can anybody help me in this,
    The instrument which i am going to communicate is Radix ISOSCAN(16 Channel Temperature Scanner).
    The instrument is having Modbus RS 485 interface facility.
    To that instrument,RS 485 Configuration is there.And I am using RS 485 to RS 232 Converter for communicating with my PC.
    I downloaded Modbus VI Library from NI and I programmed using Modbus VIs.
    I got the instrument Register Addresses also.From this instrument,I want to read 16 channel temperature values.For this,in Modbus terminology we will call as Process Variables(PV).
    For this,I used Read Input Registers(Function Code 04) and I have doubt in configuring Starting Address terminal of "MB Serial Master Query.vi".Because,here if we see the datatype of this terminal,it is U16.But if we see the Instrument register addresses,it is of floating point type.
    Actually first of all I am not getting any out put from "Registers" terminal of "Modbus Master Serial Query.vi"
    Actually as i have to read(Read Only) 16 channel Data from the instrument,and as per the link mentioned in ni "Introduction to Modbus" topic,
    http://zone.ni.com/d...a/tut/p/id/7675
    I selected "Read Input Registers" with Function Code "04".
    As per the link above,If starting address is 40008,we have to give 7,If it is 40009,we have to give 8 ...
    So as per the instrument register addresses,what i got from the instrument design people,Addresses are starting from 40001,
    So I tried in the following ways
    Test 1:
    Following as inputs for "Modbus Master Query.vi",
    1.With Read Input Registers
    2.With Starting address as "0",
    Test 2:
    Following as inputs for "Modbus Master Query.vi",
    1.With Read Holding Registers
    2.With Starting address as 1 also,
    But in both the cases I am not getting any value from the Registers terminal of "Modbus Master Query.vi"
    Also i have gone through the link which is in ni developer zone forums,i.e.
    http://forums.ni.com...uireLogin=False
    Also i observed one thing while running the code anna,
    I am using RS 485 to RS 232 converter for communicating with the instrument.
    From this converter,there are two output terminals(TXD) and (RXD) with boolean indicators(one for the TXD and one for RXD).I think these are send and receive commands for serial communication(RS 232)
    Observation is that,whenever i am running the code,the boolean which correspond to TXD is blinking,
    But there is no indication from boolean of RXD.
    I think,the code which is running in my PC is sending command but because of some reasons there is no reply(as there is no indication from RXD boolean) from the instrument.
    I am thinking that the with the starting address what i am giving in the VI,its not able to search for the registers...,
    Regarding RS 485 to RS 232 Converter,
    In front end,one side, two terminals(D+ and D-) are connected to Instrument D+ and D- Terminals.
    Another side,three terminals(230 VAC,Neutral and Earth) given supply Line,Neutral and Earth Terminals.
    And in front end,9 Pin Female(RS 232) Connector is there and i used one Serial Female to Male cable for connecting my PC to the Converter RS 232 port.
    Can anybody support me so that i can solve this problem...,
    Regards,
    Bujjin
    Attachments:
    Modbus Communication RS 485(8.2).vi ‏31 KB
    RS 485 to 232 Converter Front View.JPG ‏12 KB
    MODBUS-RS485-STD.pdf ‏128 KB

    If you have a 32bit Floating point number (Single Precision) in your register than you must read to U16 number, concanate them by using the "join Numbers.vi and then typecast them into a Single Precisio. See the image Below for more detailed information. 
    I'm not sure if you are still having problems with this if you are please re post and we will be glad to help you 
    thanks 
    Regards,
    CharlesD
    Digital MultimetersSchedule a Free 1 Hour LabVIEW Tutorial with an NI Applications Engineer

Maybe you are looking for

  • How to change router name in LELA?

    I have a wrt610n router.  After updating LELA to the latest version, I notice the name of the router on the network map changed from WRT610N to QPH.  The router seems to be the only item on the map that has no rename option.  How can I change it back

  • JTable problem in master detail form

    I've created a master detail form. There is only one Navigation bar for both master and detail. Detail has a JTable component. JTable doesn't get focus when it doesn't have any row and I am uanble to insert new rows. To cope with this problem I've ad

  • Book iphoto printed with error. No way to inform of it

    I'm wondering how to tell anyone responsinle for it that I have had a problem with the printing of a iPhoto book and it seems that there is no way. The thing is that in one page, the text box, that appears on the right position while typing, once pri

  • Router config for console modem access

    We're upgrading 2500 series routers with 2811's in several remote sites, and we have preferred modem access to be connected to the console port as opposed to AUX, in order to see boot-up and diagnostics we wouldn't otherwise see. Our only issue is th

  • BADI or UserExit for MIGO Tcode

    Hi ,     I want to capture purchase order number and movement type.I have check whether excise duty is posted or not. If it is posted means i should not allow the user to reverse the GR with Movement type '102' and it should throw a message.So kindly