Digital clock

I am trying to simulate a digital clock to count from 0 to 60 seconds using two seven seg displays two 7447 two 7493 and two generators on Multisim of clock, but the problem is that I can't drive the input frequency to give two 7493 ic connected to the poster through the two 7447 ic please help

You must send to the Commission of multisim. You can click on Options and ask the moderator to move your question. It really had nothing to do with a material OR the digital I/O.

Tags: NI Software

Similar Questions

  • A1 - 830 - how to change the life of Acer digital clock

    A few questions...  I would change the temperature on the Acer life widget display digital clock in degrees Fahrenheit.  But I don't know how to do it.  Can someone help me?  I found the instructions for another model of Tablet online but my 830 A1 is not put in the same place.

    In addition, anyone know if there is any app available that I could charge that would allow me to connect a webcam to the Tablet?  I would use the Tablet occasionally as a backup for my car camera.  I would like suggestions.

    Thank you.

    Sue

    Hi, to change the temperature on Acer weather clock:

    Press the 'time', a settings page, the first parameter is from F/C, after choosing your setting, press 'done' at the top right of the screen (just under the battery/time icon.

    On an application to connect a cam, I can't help you.

    Sorry

  • Digital clock displays but is not updated in time

    This is the code that I have on board animate under compostionReady:

    function updateClock)

    {

    currentTime var = new Date ();

    var currentHours = currentTime.getHours ();

    var currentMinutes = currentTime.getMinutes ();

    var currentSeconds = currentTime.getSeconds ();

    Cushion the minutes and seconds with zeros, if necessary

    currentMinutes = (currentMinutes < 10? ('0': "") + currentMinutes;

    currentSeconds = (currentSeconds < 10? ('0': "") + currentSeconds;

    Choose 'AM' or 'PM' as appropriate

    var timeOfDay = (currentHours < 12)? « AM » : « H » ;

    If necessary, convert the hours component in 12-hour format

    currentHours = (currentHours > 12)? currentHours - 12: currentHours;

    Convert a component hours of "0" to "12".

    currentHours = (currentHours == 0)? 12: currentHours;

    Compose the string for display

    var currentTimeString = currentHours + ":" + currentMinutes + ":" + currentSeconds + "" + timeOfDay;

    Update the time display

    document.getElementById("Stage_clock").firstChild.nodeValue = currentTimeString;

    };

    updateClock();

    setsetInterval ('updateClock ()', 1000);

    I am currently having a digital clock to display on the page and with the code above, it appears but is not at day time. You will see that the figures in this report initial second as the page loads. Any help is appreciated!

    Hello

    Well, setInterval() must be the function [updateClock()].

    I rewrite your code using the dashboard API: sym.$("clock") is a text box on the stage.

    I like setTimeout().

    compositionReady:

    function updateClock() {}

    var updateClock = function() {}

    var clock = sym.$("clock"); //

    currentTime var = new Date ();

    var currentHours = currentTime.getHours ();

    var currentMinutes = currentTime.getMinutes ();

    var currentSeconds = currentTime.getSeconds ();

    currentMinutes = (currentMinutes< 10="" "0"="" :="" ""="" )="" +="">

    currentSeconds = (currentSeconds< 10="" "0"="" :="" ""="" )="" +="">

    timeOfDay var = (currentHours< 12="" )="" "am"="" :="">

    currentHours = (currentHours > 12)? currentHours - 12: currentHours;

    currentHours = (currentHours == 0)? 12: currentHours;

    var currentTimeString = currentHours + ":" + currentMinutes + ":" + currentSeconds + "" + timeOfDay;

    Clock.html (currentTimeString); //

    setTimeout (updateClock, 1000); //

    document.getElementById("Stage_clock").firstChild.nodeValue = currentTimeString;

    setInterval ('updateClock ()', 1000);

    };

    updateClock();

  • Can I create a digital clock effect after effects 4.1?

    Hi all

    I used an old software of my in some new installations on Windows 7.  I just installed after effects 4.1 and I use it for the first time... I know software 13 years, but that's what I have for now.

    I have been using Adobe first 6 for awhile and I'm pretty comfortable with it, but creating a digital clock effect first manually has realized a project requires a lot of work that I am now looking for an alternative to.  I am also a semi expert in Photoshop, but I don't have the new version than to use the effects of timecode functionality.

    So I installed my old copy after effects 4 and I found the tutorials in a search on how create a mobile digital clock effect in new versions of After Effects, but I don't know if plug-ins available or tutorials apply to version 4.

    D there's allot of good things happening in the software in 1999, and I found that even my old version of first 6 is very similar to the new CS5 version to allocate resources, then why not check everything after effects 4?

    Also, you are looking for a user guide or instruction manual online for after effects 4... When I installed my first software it automatically installed a set of files of HTML user manual and a full PDF user guide, but I searched and who apparently have not been installed with after effects 4.

    Thanks for any help,

    Digi

    Rick is 100% correct, but I'm assuming 4.1 AE will not search the web, or Expressions for Dan Up-Down clock, so here's a tutorial on the numbers plugin, I mentioned, just in case.

  • 9401 buffered output digital clock sample source

    Hi, I would like to generate a pulse train with a defined number of pulses, according to a defined periodicity. I use a NI9401 module in the Groove 3 CompactDAQ chassis so that I can write the required buffer sample 2047 pulse train. The problem I have is I am unable to choose any clock source slower than the time base of 100 kHz, which means that the buffer can underflow very easily. I would use a 4 kHz clock source, but cannot find how do. If I want to generate a source of the clock of one of the counters, I must have the 9401 in slots 6 or 7 which then do not allow for generation of digital signals in the buffer...

    Hi, JPP,.

    Access to internal counters, even if modules are connected in the Groove 1-4 of the cDAQ chassis. Note this site 6 & 7 are necessary only if you need external access to counters as task of counter in the buffer, the measures of frequency/period, etc... Since in your application, all you need is to generate a continuous pulse train and access its output internally to clock output your digital correlated, this shouldn't be a problem with your DIO module into the Groove 4. Please take a look at the following link for more information.

    With the help of internal counters on one NOR cDAQ-9172 as a sample for other tasks clock

    http://digital.NI.com/public.nsf/allkb/EEB574335BA0B4EB862572060055E9DD?OpenDocument

    I would also like to refer to an example on our site which shows you how to use your correlated digital i/o clock counter. I hope this helps.

    NOR-DAQmx: Digital Correlation of e/s with NI CompactDAQ and LabVIEW

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/5256

  • Create a digital clock from 12 hours to animate CC in HTML5 Canvas

    Hello

    I have the AS3 code for a clock to 12 hours of work with a dynamic text field and I try to translate in HTML5. I found several examples of the clock in javascript code, but I can't translate it into a clock to work in CC to animate.

    Can someone help me to translate this AS3 code working javascript/HTML5 to animate CC?

    Add enter the event framework to the dynamic text field.

    theTime.addEventListener (Event.ENTER_FRAME, showTime);

    function showTime(event:Event):void {}

    Create a new instance of the date class.

    var myTime:Date = new Date();

    This returns the seconds, minutes and hours.

    var theSeconds = myTime.getSeconds ();

    var theMinutes = myTime.getMinutes ();

    var theHours = myTime.getHours ();

    var ampm:String;

    Display am/pm according to the current time.

    If (theHours > = 12) {}

    AMPM = 'H ';

    } else {}

    AMPM = "AM";

    }

    It subtracts 12 of the hour when it is higher at 13.

    If (theHours > = 13) {}

    theHours = theHours-12;

    }

    If (theHours == 0) {}

    theHours = theHours + 12;

    }

    Adds "0" If there is only a single digit.

    If (String (theHours) .length == 1) {}

    theHours = '0' + theHours;

    }

    If (String (theMinutes) .length == 1) {}

    theMinutes = '0' + theMinutes;

    }

    If (String (theSeconds) .length == 1) {}

    theSeconds = '0' + theSeconds;

    }

    Displays the time in the dynamic text field.

    "theTime.text = theHours +": "+ theMinutes +": "+ theSeconds +" "+ ampm;

    }

    var tl = this

    createjs. Ticker.addEventListener ('tick', showTime);

    function showTime (event) {}

    Create a new instance of the date class.

    var myTime = new Date();

    This returns the seconds, minutes and hours.

    var theSeconds = myTime.getSeconds ();

    var theMinutes = myTime.getMinutes ();

    var theHours = myTime.getHours ();

    var ampm.

    Display am/pm according to the current time.

    If (theHours > = 12) {}

    AMPM = 'H ';

    } else {}

    AMPM = "AM";

    }

    It subtracts 12 of the hour when it is higher at 13.

    If (theHours > = 13) {}

    theHours = theHours-12;

    }

    If (theHours == 0) {}

    theHours = theHours + 12;

    }

    Adds "0" If there is only a single digit.

    If (String (theHours) .length == 1) {}

    theHours = '0' + theHours;

    }

    If (String (theMinutes) .length == 1) {}

    theMinutes = '0' + theMinutes;

    }

    If (String (theSeconds) .length == 1) {}

    theSeconds = '0' + theSeconds;

    }

    Displays the time in the dynamic text field.

    "tl.theTime.text = theHours +": "+ theMinutes +": "+ theSeconds +" "+ ampm;

    }

  • Can clock be turned off in order to use a digital clock Widget and are not stupid to have 2 of them at the same time?

    I read an article that you could press the button 'back' on your phone and displays a larger version of the clock, but the guy was probably referring to another phone and not the MotoDroid.  Not apply for criticism, but I chose the MotoDroid the HTC version because of the carrier and better capabilities... However, the HTC clock looks quite nice, he doesn't?

    You can't get rid of the time indicator in the notification bar.

    However, if you download home ++, there a number of fantastic features, including the horizontal orientation of the home screen. Also, if you do a long press on Home ++ icon notification in the power bar, it will hide the notification bar and give you a little more screen to watch!

  • Own Acetr Iconia A1, life digital clock has disappeared from the home page but still listed in apps

    How do I get this back on the homepage? Have tried through appended but does not work

    Welcome to.

  • Problem of clock sample e/s digital PCI-6229

    Hello

    I use PCI-6229. I need to use the digital output channel to generate pulses of 20 kHz 30% duty cycle.

    The datasheet shows the sample clock frequency can be 1 M Hz. But in may, only 100KHzTimebase may work to generate. But acctually I need at least 200K Hz.

    I've done the Vi is attached. Can someone help me with this problem?

    Thank you

    Hello ossoo,

    The PCI-6229 is not a timing engine digital to create a digital task which runs at 1 MHz, you must use an external sample clock.  However, one thing you can do is generate a pulse train at your desired frequency using a meter integrated 6229 and then using this output meter as the sample for your task digital clock.  Take a look at the attached amendment, I made to your VI which shows how to build your digital task to 1 MHz using the meter on board.  You can change the frequency of the train of impulses of the meter in order to change the frequency of your outputs digital.  Please let me know if you have any questions.

    Kind regards

  • Remove clock on homepage?

    Is it possible to get rid of the clock on the homepage? I have a photo on my wallpaper and blocks the clock. I have another clock on the page to the left. How many clocks do you need? You can change the digital clock?

    @wpbmike,

    Could you please check the correct lazyb response so that others can find them easily?

    Thank you!

  • Synchronous Digital and analog I/O daqmx

    I have 2 PCI - 6254 s in a linux machine and I am trying to sync the analog input (ai0:1) with the incoming digital data (port0) data.  I fed a sample

    clock to Dev1/PFI0.  (I currently use a little the e/s from one of the boards installed) Somehow, I can't align the analog and digital data.  I know because I use digital data to reverse the polarity of the analogue data still incoming digital data (print buffer) are correlated with what is happening in the name of the analog data.

    If I use the AI/sampleClock internal as the common Terminal analog and digital data seems functional and are repeatable.

    Thanks in advance for your suggestions.

    The problem is that the two tasks are not guaranteed to start at the same time because they are not sharing a common start trigger.  In other words, there will probably be a nondeterministic number of samples of phase difference between the two acquisitions.  Unfortunately, the digital I/o on this forum does not support any which trigger feature you can not use just a common starting trigger.  Probably the best thing to do in light of what you have described so far is to use PFI0 as the AI sample clock and change the clock for your digital/Dev1/I/SampleClock task.  You must then make sure you start your digital task before the task to HAVE it.  This should actually slave of your digital clock to the clock of the analog task and actually start both at the same time.  Given that each task physically uses a different signal than its clock (PFI0 vs an exported version of AI/SampleClock), there will be a small amount of latency between the two.  However, this should be the order of tens of microseconds, so I do not have a significant impact.  Also, as the digital task is actually controlled by the clock of the analog task, it will actually start and stop the analog task you called stop task on the digital task.  I hope that this will not be a problem for your application.

  • Clock is wrong, each reset jumps to an incorrect value

    We are a charity running a hospital radio station. We have a couple of computers running Windows XP Pro SP3.

    For some reason, the time is wrong. This isn't a matter of simple time zone where it is exactly an hour off - read more.
    On a single machine, the time is out of 63 minutes, 29.4 seconds. Another is is only 10.3 seconds. But, we have "mission critical" application that requires time to be correct, such as the national news by satellite.
    Each computer is running as an administrator, we have no reason to restrict users. If we go to the date and time settings, and set the time manually, it shows in time for a split second, then returns to the previous setting. If we use Windows when the same thing happens, he maintains for a brief flash and then shows the incorrect time again.
    We tried to use Symmtime, an application that runs with happiness on the other PC that shows a digital clock and date, it updates via Internet and normally sets the clock to the right time - he does, for a second, then goes back again. Other computers on the same network, are not affected. Just those two. (Symmtime reports the value adjusted, which is where I took the exact amount of the error of)
    Time Windows is disabled, it is not that anything that is set to zero. I went through the local security settings - local policies/user rights assignment/change time system - which now includes "Everyone" - but still will not allow the time to be changed. We have changed zone up and down then back to GMT
    300022 KB suggested adding certain values, but is not clear - the values shown are spaces in names, only the registry keys. There is no information to tell if they are DWORD or anything, or what should be the value. After giving "everyone" access to change the time, I think that the article is redundant to our needs.
    Our technology tells me that the CMOS battery has been changed, what could have been a cause of time running slow but blocks do not access to change the time. Even with a dead battery, you can start a PC and set the date and time manually.
    The computers are connected to a working group, but not a domain, other computers in the same workgroup do not have the problem. DHCP is disabled, because we use the IP addresses defined on the network for purposes of port mapping.
    A separate computer in another place has been recently overhauled because of problems she was having with the mutilated software. He was stripped to a disk drive formatted hard and installed fresh Windows XP Pro SP3. This PC also has the same issue and the clock is 9.2 seconds out. Again, we cannot redefine the time, he changes a fair return on its own initiative. It is not on the network as it is in another office of 14 miles away.
    We tried stop W32Time process, even through a reset while he was arrested, but still can not change the time.
    We really do not know what may be the problem and how to fix it-any ideas?

    SOLVED

    This has driven us crazy for some time. Some of our PCs had the question, which excluded the many sources available such as a router or server time or something.
    We finally found that the problem is a piece of software called PC Auto Shutdown of http://www.drivermagician.com/autoshutdown/
    There is an option to check in here: ' prevent users change the time system.
    Unchecking the box unchecked the problem for us. Something so simple, and yet has eluded us for months! No one knew that the option was there.
  • How can I put an analog clock safe on the desktop?

    Sidebar and analog clock


    How can I put an analog clock safe on the desktop?

    Recently, due to security problems Windows Sidebar has been made inoperative.

    I was using the Microsoft clock available in the sidebar widget.

    Is there any other way to get a secure analog clock available for my office?

    I have Windows Vista Ultimate Edition, which I run in Aero - because I usually have enough memory for my use.

    You might be able to find one online for free, but be careful when you download from.  I just let the digital clock on the lower right of the screen.

  • Customizable analog clock

    Hi, I want to just ask you guys if anyone of you use the "customizable analog clock...

    When I select this option, he returned to the digital clock or the sony (depending on whether you are using before you choose the customizable clock) on the lockscreen. I wonder how I can use this, I looked on the market and there nothing (one to do this, not the live wallpaper on the lockscreen). I just wanted to use the analog clock on my lockscreen, BUT NOT the analog clock by default from sony (the form is ugly).

    anyone?

    The customizable analog clock is a feature that was intended to make it possible to customize the clock in the Xperia M4 Aqua. However, this feature has not been properly incorporated and will be removed in the next version of quality, was to be released at the end of this quarter, 4th quarter 2015.

  • On-screen display clock

    Hello guys

    What is the best way to display a digital clock on the title screen? I know that there is no api available, but it should how to display the current time on the screen.

    Thank you very much

    Nitin

    On the screen, have a DateField created with DateField.TIME and DateField.READONLY.

    In your method of application, implement RealTimeClockListener and clockUpdated().

    In the clockUpdated, have something like this:

    public void clockUpdated() {
      final Date now = new Date();
      UiApplication.getUiApplication().invokeLater(new Runnable() {
        public void run() {
          myDateField.setDate(now);
          invalidate();
        }
      });
    }
    

    It's just one of the ways to do this - I gives the general idea, you can improve on it, as desired, with the help of other fields, play with the format (take a look at the DateFormat constructor parameter of the DateField), etc.

    If you need a better granularity of one minute, implement a TimerTask and plan at intervals you want rather than using RealTimeClockListener.

Maybe you are looking for

  • I want to insert different names in the salutation of a letter

    OS X 'El Capitan', 10.11.4.        Pages 5.6.1 (2562) Processor: 3.06 GHz Intel Core i3: Memory: 4 GB 1333 MHz DDR3 Boot disk: hard disk Graphics card: ATI Radeon HD I wrote a letter in which I want to send several names.  I know that MS has mail mer

  • Satellite Pro 2100 - no sound

    DetailsNo sound, even when you play a CD, except sometimes a quiet sizzle in the speakers. Already tried the following remedies:Mute button is not checked.There are maximum volume settings. Under sounds and Audio devices properties, the default devic

  • Clip/window source moved to 170 individual clips in the project. Advice please?

    After copy and pasting of 170 clips individually to a new project to find a corrupted clip, (as when exporting the original file, I was getting the error-50 message), each window source of clip on the initial project evolved, 170 individual clips. (i

  • Satellite P20: Device DVD Player reads only the DVD but cannot burn CD & DVD

    Hello I have a toshiba P20, and I'm having a lot of problems with it. One of them is my DVD UJ811. I don't really know what is happening, the drive was already replaced and a few weeks later, it was exactly like the front, and the service provider ma

  • Create a delay in LabVIEW

    Hello, I'm looking to create a delay in LabVIEW. My program flow daigram is attached. I'm sorry that I can't download my VI. It's big enough and I don't know how capature all this. I need to create a period after that my LabVIEW VI starts and sends s