Rectangular to Polar Conversion

My old HP calculator finally died after 25 years of service and I have bought an HP35s as a replacement.  The seemingly straightforward operation of converting rectangular to polar is not working:
8.66 [i] 5 [Enter] simply returns 8.66i5.00 in the display
The opposite function (polar to rectangular works fine:
10 [theta] 30 [Enter] correctly returns 8.66i5.00
What's up with the R/P????   What am I missing????  Can anyone please offer the soulution.  I need to get back to work.  Thank you.

Hi,
There sadly is no R<->P keytop function on the HP-35s.
However, it can be achieved in different ways:
In your example you are using the complex number format, you need to change display modes to rQa ( R theta A, orange shift, Display (left arrow) item 10 ). Of course now all complex numbers are in polar format and you need to change the display setting back to rectangular format for rectangular co-ordinates.
Another solution is to use a program to convert between rectangular and polar form, e.g.:
http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/articles.cgi?read=983
or
http://www.geocalc.com.au/uploaded/HP35S%20Rectangular%20Polar%20Conversions.pdf
Best regards.
(edited to correct some grammar)
Note: I do not work for HP, I just like playing with calculators :-)

Similar Messages

  • How to go for the Log Polar Conversion of the image.

    How to go for the Log Polar Conversion of the image.

    Hi,
    I'm not sure if you mean using the polar plot vi, but if so there is an example shipped with LabVIEW. Go to Example Finder and search for 'polar', and you should find Polar Plot Demo.vi. Also, here are some useful links:
    Link 1
    Link 2
    Hope this helps!
    Jeremy L.
    National Instruments
    Jeremy L.
    National Instruments

  • I'm using the 1D Rectangular to Polar VI and would like to know the output magnitude units.

    What is the magnitude output unit expressed in? VRMS, DB, etc...?The other output from the 1D Rectangular to Polar VI, phase, is expressed in radians.

    The 1D Rectangular to Polar VI only accepts inputs without units, it seems.
    This is just a geometric transformation and the magnitude output should thus get the same "units" as the x and y inputs originally had (before stripping the units off).
    LabVIEW Champion . Do more with less code and in less time .

  • Frequency response function modal analysis

    After reviewing the signal analysis functions in DIAdem I have realized them to be a bit limited for modal analysis.  I have a couple hammer impact tests that I need to process a frequency response function for, and since this is brand new to me I'm not seeing anything in the embedded function list that is going to help me.  I was wondering if anyone out there has a couple of pointers on generating a FRF plot for modal hammer impact tests.  I did notice that the ChnFFT2 command allows me to generate a transfer function, coherance, and FFT Cross Spectrum channels for analysis.  Though I might be confused and this may be everything I need.  My FFT2 settings are below.
    [code]
    FFTIndexChn      = 0
    FFTIntervUser    = "NumberStartOverl"
    FFTIntervPara(1) = 1
    FFTIntervPara(2) = 2500
    FFTIntervPara(3) = 1
    FFTIntervOverl   = 0
    FFTNoV           = 0
    FFTWndFct        = "Rectangle"
    FFTWndPara       = 10
    FFTWndChn        = "[1]/Time axis"
    FFTWndCorrectTyp = "No"
    FFTAverageType   = "No"
    FFTAmplFirst     = "Amplitude"
    FFTAmpl          = 1
    FFTAmplType      = "PSD"
    FFTCrossSpectr   = 1
    FFTCoherence     = 1
    FFTTransFctType  = "Spectrum H0"
    FFTCrossPhase    = 0
    FFTTransPhase    = 0
    Call ChnFFT2("[1]/Time axis","'[1]/H_1' - '[1]/H_4'","'[1]/A_1' - '[1]/A_4'") '... XW,ChnNoStr1,ChnNoStr2
    [/code]

    Standard modal analysis has something denoted as FRF.  I have a labview application note "The Fundamentals of FFT-Based Signal Analysis..."
    Frequency Response Function
    The frequency response function (FRF) gives the gain and phase versus frequency of a network and is typically computed as
    where A is the stimulus signal and B is the response signal.
    The frequency response function is in two-sided complex form. To convert to the frequency response gain (magnitude) and the frequency response phase, use the Rectangular-To-Polar conversion function. To convert to single-sided form, simply discard the second half of the array.
    You may want to take several frequency response function readings and then average them. To do so, average the cross power spectrum, SAB(f), by summing it in the complex form then dividing by the number of averages, before converting it to magnitude and phase, and so forth. The power spectrum, SAA(f), is already in real form and is averaged normally.
    Refer to the Frequency Response and Network Analysis topic in the LabVIEW Help (linked below) for the most updated information about the frequency response function.
    http://zone.ni.com/devzone/cda/tut/p/id/4278
    So the options for FFT2 are
    No
    DIAdem does not calculate a transfer frequency response.
    Spectrum H0
    DIAdem calculates the transfer frequency response by dividing the FFT of the output signal (A) by the input signal (E): FFT(A)/FFT(E). DIAdem averages the amplitudes of the individual transfer functions.
    Spectrum H1
    DIAdem specifies the cross spectrum and the auto spectrum for each signal pair. DIAdem calculates the transfer frequency response by dividing the averaged spectra: Middle(cross(A,E))/middle(auto(E)). DIAdem does not average phases, because phases can delete each other.
    Spectrum H2
    DIAdem specifies the cross spectrum and the auto spectrum for each signal pair. DIAdem calculates the transfer frequency response by dividing the averaged spectra: Middle(auto(A))/middle(cross(E,A))
    If you assign the values Spectrum H1 or Spectrum H2 to the variable FFTTransFctType, DIAdem averages and divides the cross spectra and the auto spectra and calculates the amplitudes last.
    Which state auto spectrum when FRF is power spectrum. 

  • Log Polar transformation

    I am using the IMAQ Vision. Let me know how to go for the Log Polar conversion of the image and do the FFT on the Image

    EmmanuelGigy,
    Thanks for using our discussion forum. You are correct about there not being a supported log-polar function in IMAQ. In fact, if it was supported it would most likely be included with our Vision Development module instead. If you are having trouble displaying your image, you may want to try some of the examples that install with IMAQ for Visual C. you can find these in Program Files>>National Instruments>>NI-IMAQ>>Sample>>Display. Hopefully these examples should help you out.
    Regards
    Dan
    National Instruments

  • Polar imaging

    Hi everyone. I've a set of images in parallel format and another set of images in polar format.
    I want to draw control points directly on the polar images. But, i want to convert curve created from the control points to parallel format.
    I understand about the polar coordinate system. Implementing? Help!!!
    Thank you!

    I needed polar coordinates for my recent math project so I wrote this class that represents a point in cartesian as well as polar coords.
    Watch out, i'm not formatting the code.
    import java.awt.geom.*;
    public class ExtendedPt extends Point2D
         private double x, y;          //rectangular coordinates
         private double r, theta;     //polar coordinates. theta pvr: [0,2PI)
         public ExtendedPt()
         //if no flag is specified, it is assumend the coordinates passed are cartesian
         public ExtendedPt(double coord1, double coord2)
              setLocation(coord1, coord2);
         //the flag 'cartesian' specifies if the passed coordinates are in rectangular or polar form
         public ExtendedPt(double coord1, double coord2, boolean cartesian)
              if(cartesian)
                   setLocation(coord1, coord2);
              else
                   setPolarCoords(coord1, coord2);
         public void setLocation(double xval, double yval)
              x = xval;
              y = yval;
              calcPolarCoords();
         public void setCartesianCoords(double xval, double yval)
              setLocation(xval, yval);
         //This function sets the polar coodinates of the point:
         public void setPolarCoords(double rval, double tval)
              r = rval;
              theta = tval;
              calcCartesianCoords();
         public void setX(double xval)
              x = xval;
              //recalculate polar coordinates:
              calcPolarCoords();
         public void setY(double yval)
              y = yval;
              //re-calculate polar coordinates:
              calcPolarCoords();
         public void setR(double rval)
              r = rval;
              //re-calculate the cartesian coordinates:
              calcCartesianCoords();
         public void setTheta(double tval)
              theta = tval;
              //re-calculate the cartesian coordiates:
              calcCartesianCoords();
         //accessors:
         public double getX()
              return x;
         public double getY()
              return y;
         public double getR()
              return r;
         public double getTheta()
              return theta;
         //helper functions:
         private void calcPolarCoords()
              r = radiusCoord(x,y);
              theta = angleCoord(x,y,2);
         private void calcCartesianCoords()
              x = xCoord(r,theta);
              y = yCoord(r,theta);
         //The next two function can be used to convert cartesian to polar coordinates     
         //gives the radius coordinate of cartesian point (x,y)
         public static double radiusCoord(double x, double y)
              return Math.sqrt(Math.pow(x,2) + Math.pow(y,2));
         //gives the angle coordinate of cartesian point (x,y).
         //typeofPVR indicates in what range theta should be returned: 1 indicates a theta range of (-PI, PI] and a value of 2 returns theta in the range of [0,2PI)
         public static double angleCoord(double x, double y, int typeOfPVR)
              double t = Math.atan2(y, x);  //returns theta in P.V.R = (-PI, PI]
              if(typeOfPVR == 2)     //change the pvr from -PI, PI to [0,2PI).
                   //Only the lower half (-PI, 0) has to be adjusted
                   if((t > -Math.PI)&&(t < 0))
                        t = t + 2*Math.PI;
              return t;
         //The next two functions can be used to convert polar coordinates to cartesian
         //gives the x (abscissa) coordinate given r and theta
         public static double xCoord(double r, double theta)
              return r*Math.cos(theta);
         //gives the y (ordinate) coordinate given r and theta
         public static double yCoord(double r, double theta)
              return r*Math.sin(theta);
         public String toString()
              return "Cartesian: (" + x + ", " + y + "). Polar: (" + r + ", " + theta + ")";
         //small driver
         public static void main(String[] args)
              ExtendedPt P = new ExtendedPt(5,0,true);
              System.out.println(P);
    }ciao,
    nikita

  • How to make a circle from image?

    hello,
    I have an image I created that is sort of straight, but I want to turn it into a circle, so I can make a frame. What's the best way to accomplish that?
    My image is sort of like this:
    Thank you!

    Polar Coordinates
    Use Canvas to make the canvas square. Move the strip just above the center line, then Filter > Distort > Polar coordinates (with rectangular to polar checked).  If you want the circle closed, crop the square canvas fills the full width of the image.

  • How to type text in a circular shape around an image without warping it?

    I'm an intermediate user of Photoshop.  I've unsuccessfully wrapped text in a circular shape without distorting it.  The 'warp text' feature is does to achieve the appearance I seek. If possible, what are the steps to successfully do it in Photoshop.
    Thanks in Advance!

    To create a ring of type as seen in Fig. 6:
    1. Open a new file (File > New) with the same height as its width, perhaps ten inches square and then type the sentence that is to create the circle (Fig. 1)
    2. Converting the type line to a circle reduces its height. To compensate for that, choose Edit > Transform > Scale. Drag the type to about twice its height (Fig. 2)
    3. Choose the Move tool and shift the type line close to – but not touching – the left edge. (Fig 3)
    4. Choose the Crop tool. In the Options bar change Unconstained to 1 x 1 (Square). Then drag the right corner handle of the Crop diagonally until there is a one-letter space between the last letter of the type line and the right edge of the square. (Fig. 4)   OK
    5. Center the line vertically. (Fig 5)
    6. Choose Select > All. Then, choose Filter > Distort > Polar Coordinates. Rasterize the type when asked. Radio button should be set to Rectangular to Polar. To preview the image, adjust the percent listed below the inset illustration. Click OK. The result: Fig 6
    7. Choose Select > Deselect and, for final housekeeping, choose the Crop tool and return the Options bar to Unconstrained.
    8. Save the file in psd format so that the circle of type remains on a transparent surround and the layer may be floated onto another image.
    Remember: A rasterized image will lose sharpness with enlargement. It would be prudent to use the circle of type at same size or smaller.

  • Can't figure out why FPGA code won't compile, says files are missing

    Hey guys, I get the following error, sorry for the big vomit of error code. As near as I can tell from reading that, it thinks a number of the files it requires to run some of the subvi's I'm calling are missing. I don't understand how to fix this when these are LabView native files, for example, the high-throughput rectangular to polar converter?
    Help much appreciated.
    Error code follows:
    Error 7 occurred at Open VI Reference in nirviOpenVIRefByNameOrPath.vi->niFpgaRemapObjsAndListIfUnderXNode.vi->niFpgaRemapObjsHandleXNodeSubErrors.vi->nirviMassageErrorList.vi->nirviParseAndMassageErrors.vi->nirviReloadErrorList.vi->nirviGenerateErrors.vi
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Nonexistent GPIB interface.
    VI Path:
    All text parsed:
    <CodeGenErr>
    <ErrorCode>-61160</ErrorCode>
    <DynamicText><TreeLineInfo><LineInfo><DiagramObject><VIPath>C:\NIFPGA2009\clntTmp\FPGAImagi~2C_FPGATarg~A7_2Tap8bit~6A_nagEfsCz~08\MungedForFPGA\NI.Munge.2 Tap 8 bit RT Image Processing Initial.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>5485</UID>
    <ObjectName>High Throughput Rectangular To Polar</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61101</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA2009\clntTmp\FPGAImagi~2C_FPGATarg~A7_2Tap8bit~6A_nagEfsCz~08\MungedForFPGA\NI.Munge.2 Tap 8 bit RT Image Processing Initial.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>5036</UID>
    <ObjectName>SubVI: &apos;Butterworth Filter&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61101</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\rvi\Analysis\utilities\niFPGA I32xI32 Dot Product - 3 elements I64.vi</VIPath>
    <UID>63</UID>
    <ObjectName>Timed Loop</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61101</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA2009\clntTmp\FPGAImagi~2C_FPGATarg~A7_2Tap8bit~6A_nagEfsCz~08\MungedForFPGA\NI.Munge.2 Tap 8 bit RT Image Processing Initial.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>5036</UID>
    <ObjectName>SubVI: &apos;Butterworth Filter&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61101</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA2009\clntTmp\FPGAImagi~2C_FPGATarg~A7_2Tap8bit~6A_nagEfsCz~08\MungedForFPGA\NI.Munge.2 Tap 8 bit RT Image Processing Initial.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>5036</UID>
    <ObjectName>SubVI: &apos;Butterworth Filter&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>

    GotRobotFriends,
    Hello! First of all, can I get the following information from you? 
    1.) LabVIEW and LabVIEW FPGA Versions
    2.) FPGA Target you are trying to compile code for.
    Typically errors 61101 and 61160 are thrown when a Single Cycle Timed Loop (SCTL) has elements within it that won't allow it to finish it's execution in 1 clock cycle.
    Looking through the error codes below, do you have any of the following items in a Single Cycle Timed Loop?
    High Throughput Rectangular To Polar 
    Butterworth Filter
    Also, are you using xnodes? Problems have been seen when items that would normally return an error when placed in a SCTL do not return errors if they are used with xnodes.
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments

  • Trapcode Form/Particular like plugins for photoshop?

    Hello all,
    I would like to know if any of you knows about any plugins for photoshop, that work the same as trapcode form or trapcode particular...
    I found the Ulead Particles plugin and haven't tried it yet, but it seems from what i saw that its not that important, what it does looks to me like it can be done with brushes...
    I am looking for a plugin that can shatter text or images, turn images or text into particles, and everthing trapcode form and particular can do...
    I know everything can be done using the available standard tools, but i am looking for something faster..
    Thank you for your help

    Hello, John!
    I think that those guys have a filter : http://www.frischluft.com/
    I would search google for rays of light photoshop tutorials...
    but most of them will be rectangular to polar> wind, wind, motion blur>polar to rectangular... I guess that you already tried it.

  • Trying to Create Cone from Image

    I am attempting to take a circular image (a logo of something) and edit it so that it can be printed and turned into a small cone.  I have spent HOURS researching this and cannot seem to find the the problem.  I've followed the steps below (found on a tutorial at another website) and the gap (where the circle gets slid under itself to create the cone shape) is so small.  I have messed around with it since this morning and am at my wit's end.  Thank you, in advance, for any assistance! 
    Let's consider my avatar as the original image. I make sure it is cropped into a circle.
    Then in photoshop, I do Filter->Distort->Polar coordinates->Polar to rectangular:
    Then, I resize the contents (but not the container [e.g. select all, edit->transform->scale]) of the image horizontally. The percentage I reduce is the percentage of degrees I will remove:
    Finally, I go back to polar coordinates, and retrim as a circle:  (OP: I don't know what they mean by "retrim as a circle," though, so I stop after selecting "rectangular to polar")
    Wrapping the image around the removed wedge is an exercise left to the reader.

    Thank you for your reply, Nancy!  I actually want to print this and then "assemble" it into a cone.
    Here is the original tutorial.  The original person was able to accomplish exactly what I want...I just can't figure out where I'm going wrong!
    http://design.tutsplus.com/tutorials/illustrate-a-traffic-cone-icon-in-photoshop--psd-121

  • Problems to find created VI s

    Hello,
    when I want to use the enveloppe.vi as teststand step which is discussed under:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=153740&requireLogin=False
     Then teststand asks for the follwing vi s
    "Fast Hilbert Transform.vi"
    "1D Rectangular To Polar.vi"
    "Read From Spreadsheet File.vi"
    But I only can find the following vi s:
    "hilbert.vi"
    "Read Write Spreadsheet File.vi"
    "File Read Spreadsheet.vi"
    "File Read Spreadsheet to Table.vi"
    when I want ot use "hilbert.vi" instead of "Fast Hilbert Transform.vi"  it asks me to select "Fast Hilbert Transform.vi" again.
    how can I solve this problem?
    regards samuel

    Hi Samuel,
    you can find out which version you have installed in
    Start Menu -> National Instrument -> License Manager
    In the LabView category, there is a green square next to the version you are using (Base, Full, Professional etc.).
    Regards,
    Johannes

  • Esfewsf

    Hello,
    when I want to use the enveloppe.vi as teststand step which is discussed under:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=153740&requireLogin=False
     Then teststand asks for the follwing vi s
    "Fast Hilbert Transform.vi"
    "1D Rectangular To Polar.vi"
    "Read From Spreadsheet File.vi"
    But I only can find the following vi s:
    "hilbert.vi"
    "Read Write Spreadsheet File.vi"
    "File Read Spreadsheet.vi"
    "File Read Spreadsheet to Table.vi"
    when I want ot use "hilbert.vi" instead of "Fast Hilbert Transform.vi"  it asks me to select "Fast Hilbert Transform.vi" again.
    how can I solve this problem?
    regards samuel

  • How can I Create a white hot spot.

    How can I create a white hotspot in an image, i.e. A bright spot with feathered edges for a figure to walk out of, a bit like a sun?

    Create new layer, make an eliptical selection, and fill with the colour of choice.  A muted yellow perhaps.
    Use a high value Gausian blur to soften and feather the layer.  High values of blur will make the flare very thin, so if too thin, duplicate the layer.
    Use Free Transfor to size and shape the flare.
    or
    Select the figure, and copy to a new layer.
    Double click the new layer to open Layer Styles, and use Outer Glow, and some inner glow.  This is by far the better option as you can control the inner and outer glow independantly.
    or
    Open a new document with a square aspect ratio.  Make it at least as big as the other image.
    make a new layer, and make foreground colour yellow, and BG colour white
    Go Filter > Render Fibers.  Use full strength, and a lowish variance.  You are looking for strong, closely spaced vertical streaks.
    Now go Filter > Distort > Polar coordinates.  Make sure Rectangular to Polar is checked and OK it.
    Duplicate the layer to your other image document, and place behind the layer with your figure on it.
    You can play with the flare layer with curves, or maybe add a wee bit of blur and then harden with curves or levels
    If you want the flare layer to overlap the figure a bit, Ctrl (Cmd) click the figure layer to load it as a selection, and add a layer mask to the flare layer.  Move the flare layer above the figure layer.  Now feather the layer mask, using the Mask Properties panel, or use Mask Edge options in the Mask properties panel to expand, or contract the mask.
    Good luck, and let us see the end result.

  • "Envelope distortion" in Photoshop

    Hi Guys
    I need your help in solving one urgent problem that I have.
    I have to distort a rectangular layered image using a given template (fan shape) in Photoshop. The image has to follow the template very precisely (it's for cup printing) and to stay in layers (lenticular design). I know how to easily do it in Illustrator, using the envelop distortion, but then my image will be flatened so won't work for my lenticular design. So please help .
    Hope to hear from you guys soon.
    Thanks a lot
    Ela

    Attachments to email-replies don’t work, please use the camera-symbol in the browser.
    You could save the layers as individual files (File – Scripts – Export Layers to Files), load them all into Illustrator and apply the same Mesh to all of them individually and align them afterwards.
    Another old method would be the Polar Coordinates-Filter (Rectangular to Polar), by the way.
    Edit: Like I mentioned before Warp – Arc may actually suffice if the Layers are identical in their dimensions (if they are not one could always fill their backgrounds with white and clip them identically); could you maybe post a screenshot of the File’s Layers Panel?

Maybe you are looking for

  • Upgrade Palm Desktop 4.1.4 to 6.2, data cannot be found

    A friend had Palm Desktop 4.1.4 on his Vista computer.  He installed 6.2 over the top of the old install, without uninstalling the old version.  Now the new version cannot locate the old contacts.  Any ideas how to find it? Thanks Post relates to: Zi

  • My iMovie no longer will load. Message says, "You can't open the application "iMovie" because it is not supported on this architecture."

    I have been using iMovie successfully and have several movies saved, but now iMovie will not load. I have OS 10.5.8 and I don't know what to do. Are there any suggestions? I'm not even familiar with the term "architecture" or why it would be differen

  • What is a .dim file ?????

    I am using version 11.1.1.3 and I have Esscmd statement from data_file "$DATAPATH/XXXXX/AAAA.dim" using server rules_file "12345", from data_file "$DATAPATH/XXXXX/BBBB.dim" using server rules_file "5789", and i not clear what a DIM file is Please adv

  • Safari 5.1 windows 7 64bit crash webkit2webprocess

    keeps on crashing at least 10 times today just after installing. this is the crash information. Problem Event Name:          APPCRASH   Application Name:          WebKit2WebProcess.exe   Application Version:          7534.50.0.1   Application Timesta

  • Manual Login and Login back url

    Any idea where do we set the url for Manual login and Log back that we see once after we log off from Enterprise portal.This is not the log off url.Log off url is working fine but its the login and Manual login which are creating issues