Convert a TTL to RPM numeric display.

Hardware
cDAQ NI 9172
Module: NI 9401
Monarch Instrument’s Remote Optical Sensor (for measuring RPM/pulse counts)
Software
NI Sound & Vibration Assistant
NI Signal Express
LabView
Experience Level
Beginner
My objective is to read and record accelerometer and engine speed data together so they are time stamped the same.  Setting the accelerometer up was easy… the RPM, not so easy.
I have been trying to convert a 5v TTL signal from an optical sensor, which is used to measure RPM, in NI Sound & Vibration Assistant.  The optical sensor is a stand alone, self powered system with a output signal of “TTL compatible pulse (0 to 5VDC)”.
I’ve started a project in NI Sound & Vibration Assistant, “Add Step”, “Acquire Signal”, “Digital Input” and “Line Input”.  On the Step Setup Tab/Configuration Tab, I’ve selected my channel, Acquisition Mode set to Continuous Samples, Rate set to 1.3kHz.  Then on the Step Setup Tab/Advanced Timing I had to select “On Demand” for Sample Clock Type due to error message(s).  “On Demand” is the only way to get the signal to appear on the Step Setup Tab’s graph.  The signal is a square wave represented by 0 and 1 (0s and 1s are overlaid on the graph).  When I block the optical sensor view, the signal goes flat represented by 1.
I’ve also messed around “Acquire Signal”, “Counter Input” and “Edge Count” with the same results.
Question:  How do I convent this TTL signal to a RPM output… either as a numeric display?
Thank you in advance for any help.           

Ferzo,
Great example!  I am able to get a RPM numerical value… however when my rotating component slows to a stop, the processed data (logging) stops updating around 500 RPM.  I was expecting the value to drop to zero as my source reached zero.  Plus some of my speeds, that I need to measure, can be a low as 1 to 100 RPM.
Please note that your screen shot of the formula page is different than mine.  Mine is missing the “Input and Output Scalars” window… any ideas?
Thanks,
Team Stoney
Attachments:
RPM Ending.ppt ‏257 KB
RPM Formula Step .ppt ‏152 KB
RPM Result .ppt ‏156 KB

Similar Messages

  • Saving result from sp_executesql into a variable and using dynamic column name - getting error "Error converting data type varchar to numeric"

    Im getting an error when running a procedure that includes this code.
    I need to select from a dynamic column name and save the result in a variable, but seem to be having trouble with the values being fed to sp_executesql
    DECLARE @retval AS DECIMAL(12,2)
    DECLARE @MonthVal VARCHAR(20), @SpreadKeyVal INT
    DECLARE @sqlcmd AS NVARCHAR(150)
    DECLARE @paramdef NVARCHAR(150)
    SET @MonthVal = 'Month' + CAST(@MonthNumber AS VARCHAR(2) );
    SET @SpreadKeyVal = @SpreadKey; --CAST(@SpreadKey AS VARCHAR(10) );
    SET @sqlcmd = N' SELECT @retvalout = @MonthVal FROM dbo.CourseSpread WHERE CourseSpreadId = @SpreadKeyVal';
    SET @paramdef = N'@MonthVal VARCHAR(20), @SpreadKeyVal INT, @retvalout DECIMAL(12,2) OUTPUT'
    --default
    SET @retval = 0.0;
    EXECUTE sys.sp_executesql @sqlcmd,@paramdef, @MonthVal = 'Month4',@SpreadKeyVal = 1, @retvalout = @retval OUTPUT;
    SELECT @retval
    DECLARE @return_value DECIMAL(12,2)
    EXEC @return_value = [dbo].[GetSpreadValueByMonthNumber]
    @SpreadKey = 1,
    @MonthNumber = 4
    SELECT 'Return Value' = @return_value
    Msg 8114, Level 16, State 5, Line 1
    Error converting data type varchar to numeric.

    Please follow basic Netiquette and post the DDL we need to answer this. Follow industry and ANSI/ISO standards in your data. You should follow ISO-11179 rules for naming data elements. You should follow ISO-8601 rules for displaying temporal data. We need
    to know the data types, keys and constraints on the table. Avoid dialect in favor of ANSI/ISO Standard SQL. And you need to read and download the PDF for: 
    https://www.simple-talk.com/books/sql-books/119-sql-code-smells/
    >> I need to select from a dynamic column name and save the result in a variable, but seem to be having trouble with the values being fed to sp_executesql <<
    This is so very, very wrong! A column is an attribute of an entity. The idea that you are so screwed up that you have no idea if you want
    the shoe size, the phone number or something else at run time of this entity. 
    In Software Engineering we have a principle called cohesion that says a model should do one and only one task, have one and only one entry point, and one and only one exit point. 
    Hey, on a scale from 1 to 10, what color is your favorite letter of the alphabet? Yes, your mindset is that level of sillyity and absurdity. 
    Do you know that SQL is a declarative language? This family of languages does not use local variables! 
    Now think about “month_val” and what it means. A month is a temporal unit of measurement, so this is as silly as saying “liter_val” in your code. Why did you use “sp_” on a procedure? It has special meaning in T-SQL.  
    Think about how silly this is: 
     SET @month_val = 'Month' + CAST(@month_nbr AS VARCHAR(2));
    We do not do display formatting in a query. This is a violation of at the tiered architecture principle. We have a presentation layer. But more than that, the INTERVAL temporal data type is a {year-month} and never just a month. This is fundamental. 
    We need to see the DDL so we can re-write this mess. Want to fix it or not?
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Error converting data type nvarchar to numeric 'witholding tax' (OWHT)

    Hi Guys.
    After I have upgraded my clients 2007 PL 30 database to 8.81 PL05, and running a repair to fix inconsistincies, I am receiveing some error when opening any sales documents.
    It takes place when I open a sales document, or browse previous docs. When browsing previous docs, it onlly happens on some of them.
    I also receive a different error when viewing sales orders: Error converting data type nvarchar to numeric (CRD2).
    Any ideas how to fix it?
    It does not limit me from processing and using the rest of the functionality. All calculations with queries in the docs are still working.
    Thanks.

    Hi,
    Please check Note No. : 1402855 and see if the same applied to the issue mentioned by you.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How can I edit text labels in a numeric display?

    I have this numeric display, type U16, that displays specific messages, for example 'PASS' when the input is 1. I need to add another message.
    I added a placeholder, for input = 3 (verified by the digital display) for the new message by rightclicking/'Add After' but I'm not able to add the new message. I can't edit the text (can't select it) for the existing messages either so I know I'm on the wrong track.
    The G programming reference for LV 5.1 (page 9-17) says to use the labeling tool so I tried the 'Edit Text' tool on the tools palette. Is there another labeling tool? Any help is appreciated.
    Thanks,
    Jeff Bledsoe
    Jeffrey Bledsoe
    Electrical Engineer

    Jeff,
    It sounds to me as if your U16 ring control is, or is linked to, a typdef (Type Definition), which LabVIEW programmers can employ to impose sharp constraints on the way a control looks or behaves. This would explain why you can't edit the text items, or add one. The bit about adding an item for '3' is confusing, but maybe it has to do with the ring being set to allow undefined values.
    I can't recall how to manage these things under LabVIEW 5.1, but in 7.x, I would right-click on the control and see if "Open Type Def" was one of my options; if so, this diagnosis is correct, and you can make your changes only be editing the actual type def. The changes would then automatically be applied to any other control or indicator that is linked to the same type def, which is a very powerful programming technique.
    Your best move might be to read up on Type Definitions in your LabVIEW User Manual, or in Application Note 159, and then proceed.
    Hope this helps,
    John

  • CAST Not working for me - Arithmetic overflow error converting int to data type numeric - error

    GPM is DECIMAL(5,2)
    PRICE is DECIMAL(11,4)
    COST is DECIMAL(7,2)
    Trying to update the Gross Profit Margin % field and I keep getting the "Arithmetic overflow error converting int to data type numeric" error.
    UPDATE SMEMODETAIL SET SMD_GPM = (SMD_PRICE-SMD_COST) / SMD_PRICE * 100
    FROM SMEMODETAIL WHERE SMD_PRICE<>0 AND SMD_QUANTITY<>0
    Example record:
    SMD_PRICE    SMD_COST    GPM%
    1.8500            1.62                12.4324324324324300
    I added cast and I still get the error.
    How do I format to get this to work?
    Thanks!

    Hi GBerthume,
    The error is caused by some value such as 1000.01 of the expression (SMD_PRICE-SMD_COST) / SMD_PRICE * 100 exceeds the
    precision of the column(DECIMAL(5,2)). The example data doesn't cause the overflow error for the value of the expression is 12.43 which is in the scope of DECIMAL(5,2).
    USE TestDB
    CREATE TABLE SMEMODETAIL
    SMD_PRICE DECIMAL(11,4),
    SMD_COST DECIMAL(7,2),
    SMD_GPM DECIMAL(5,2)
    INSERT INTO SMEMODETAIL(SMD_PRICE,SMD_COST) SELECT 1.8500,1.62
    UPDATE SMEMODETAIL SET SMD_GPM = (SMD_PRICE-SMD_COST) / SMD_PRICE * 100
    FROM SMEMODETAIL WHERE SMD_PRICE<>0-- AND SMD_QUANTITY<>0
    SELECT * FROM SMEMODETAIL
    DROP TABLE SMEMODETAIL
    The solution of your case can be either scale the DECIMAL(5,2) or follow the suggestion in Scott_morris-ga's to check and fix your data.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • How to init numeric display

    In my vi i have a numeric display and a button. when button is pressed, some arithmetic calculation will happen (takes abt two seconds) and then result shown on the numeric display. if the result is less than a certain value the text bg will be red, otherwise grey.
    I have no problem writing the above vi.
    But what i don't know how is, before the result is calculated (before the two seconds is up), i want the numeric display to show empty and green color. how can i do this? overtime the button is pressed, the display should be cleared and grey, until the calculation is done.
    Solved!
    Go to Solution.

    Numeric indicators are always going to show some value.  The default value is zero.
    But if you want to make it appear to be blank, you could make the font color the same as the background color.  Then when the time is up, programmatically set the font color back to the original color to make it visible.

  • Arithmetic Overflow error converting float to data type numeric

    Hi,
    Am facing strange issue,I have function which returns money datatype and assigning the return money value to float datatype in table.
    Error msg:
    Msg 8115, Level 16, State 6, Procedure GBCalcCatalogPriceNewV2, Line 204
    Arithmetic overflow error converting float to data type numeric.
    The statement has been terminated.
    Strange thing is the same stored procedure is working fine in production environment,but in the deveopment i see this error.Am scared if the same happens in the production environment.Please advice and advance
    thanks
    Regards
    RAj

    Strange thing is the same stored procedure is working fine in production environment,
    How could that be strange? This is an error that occurs depending on the data. Accidents that are waiting to happen will happen sooner or later.
    Then again, a development database may be more prone to such errors, because data that entered are completely out of whack with real life data. Still it is a warning sign. If you have some place where you convert data from float to numeric, you must consider
    the risk that the float value is outside the range for the numeric data type. How do you prevent that from happening? Maybe a CHECK constraint on the column? Of if the data origins from a money column, use a numeric data type with sufficient precision.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I have a 27" iMac with a broken hard drive. Is there a way to convert the existing hardware into a display monitor without too much technical work?

    I have a 27" iMac with a broken hard drive. Is there a way to convert the existing hardware into a display monitor without too much technical work?

    You don't state what iMac it is or what you want to use it for an external display with so we cannot answer the question. But without a bootable drive, no you cannot. However you can get the internal HD replaced or you can connect an external HD and boot from it. Without some basics about the computer it's impossible question to answer. However you may find what need in Apple's Target Display Mode: Frequently Asked Questions (FAQ)

  • Getting "unable to convert type -15 to a numeric type"

    I see below error... i have checked the data types. it all looks good.
    (Wrapped) unable to convert type -15 to a numeric type) unable to convert type -15 to a numeric type
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.tagException(Grid.CDB:36)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeRequest(PartitionedCache.CDB:88)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.run(PartitionedCache.CDB:1)
    at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:12)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:11)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:662)
    at <process boundary>
    at com.tangosol.io.pof.ThrowablePofSerializer.deserialize(ThrowablePofSerializer.java:57)
    at com.tangosol.io.pof.PofBufferReader.readAsObject(PofBufferReader.java:3306)
    at com.tangosol.io.pof.PofBufferReader.readObject(PofBufferReader.java:2603)
    at com.tangosol.io.pof.ConfigurablePofContext.deserialize(ConfigurablePofContext.java:358)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.readObject(Service.CDB:1)
    at com.tangosol.coherence.component.net.Message.readObject(Message.CDB:1)
    at com.tangosol.coherence.component.net.message.SimpleResponse.read(SimpleResponse.CDB:6)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.deserializeMessage(Grid.CDB:42)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:662)
    at <process boundary>
    at (unknown function)(AbstractPofRequest.cpp:189)
    at coherence::lang::TypedHandle<coherence::net::messaging::Response>coherence::component::net::extend::AbstractPofRequest::Status::getResponse()
    at coherence::lang::TypedHandle<coherence::net::messaging::Response>coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse(long long)
    at coherence::lang::TypedHolder<coherence::lang::Object>coherence::component::net::extend::PofChannel::request(coherence::lang::TypedHandle<coherence::net::messaging::Request
    ,long long)at coherence::lang::TypedHolder<coherence::lang::Object>coherence::component::net::extend::PofChannel::request(coherence::lang::TypedHandle<coherence::net::messaging::Request
    )at __1cJcoherenceJcomponentDnetGextendQRemoteNamedCacheLBinaryCacheGinvoke6Mn0AElangLTypedHandle4Ckn0GGObject___n0GLTypedHandle4n0AEutilMInvocableMapOEntryProcessor____n0GLTy
    pedHolder4n0H____
    at __1cJcoherenceEutilUConverterCollectionsVConverterInvocableMapGinvoke6Mn0AElangLTypedHandle4Ckn0EG
    Edited by: LSV on Oct 5, 2012 1:11 AM

    The gateway can't convert datatypes. You need to cast the source column to numeric and then use the view.

  • Convert ABAP Spool to PDF and display in BSP

    Hello SDNers,
    I have a requirement to display an R/3 report in Portal as PDF. I have chosen the route of creating a BSP which will show the report as PDF.
    I will then create a BSP iView in Portal pointing to this application.
    I am following the weblog /people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp
    and few SDN forums:
    Display result of standard report RPTEDT00 within BSP
    Re: PDF Output
    I am new to BSP development and I am not able to put all the pieces of code together.
    I would really appreciate if you can help me put the pieces together and help me out with this.
    More details:
    This custom report displays the summary of Benefits Cost Accounting (by PERNR and current year).
    Once the report is run, I would like to get hold of the spool and convert the spool to PDF.
    In my BSP I would like to get the spool (or the binary of the PDF) and display the report as PDF in the BSP application.
    I have created the BSP application using the code given in the above weblog.
    I am not sure how to proceed further with the requirement.
    Looking forward for your suggestions and help.
    Thanks,
    Kalyan

    Hi kalyan,
    go thru this wiki and you will have what you need all at one place. the piece you might want to look at is ABAP spool to PDF. It even contains complete code.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/bsp/pdf
    hope this helps.

  • Negative values not showing up in NUMERIC display pattern Szzz,zzz,zz9.99

    Hi,
    I want to use numeric field type and display pattern Szzz,zzz,zz9.99.
    I don't see neagtive numbers with this format?
    What do I need to change?
    Rgds
    Vara

    siva,
    I tried both of them with numeric type.I am still not getting my neagtive values.
    When I tried ($zzz,zzz,zz9.99)  & $zzz,zzz,zz9.99 ..I am geting output as $ 0.00
    If I change object type to TEXT I am getting my value.. but output is like this
    2123123.-
    I need it as
    2,123,123.00-
    I am ok using TEXT type too but i am missing those zero's..
    Rgds
    Vara
    Edited by: Vara K on Feb 23, 2009 2:20 PM

  • Realtime numeric display of waveform data in SE

    Hi all,
    I am a new user to SE and I am trying to display a realtime numeric indicator of strain values collected with an scxi 1520 conditioner via scxi-1600 usb daq.
    My problem seems to center around the fact that my strain values are "waveforms" rather than scaler.  The "view as" option in Data View only has waveform and XY for options.
    Is there anyway to display numeric indicators of the wavform Y data values for each strain channel?
    Also, does anyone know if there is a new version of SE (I'm currently running SE Lite 2.5.0 evaluation version) that includes a way to aviod having to hit the "show all" button to update the preview display?  In a perfect world, I would like to display numeric indicators and real-time strip chart type plots of each strain channel that are about 1 minute long and update the 10Hz data every 1 second or faster.
    Thanks in advance to everyone for monitoring this forum.

    Phil,
    Changing to 1 sample with a sample period of 500m worked great.  I kept running into buffer overflow errors when trying to log at 10Hz with the 32 strain channels though.  Do you have any idea how I can increase my buffer size?
    I have two other quick questions if you have time. 
    1.  Is there anyway to change the default channel name that displays on the meters (it is currently SC1Modx/aix)?   I was able to change the group name, but not the individual channels.
    2.  When I export to excel each channel opens in it's own worksheet.  Can I automatically open them in one worksheet?
    Thanks!
    JB

  • I have had some 16mm film converted to digital format. Photoshop displays it ok. Then when I save

    I have had some 16mm film converted to digital format avi 190 by 1080 pixels, 72 pixels/inch. Photoshop displays it ok. Then when I save the file as a psd, the quality of the video displayed deteriorates when I bring the file up to work on it. Then no matter how it is rendered, it deteriates further. I am using a windows 7 computer. I have tried this with an Nvidia Quatro 1800 card and an Nvidia Gforce 760 card.
    Why does not photoshop at least keep the quality of the video as origional in a psd file? I can understand offering to degrade the display for faster display, but not the rendering degradation. I have tried H.264 High Quality and DPX full range 8 bit, they both degrade the quality, even though the origional avi file is an 8 bit depth, the others degrad the colors considerably.
    I have worked on this for several months and am very disappointed in photoshop 6.
    Where can I get information on what is going on in photoshop 6 as to how to control how it saves a file and more control of the color depth?
    Russell Whitmer
    [email protected]

    You may want to post this to the Premiere Pro forum as this may fall under 'video/film issues' (just a guess). Someone there may have had similar experiances.

  • PCI-6602, How to convert Pulse Width to RPM and stop updating datalogging at 30 RPM

    Hi all,
    My objective is to stop updating data logging pulse width measurements at 30 RPM so I can record the time lenght it takes the RPMs to stop from 6000 to 30 RPM. When I turn off the tool. I have an encoder attached to an output shat of a 6000 RPM circular saw. I have created 3 program methods, but I was not able to stop at 30 RPM. The last pulse width value the data log updates is around 200 RPM. I don't know if I'm using the right method to read RPMs? 
    System:
    1)     NI-PCI 6602 Counter/Timer Card
    2)     SBC-60 Connector Block
    3)     TRD-S1000-VD Encoder. 1000 PPR
    4)     LabVIEW 8.5.1
    5)     PC Dell Precision T3400 (32-bit), Intel Core Quad 2.4GHz, Memory 2GB. Windows XP prof.
    In method 1: I reading pulse width and converted to RPM with this formula. RPM = 60/(1000 PPR/ Pulse Width).
    In method 2: I just measuring pulse width and try to stop while loop when pulse width value is greater than 0.002 mSec. by using this formula 60sec/30rpm = 2 sec/rev, 1 Rev = 1000 counts. Therefore,     2 Sec / 1000 Counts = 2 mSec/Cnt (0.002)
    In method 3: I measuring pulse width using this formula,                                                                   Pulse Width (in Sec) = Count/Counter Timebase Rate (20MHz), One period is 1000 cnts X 0.002mSec = 2. Therefore, Pulse Width = 2 / 20MGz = 0.000000100  
    All three methods stop recording pulses around 200 rpm. I wonder if the formulas I utilizing, are not using them properly. Or there is floating point number conversion???? Please See attached Picture.
      Any help is greatly appreciated. THANKS!!!
    Carlos G.

    Charles_DeJesus,
    Could you check the output waveform of the encoder? Do you see spikes? Sometimes spikes might produce wrong counts. 
    CarmenC

  • Error converting data type varchar to numeric - maybe non printable character?

    Hello all. I'm having some trouble converting a column in my table from varchar(50) to decimal(20,4). I've also tried to convert it to int and had no luck. In trying to find the records with non numeric data, I ran this query...
    SELECT *
    FROM [table]
    WHERE [column] not like '%[^0-9]%'
    My result set was 32 rows where the field in question had zeros. This doesn't make sense to me. If it was a real zero, it would have been excluded from the query.
    So, I flipped it around and ran the following query, and got the same results.
    SELECT *
    FROM [table]
    WHERE [column] = '0'
    If it's really a string 0, what would keep it from converting to a numeric type? I'm wondering if there are non printable characters in there because this table was populated via SSIS package using a flat file.
    Thanks for any help you can provide!
    WeeLass

    I have discovered one of the values that will not convert. It is '-1.2317    ' and I tried RTRIM and those trailing spaces stay there.
    It has a length of 8, and ASCII value of 45, and converting to varbinary gives 0x2D312E3233313709.
    The 45 and 2D both point to a negative sign. This one does indeed have a negative sign, but it's in the front, not trailing. Also, another value that was failing was not negative, but did have the trailing spaces.
    Any ideas on how to figure out what those spaces actually are? Hopefully, if I know that, then I can know how to get rid of them.
    WeeLass
    It may be a hard space
    RTRIM trims only soft spaces
    try this and see if works
    REPLACE(ColumnName,CHAR(160),'')
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for

  • Azure Backup no longer working OBEngine issues?

    I have a problem with the Vault backup since a while now (started around 22-10). The snap in reports the following error when I try to run a job manually: "Error details: The Microsoft Azure Recovery Services Agent cannot connect to the OBEngine serv

  • Bluetooth not recognized after upgrading to 6.0 BIOS version

    Hi, I previously had 5.5 BIOS version on my [PSAA8] notebook and all was fine. Just right a moment ago I've updated to 6.0 version and Bluetooth doesn't work. I wonder where I could find the old 5.5 version, no search can get me so far. Any help appr

  • Error in the Navigation Cache after deleting user

    Hi, We have an issue with the navigation cache and deleted users. If we delete a user and then tries to log on with a user with the same set of roles as the deleted user, the navigation cache throws an exception User USER.PRIVATE_DATASOURCE.un:z_dele

  • Migration from Photoshop Elements 8 (Windows 7 64 bit) to PE 12 (MAC)

    I am planning to move from a PC Windows 7-based system to a MAC.  As part of this move I will need to migrate Photoshop Elements from PE 8 in Windows to PE 12 on MAC.  Back in July, I previously asked what steps would be necessary to migrate to PE 11

  • Acknowledgement vs Durable

    Could someone help me understand the difference between Acknowledgement modes and Durable subscripton. Below is what I understand and my questions are: Say, I use auto_acknowledge then what happens if I dont get any acknowldgement? Yes, the msg is re