Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jvet4
  • Order by date
  1. jvet4

    Dual Quad Core Processors and XP

    Hi, I am working on a system that will be upgraded to have Dual-Quad core Xeon processors and I am wondering if Windows XP can support this. Depending on which online resource you read, some say yes, others no. Is there any good reference material out there that discusses Multicore/Multi...
  2. jvet4

    Duty Cycle Counter

    Hi, I am trying to develop code to calculate the Duty Cycle of a temperature sensor output (a square wave) and I wanted to see if anyone has developed a duty cycle counter? My approach has been as follows: 1. initialze two counters to 0 2. look for a rising edge 3. Enter the "upper" count...
  3. jvet4

    PowerPoint 2003 and MP3s

    Hello, Is there a way to have a playlist of MP3s playing in a shuffle format during a power point presentation (aside from running an MP3 Player separate). I have like 30 slides and 9 songs and I'd like to have the songs randomly playing in the background during the presentation but can not...
  4. jvet4

    Server 2003 Activation

    Hello, I am working on a project that involves multiple computers, all created in the same manner (i.e. same software, same configurations, etc). The hardware setup is a VME-based single board computer that has 2 Ethernet ports (port 0 a static IP for an internal network, port 1 for a network...
  5. jvet4

    IMA Service Error -2147483635

    I have tried both Local System Account and the Administrator account. After doing the initial install everything works fine. At somepoint, something is happening when a client establishes/terminates a connection that is causing this error to occur. I can solve the error by uninstalling and...
  6. jvet4

    IMA Service Error -2147483635

    Hello, I am getting an error when trying to connecto to the Management Console that indicates that I can not connect to the preferred server farm. When I look at the services the IMA servics is not running and when I try to start it, I get the following error: "Windows cannot start the...
  7. jvet4

    Exceed 10 Display and Keysim Issues

    Hello, I am running Exceed 10 on a Windows 2003 Server platform and I am having two big problems. The first deals with the way Exceed opens. Most of the time when I open Exceed it opens properly and "Exceed" is displayed in the task bar. However, occasionally when exceed opens, I see "Exceed...
  8. jvet4

    Problem with ExitWindowsEx

    Hello, I created a GUI using Visual C++ (v 6.0) under Windows 2000 that gives the operator the option to shutdown or restart windows. For the shutdown portion I call the function ExitWindowsEx(EWX_SHUTDOWN, 0) and for the restart I call ExitWindowsEx(EWX_REBOOT, 0). This application works...
  9. jvet4

    One-Shot Pulse Generator

    I am looking for a way to create a one-shot pulse that is generated based on an external input. I want to be able to use an external voltage supply and input pin to generate the pulse, however I need a way to slow down the response of the pulse generator. I am currently using the debounce...
  10. jvet4

    Locking Editable Cells in excel

    I have an excel workbook using the Solver add-in. In my workbook, I am using solver to optimize a group of cells, however I do not want the user to be able to modify the cells. When I try to lock the sheet and run the solver macro, I get an error saying the sheet is protected therefore...
  11. jvet4

    Excel - SUMPRODUCT Formula

    That is what I figured. I actually just ended up using 0 in the cells that I did not want to use. Although this is not the best approach, it worked in this situation. Thanks For the Help!!
  12. jvet4

    Excel - SUMPRODUCT Formula

    Hello, I am wondering if there is an easy way to use the SUMPRODUCT formula on two tables in which not all the cells contain value (i.e. they should be ignored). For example, I have to tables, each with 10 rows and 4 columns. I would like to use the SUMPRODUCT formula on these tables...
  13. jvet4

    LOC constraint (a IOB location) not valid for IPAD symbol

    I am keep getting the following error when trying to map my code (I am using Express VHDL on Spartan): ERROR:OldMap:56 - The LOC constraint "P167" (a IOB location) is not valid for IPAD symbol "C85" (pad signal=clock_in), which is being mapped to the following site types...
  14. jvet4

    INOUT Mapping Error with FPGA Express

    I am trying to map an INOUT in FPGA Express VHDL and I am getting a: "The pad mapping optimization can not determine the type of pad to insert at the port (FPGA-PADMAP-3)" error. I have not been able to find any information about this error or a work around. Is there a way around...
  15. jvet4

    Sequential mapping Error

    Thanks for the response. I thought about the counter resetting after I sent the original question, the code that i have been using actually is similiar to the one provided. However, using the declaration: count_hi(3 downto 0) <= current_count(7 downto 4) when run = '1' else (others => '0')...
  16. jvet4

    Sequential mapping Error

    I have the following code that I am trying to synthesize using FPGA Express VHDL. I am getting the error &quot;Sequential mapping has detected that the cell '/counter-optimized/current_count_reg<0>' uses both the asynchronous 'set' and 'clear' pins.&quot; for all 32 bits in the current count...
  17. jvet4

    Creating Different Users with Different Network Settings

    My company's network is set up to dynamically assign IP addresses when the user logs on. I am currently running Win 2000 and I am trying to create another user for my machine that will have a static IP address. The problem is when I make the change in that user's (the static IP) profile, it...
  18. jvet4

    Storing Multiple list Box Selections in different records

    Jeff, Thanks for all the help, it works perfectly!!! -Jason
  19. jvet4

    Storing Multiple list Box Selections in different records

    Jeff, Thanks for the information, it works almost perfectly. If I select 3 Requirements from the list box, it stores those three in seperate rows (along with the TestID, DocumentID, and TestStep) however it also stores a 4th record with the TestID, DocumentID, TestStep, and leaves the...
  20. jvet4

    Storing Multiple list Box Selections in different records

    Hello, I have a form with a list box that stores data in a field is set as a required entry. I have a two part question: 1. When I change the list box propery MultiSelect from none to either Simple or Extended, I get an error that says the field I am saving to cannot contain a null...

Part and Inventory Search

Back
Top