Speed measurement with PCI6601

I am building an application for measuring two linear encoders ( micrometers ) and one quadrature encoder for measuring speed of one motor.
At the moment I can read the two linear encoders with the "position measurement" option for the PCI6601.
But I have trouble to calculate in an easy way the speed of the rotating motor in RPM.
Could anyone have any easy solution for doing this?
Thanks
Massimo Visintin

Massimo,
A few notes in no particular order:
1. Re: future use of last counter for another speed measurement. With the 6601, you only have 1 DMA channel available for buffered measurements. A second buffered measurement would have to be manually configured to use interrupts.
A buffered measurement will give you much better precision, but you may be better off starting with a simpler unbuffered approach when getting started.
2. How accurately do you need to measure speed? And how often do you need a new measurement? It sounds like you're reasonably happy with a simple speed estimate made about once per second.
3. Have you considered making a separate loop for the speed measurement? You could simply read the count once per second (unbuffered) and put it into a shift register. Then estimate speed as delta counts divided by delta time. A small enhancement would be to also store the time from 'Tick Count (msec)' on each loop, and use a measured delta time rather than an assumed one in the calculation.
Note that with this method, it's best to run unbuffered to avoid the lock-up problem you saw. It'll also be simpler to add your second speed-measurement counter task in the future.
4. Again, there *are* solutions available involving precise buffered measurements. I recently posted a DAQmx-based example that includes an instant-response buffered read (toward the end of this thread.). But I'd recommend first getting a simpler approach to work, then coming back to the buffered measurements later when you're sure you need more precision.
Good luck!
-Kevin P.

Similar Messages

  • Speed measure with DAQ and torque transducer

    Can anyone tell me how to convert the voltage i get from torque transducer, which can measure torque and velocity eather. I made a program with labview, but it gives me some voltage. I'd like program converts me that voltage to a velocity. 
    Thanks for answers.

    First of all, we need to deeply understand the signals we receive from the sensor.In my opinion, the information from the datasheet is not the most comprehensive
    Sensor requires  12V DC, 160mA excitation.
    Torque: 0V-10V, -10V-0V  depending on direction - should be connected to AI
    Speed 60 pulses/rev - should be connected to counter 0
    Angle 360 pulses/rev (two signals- angular encoder) - should be connected to counter 1
    What I would recommend is you started with LV examples for:
    Hardware Input and Output -> DAQmx 
    Torque - Analog measurements  and then scale the signal to result in strains   
    Speed - Counter Measurements -> Digital Frequency
    Angle  - Counter Measurements -> Position
    Please find the proper example, scale them properly, make each work individually and in the end, integrate the three examples into one single application,
    Mircea

  • Speed measure with DAQ, how to override the noise

    Hello.
    I try to measure spped using the counter input. My VI didn't work, so I look at the singnal I get from the encoder and I saw, I get a lot of noise in my signal. That's why program shows wrong values. I connect my signal between PFI8 and DGND on my DAQ 6212. My encoder (torque transducer) gives me 60 pulz/revolution. Is it possible to nullifythe noise with program, or there is a problem with ground. I tried many different ground options, but didn't work
    Hope you have any idea.
    Thanks a lot.
    Simon

    Hello Mateusz. Thank you for responding me.
    You can see my signal taken from scope and check my vi file. Noise causes regulator of the motor I drive. If regulator is switched off there is no noise and if I turn my motor by hand, I get correct values of velocity, but when I turn on the controller, I get full of noise in my signal, so DAQ card reads all those noise as many signals, so it displys velocity much greater than it's real. I moved my daq card away from controller as much as possible and used coaxial cable, but noise still appear. I hope you have any idea.
    I hope you don't mind, because notes in my vi are written in my language. I just wrote them, that I can see what I was doing.
    Regards. Simon
    Attachments:
    DAQmx velocity.vi ‏45 KB
    scope_0.JPG ‏118 KB

  • Current Voltage measurements with Agilent B2912A

    Hi
    I am new to LabVIEW and have to do IV measurements with Agilent B2912A sourcemeter. I want to do sweep mode and want to save measured current values in a .lvm file. Is there someone who could help me writing a simple LabVIEW VI?
    Thanks in advance.

    I'm going to copy/paste your pdf into the thread to make things easier to read:
    I wanna control (sweep Voltage in a certain range and measure corresponding current)
    Agilent B2912A SMU through this LabVIEW. Please find VI in attachment. Here I tried to
    modify an example, provided by Agilent, to get IV measurements. Unfortunately there are
    two little things which I can not find a way to do, i.e.,
    1- I want to put a time control between each successive applied voltage value, in sweep
    mode. At the moment, as I het run all voltage values (defined in the sweep range) run with
    the speed of computer's serial/USB read clock (I guess, means it is very fast). I want to
    put a delay (user defined) after each voltage is applied and current is measured. One
    thing that bothers me is this "Fetch Measurements" sub-VI in CASE STRUCTURE fetches all
    readings at once, couldn't find alternative sub-VI in the provided library/drivers from
    Agilent.
    2- How can I measure current, voltage and resistance with respected to time (not rendom
    time but corrsponding to measuring time); like measured current versus time, Resistance
    versus time.
    Many thanks in advance.
    Windows introduces some error into timing of while loops.  How precise of a time control are you looking for?  It sounds like you don't need timing to be TOO precise as you didn't start by worrying about timing.  If this is the case, you should be able to add the Wait (ms) into your loop to add whatever delay you'd like.
    In terms of displaying several data sets, you likely want to look at using the XY-graph with multiple plots.  This has been discussed many times.  One of those discussions can be found here: http://forums.ni.com/t5/LabVIEW/How-can-I-plot-multiple-curves-using-the-XY-graph/td-p/252597
    Keep in mind that's an old thread so you're unlikely to get replies in that thread.
    Working to understand that example and adding the Wait (ms) should help you find your solution.
    Jeff B.
    Applications Engineer
    National Instruments

  • Motor speed measuring algarithm

    Hello,
    I want to have an accurate speed measuring for an induction motor whose max speed is 3000rpm, is there any related paper on this area describing different speed measuring algarithm using NI labview?
    thanks for your help!

    Billstrong,
    the most accurate way to measure a motor's velocity is using a data acquistion board that provides a high-performance counter, like an M-Series board or an NI 660x  counter/timer board in combination with a quadrature encoder.
    There are several methods to determine your motor's speed:
    Buffered Period Measurement
    This method allows you to determine the period of each cycle of either phase A or B of your encoder signal with a resolution of 12.5 ns. Here is some more detailed information.The drawbackof this method is the fact, that you don't get information about direction changes of the motor. The benefit is the very high timing resolution.
    Buffered Position Measurement
    You can use a counter/timer to generate a clock signal, that latches position readings of a second counter/timer to the PCs memory. This method is less accurate than the first one, as it requires several position changes between each rising edge of the clock signal, but on the other hand you can detect direction changes and the amount of data generated is much lower than with the first method. Here is some more background information.
    Please refer also to the shipping examples in LabVIEW that install with the NI-DAQmx driver.
    I hope this helps,
    Jochen Klier
    National Instruments

  • NI 5124, max points measured with 256MB memory

    I want to know if there is a simple calculation that i can do to know
    the maximum amount of points that i can measure with the 5124 scope.
    With My application i want to measure a burst of 520 mS of signal at
    ones, the signal is downconverted from 406MHz  with the 5600. So
    the signal is at a minimum frequency of 5MHz. This burst i want t save
    completely and still be able to retrieve offline the following features:
    - Frequency
    - Power
    - IQ
    - Decode the message.
    For this i need a high enough sample rate (minimum niquist). So as
    absolute minimum i need 520mS signal, but it would be nice to have at
    least 1 second of signal..
    is there an ellegant sollution for this?
    Regards
    Joost van Heijenoort

    So I've implemented the change and it seems to work a bit better. I don't know if there's a drastic speed increase, but the intervals between stage motion (the only indication that an acquisition is done in the auto acquire mode) seem more uniform and on the quicker side of where they were last night.
    I opted against using the "Fetch Relative To" property node in your example (which is for continuous data acquisition) in favor of the "Fetch Offset" property node used in the 'Fetch in Chunks' NI-SCOPE example (which is more along the lines of a single triggered acquisition like my situation). I also found that fetching relative to the read position wouldn't start the data stream at the normal pretrigger location, even though the position is supposed to be set to zero after each acquisition start. I would presume I would get the same waveform out using 'fetch relative to:read position' as I would using the scope soft panel, but it doesn't.
    A similar problem I have now that I've messed with the "Fetch Relative To" property node is that now it seems like I have to make an extra acquisition before anything like trigger delay or number of samples to read is registered. In the manual mode, I used the "Fetch Relative To: Pretrigger" in order to get the section of data to be properly oriented in time. But it still exhibits the updating only after an acquisition has been made. Example: I setup a 1Msample acquisition at 50MS/S w/ a trigger delay of zero. I acquire and see my pretty graph. There's an interesting feature at t=8ms, so I set my trigger delay to 8ms, but I have to acquire twice in order to see my graph update with a waveform that starts near the interesting feature. Any idea why this is happening now?
    Also, I've attached a screenshot of the acquisition loop. Let me know if this is approximately what you had in mind for fetching 65000 bytes (or 65000 data points w/ my I8 acquisition) at a time and streaming that to disk. Now that I look at it, it might make more sense to use another queue (like in your example) that passes the waveform ID and the chunk of data to a separate loop that is always waiting on data to write to disk. Also, when I save the files, I'd like to be able to load them and see the original Voltage/timing information on the file and I'm at somewhat of a loss as to how to include information like offset, gain, t0 and dt. Right now, even though I think it creates a weird header at the beginning of the file, I use the waveform attributes to keep this information.  I ended up saving those four items in reasonably related waveform attributes, but if there's a better way you can think of, let me know.
    Attachments:
    FetchinChunks.jpg ‏181 KB

  • Sound Power Measurement with 4472

    Is onboard DSP a must for any Sound Power Measurement?
    I know that NI-Sound Power Plus works only with 455x.
    Is it simply because NI has not yet written a software for Sound Power Measurement using 4472 or is it technically NOT possibly to do Sound Power Measurment using 4472?
    Gurdas Singh
    PhD. Candidate | Civil Engineering | NCSU.edu

    1. The 6036E is a "sweet" card for high-speed, high-accuracy DAQ on the PCMCIA bus. Even at 10-times oversampling you can achieve 15-20 kHz of response with nice line resolution in the FFT. My experience with the PCMCIA bus has shown a wild variation in DAQ bandwidth (IBM/Compaq...the PITS -- Dell...the best ; and , no I do not work for Dell). For signal conditioning, I use SCXI (so I can not comment on the use of the other components). If you can live with interchannel skew, the set up looks quite promising. Our DAQ requirements demand the use of simultaneous sample-and-hold (SCXI 1140) for either two-channel hot-film measurements or multiple sound pressure measurements with precise cross-correlation (to eliminate wave reflections and e
    chos within the test article). Our microphones were developed by NASA for use in VERY HIGH temperature environments, so our signal conditioning ahead of the 1140 is made from custom devices.
    2. It is important to note that any toolkit add-on to LabVIEW "could" be written by the end user using the very same subVIs distributed with the Full Development System. Sound power is merely a term used to describe a particular mathematical method involved in transforming the acquired sound data from the real domain to the frequency domain. The mathematical methods have been used for many decades. I use my own custom code originally developed in FORTRAN, converted to C++, and now embedded in a code interface node (CIN). The issue to resolve comes down to a) do you have the in-house capability to write and support detailed code development, or, b) do you purchase the toolkits and thereby achieve the capability very quickly. Although the toolkits are expensive, the burdened cost of, say, 1
    additional highly-skilled employee could cost 20 times as much.

  • How to use external timebase for Two Edge Separation measurement with PCIe 6351

    Hi
    I am working with PCIe 6351 x series DAQ card.
    counter measurements.
    Here i need to measure the time/no edges between two edges. Falling to Raising of two signals.
    I got the measurement with internal time base.
    here i need to synchronize the measurements with external clock from the external setup.
    so i need to use that external clock,timebase for the counters.
    Any solution please..
    Regards,
    Hari

    First, the VI you mention is NOT for STC timer/counters. Therefore, it won't work.
    If you want to get the time interval between two edges, you want to use the Functions -> Data Acquisition -> Counter -> Count Events or Time VI. This will do the function you are looking for.
    Mark

  • Unit of measure with language Key

    Hello Guruz,
    WHile creationd of purchase order, there is a check kept which compares the vendor communication language which gets updated in the Po header - Communucation tab with Db table T006A which holds the Unit of measurements with Language Key and pops up an error message.
    It cheks the order unit in the PO, and the T006A whether the unit is maintained in the Language key as in the PO header - Communiction tab.
    But while creating a unit of measurement in CUNI, we dont have the option to maintain the language key for the UOM.
    In CUNI, it defaults the language key as EN in table T006A.
    I need a prompt support from you guys on this issue. Please suggest how to go about with this?
    Best Regards
    Greg.

    Hello,
    When i am trying to go for the language key in CUNI, it says that the said language is 'not available in server'. I guess it is checking whether the language patch is updated in the server.
    But it doesn't sound logical to maintain all the unit of measurements in all the vendor languages. Suppose if we are having vendors with 75 communication languages and we are having 50 units os measurements, so does that mean that we have to maintain units of measurements 75 X 50  times ?
    Kindly provide your inputs on the issue. We are facing lots of issues with this control kept in PO header checking for the T006A with the vendor communication language.
    Regards
    Greg

  • Samples Not Acquired on NI 660x or NI 6624 Devices When using pulse width, semi-period or two-edge separation buffered measurements with the NI 660x and NI 6624 on counters 0 and 1, some samples may not be acquired under certain circumstances.

    In the DAQmx 9.4 Readme the following is stated:
    Samples Not Acquired on NI 660x or NI 6624 Devices When using pulse width, semi-period or two-edge separation buffered measurements with the NI 660x and NI 6624 on counters 0 and 1, some samples may not be acquired under certain circumstances.
    Could anyone elaborate on this? I am particularly interested in knowing under what circumstances this problem arises for the 6602 PCI devices.
    How should I understand 'NI 660x and NI 6624 on counters 0 and 1'. Is it only a problem on counter 0 and 1 for the 660x or does this only apply for the 6624 devices.
    /mola 

    Are there any NI Product Support Engineers out there who has an answer to this question and who are willing to share it with me?

  • Personal recruitment How to do new measure with function call Update IT4000

    Hi out there and happy new year to forum,
    i want to update to implement a recruitment measure (Transaction PB40). I did it already with batch input, but i guess it's much more comfortable to do with funtion module, bapi or calsses.
    After choosing the measure, the infogroup will be processed. So i guess, i just have to use the corresponding function modules to update the infotypes in a given sequence. is this suggestion right?
    What are these function modules? How to update f.e. IT4000? Does anyone has a coding snippet?
    Is it HR_INFOTYPE_OPERATION? 
    In our Infogroup there are also customer specific infotypes f.e. 9***. Can I use the sap standard function modules for "own implemented" infotypes?
    I also appreciate an abap oo pattern or any similar....
    Best regards,
    T

    Andy Goris wrote:
    But I don't think that it's possible to hire an application completly with function modules (there is no PERNR in the beginning so I would keep the BIM).
    The applicants already exists in system, i just want to implement a measure with exact one click!
    Otherwise there is a BAPI for applicant_create.
    I'm not very expierienced focussing the implementation in pa-recruiting. I'm really looking for a good documentation or anything like that f.e. sap press.
    Andy Goris wrote:
    ... but why would you use the old recruiting database? This is hardly used anymore.
    What are the alternatives to it. (I'm not looking forward to upgrade releases or using wd4a or webgui). we are on ecc 6.0 There is already a lot of z-coding in recruitment. We are also using an self implemented e-recruiting approach
    Edited by: Timo Ehl on Jan 3, 2012 2:30 PM

  • Exporting set of measures with aliases into essbase cube

    We were wandering if there is an easy way to import bunch of measures with aliases into Essbase cube rather then entering them one by one?
    thank you

    Simplest way, would be to create a spreadsheet with the Measures and alias listed in column format.
    You can organize them in Generation, Level or Parent-Child format.
    Create a dimension load rule that maps the columns to properties in Essbase.
    When you want to modify the Measures dimension layout, change the spreadsheet and rerun the load rule.
    Brian Chow

  • Speed issue with TC and Airport Express 802.11n in WDS mode...

    Here is my problem.
    I replaced my older base station / Express duo with
    a new Time Capsule (1TB) and a new Airport Express (802.11n).
    I set up the network with the TC as base station running a WDS network (WDS main) and the Express is the WDS remote.
    When I check the wireless clients from the TC, I find my iMac running at 130Mbits and the Extreme at 54Mbits.
    No other wireless clients are connected to the network (I kept my slower network as a parallel one for my "older" Macs).
    The only other connected device is my Dish network DVR that is connected via an Ethernet cable directly to the Express.
    So my question is why does the Express not communicate at >54 speed rate with the TC?
    And, why does my iMac connect with 130 and not with 300Mbits?
    Any thoughts?

    Instead of using WDS, you should take advantage of the "Allow this network to be extended" option that is available for the 802.11n AirPorts including the TC. WDS only operates in the 802.11g radio mode.
    Here's the basic setup:
    o If practical, place the base stations in near proximity to each other during the setup phase. Once done, move them to their desired locations.
    o Open AirPort Utility and select the base station that will connect to the Internet.
    o Choose Manual Setup from the Base Station menu, or double-click the base station to open the configuration in a separate window. Enter the base station password if necessary.
    o Click AirPort in the toolbar, and then click Wireless.
    o Choose “Create a wireless network” from the Wireless Mode pop-up menu, and then select the “Allow this network to be extended” checkbox.
    o Next, select the base station that will extend this network, and choose Manual Setup from the Base Station menu, or double-click the base station to open its configuration in a separate window. Enter the base station password if necessary.
    o Choose “Extend a wireless network” from the Wireless Mode pop-up menu, and then choose the network you want to extend from the Network Name pop-up menu.
    o Enter the base station network and base station password is necessary.
    o Click Update to update the base station with new network settings.
    (ref: Page 46 of "Designing AirPort Networks Using AirPort Utility).

  • Error "CONVT_NO_NUMBER" while performing user measurement with USMM

    Hi,
    While running user measurement with USMM I am getting following run
    time error.
    To be specific - After preselections in USMM->system measurement->while
    checking Green Check mark this error is screaming up.
    Ae per Note - 1230640 :- You call transaction USMM and want to cancel
    the user measurement using the cancel button (red 'X') on the dialog
    box of the user measurement. However, the measurement continues and is
    completed as if you had chosen the ok button (green check mark).
    Above note is applied if the problem comes if we check red button
    rather than green check mark.
    Please suggest us the best way to procees.
    ST22 details:-
    Runtime Errors CONVT_NO_NUMBER
    Exception CX_SY_CONVERSION_NO_NUMBER
    Date and Time 09/16/2008 07:42:32
    Short text
    Unable to interpret " 1,410 " as a number.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "RSUVM001" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to
    class 'CX_SY_CONVERSION_NO_NUMBER', was not
    caught and
    therefore caused a runtime error.
    How to correct the error
    Whole numbers are represented in ABAP as a sequence of numbers,
    possibly
    with an algebraic sign.
    The following are the possibilities for the representation of
    floating
    point numbers:
    [mantissa]E[algebraic sign][exponent]
    [whole number part].[fraction part]
    For example, -12E+34, +12E-34, 12E34, 12.34
    If the error occurred in your own ABAP program or in an SAP
    program you modified, try to remove the error.
    If the error occures in a non-modified SAP program, you may be able
    to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the
    following
    keywords:
    "CONVT_NO_NUMBER" "CX_SY_CONVERSION_NO_NUMBER"
    "RSUVM001" or "RSUVM001"
    "START-OF-SELECTION"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    Information on where terminated
    Termination occurred in the ABAP program "RSUVM001" - in "START-OF-
    SELECTION".
    The main program was "RSUVM001 ".
    In the source code you have the termination point in line 96
    of the (Include) program "RSUVM001".
    85 * Analyze the user records.
    86 CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
    87 EXPORTING
    88 text = 'Die Benutzerstammsätze werden analysiert.'(002).
    89 * PERFORM analyze_user_records.
    90
    91 CALL FUNCTION 'SLIM_USER_MEASUREMENET'
    92 CHANGING
    93 SLIM_TUREP = LT_TUREP.
    94 .
    95 LOOP AT LT_TUREP INTO LS_TUREP .
    >>>>> MOVE-CORRESPONDING LS_TUREP TO ITUREP.
    97 APPEND ITUREP.
    98 ENDLOOP.
    99
    100 * Submit Application measurements as batch jobs.
    101 * Save additional data about this analysis in the DB.
    102 * we need meas-no ,v-date at the batch
    any ideas?

    Hi Srikanth,
    The below Notes helps you to solve the issue.
    Please review the below Notes.
    Note 1117010 - Runtime error CONVT_NO_NUMBER in RSUVM001
    Note 1115924 - USMM composite SAP Note: Problems after importimg new SPs
    Thanks & Regards,
    Pradeep Srigiri

  • Airport express / Time capsule wi-fi & network speed measurements

    I am trying to figure out the best way to connect up my LAN, how to get the best out of the gigabit ethernet devices on it, as well as 5GHz wifi.  I have a mac mini as a media server and I want to maximise the speed, as well as improve time capsule access.
    Here are the results doing a real world file transfer from a macbook pro to a MacMini external FW800 drive:
    Set-up
    Peak speed MB/s
    1) Macbook pro --> 1000Base-T --> Switch --> 1000Base-T --> MacMini  (Time capsule connected to switch as router)
    72.1
    2) Macbook pro --> 1000Base-T --> Time Capsule --> 1000Base-T --> MacMini
    56.2
    3) Macbook pro --> 802.11n 5GHz --> Time Capsule --> 1000Base-T --> MacMini
    19.7
    4) Macbook pro --> 802.11n 2.4GHz --> Time Capsule --> 1000Base-T --> MacMini
    14.8
    5) Macbook pro -->  802.11n 5GHz --> Airport Express --> 100Base-T --> Time Capsule --> 1000Base-T --> MacMini
    11.7
    6) Macbook pro --> 100Base-T --> Time Capsule --> 1000Base-T --> MacMini
    11.7
    7) Macbook pro -->  802.11n 5GHz --> Airport Express --> 100Base-T --> MacMini
    11.7
    8) Macbook pro -->  802.11n 2.4GHz --> Airport Express --> 100Base-T --> Time Capsule --> 1000Base-T --> MacMini
    10.6
    9) Macbook pro -->  802.11n 2.4GHz --> Airport Express --> 100Base-T --> MacMini
    7.9
    10) Macbook pro -->  802.11n 5GHz --> Airport Express --> 802.11n 5GHz --> Time Capsule --> 1000Base-T --> MacMini
    6.6
    Findings:
    - Using a Netgear Gigabit ethernet switch and everythig wired off that resuts in the fastest connection
    - The Time Capsule has the fastest wifi (both 2.4GHz and 5Ghz) at 19.7MB/s and 14.8MB/s
    - Maximum throughput on the Airport Express is 11.7MB/s, throttled by the slow 100Base-T connection
    - Extending the wireless network using an airport express results in the slowest connection of all, even using 5GHz (6.6MB/s)
    I was suprised at how poor the Airport Express wi-fi performance was compared to the time capsule, even with the 100Base-T bottleneck.
    I don't understand why 8) is faster than 9) - perhaps with the airport express in bridge mode there is less overhead than when it is working as a router too.
    Tests were done with devices all close.  Obviously distance and interference would drop the wi-fi speeds.  With my internet running at a maxiumum of about 2.6MB/s I would not notice any difference in day to day internet usage.

    The following illustrates the problem:
    Depending on the Extreme's firmware version, you may find an option to configure the Extreme to not "allow this network to be extended". That will limit the Express's available connection options to the Time Capsule.
    Try that. If you are unable to find that checkbox in AirPort Utility then it's not an option. Apple removed it in a recent firmware update (it's always on by default). You might find it by reverting to an earlier firmware release, but I don't necessarily recommend that.

Maybe you are looking for

  • Can't load drivers for bootcamp

    I have a Mac with the following specs: 2.66 GHz Intel Core 2 Duo, 2 GB 1067 MHz DDR3. It came with Leopard and I upgraded to Snow Leopard 10.6.7 I purchased Windows from Amazon unaware that the software comes in two versions 32bit and 64bit. I ordere

  • Keep layout position when using Find/Change?

    When using Find/Change in InDesign CS4, each occurrence of the "Found" material is centered in the window, so the page moves around with each find. Is there a way to keep the page in a fixed position when searching through a document?

  • Flash - Issue when adding scenes/keyframes

    Hi, very new to flash, Basically I have an existing site which is built in Flash CS6, each page is built on a single layer with one frame and is embeded into an HTML document. What I am trying to do is add a preloader to this sites pages, I have no i

  • Not getting password reset email.

    I've tried multiple times to get the email and even tried the steps in the password assistance post, but I'm having no luck... Is there anything else I can do?

  • How to use databank values in utilities.getSQLService() statements?

    Hi, I have configured conections.csv file containing fields Connection,Hostname,Port,Service_name,DB_User_Name,DB_Password and used the following statements to connect to the database:           getDatabank("connections").getNextDatabankRecord();