Swiss railway clock for conky.

Hi,
I've resembled the swiss railway clock in lua for conky: https://github.com/jrk-/conky_clock
For additional info about the look and feel of the swiss railway clock, have a look at this:
https://en.wikipedia.org/wiki/Swiss_railway_clock
and
https://de.wikipedia.org/w/index.php?ti … 105232148&
Cheers!

Awesome!

Similar Messages

  • Using an external reference clock for counter measuremen​ts

    Hi all,
    I have several PXI chassis
    configured for testing, each of which uses an NI-DAQ-6221 for
    conducting period and frequency measurements among other things.
    However each of my setups give me a slightly different reading when conducting identical measurements due to
    the tolerance of the DAQ on board reference
    clocks.
    The chassis' have a 10MHz GPS calibrated reference fed into them via the reference input and this is connected to the backplane. I have tried and failed to try to route and use this as my reference
    base for my counter measurements so that each of my cards will give me
    the same reading every time. I have tried the routing method using the
    DAQ connect terminals vi but could not get this to work. I have looked through the labview examples and cant find anything thta shows me what i need to do to take frequency and period measurments using my external reference as my base clock. There are some examples showing the use of the DAQmx timing vi set to sample clock mode which allows a clock source to be selected. However these examples are only for counting digital events and when i apply the same vi to a frequency or period measurement an error is thrown saying 'invalid timing type for this channel', 'you can select: implicit, on demand'.
    I do not
    understand the working of the DAQ hardware very well so was hoping
    someone could help explain to me how to do this if it is even possible
    or give me any guidance as to how else to overcome my problem. Any vis
    showing how to use my external 10MHz reference
    as the base clock for these kind of measurements would be greatly appreciated.
    Regards,
    Dan

    Hi Dan,
    Thanks for the reply. When trying to use the connect terminals i just tried connecting the PXI10 to the onboard clock in the hope that this would configure it to use the PXI10 signal to synchronise the onboard clocks via the PLL. Doing this didn't throw any errors as i recall, it just gave me a reading of infinity as it couldn't measure the signal.
    I have actually just managed to successfully do what i wanted thanks to help from Rob at NI tech support UK. There is a DAQmx timing property node which allows you to choose a reference clock source. By using the PXI_Clk10 signal this makes the DAQ synchronise its reference clocks to this signal. I have included an image of the code i used to achieve this to take period measurements.
    Here is a very useful link which Rob sent me which may be of help to anyone else with similar problems
    http://zone.ni.com/devzone/cda/tut/p/id/3615
    Best regards,
    Dan.
    Attachments:
    ExtRef Source Image.jpg ‏105 KB

  • What is the Safe OC (base clock) for MSI Eplices plus?

    Default Base clock for this board is 134. How much can i go still consider as safe OC?

    Hi tancheeru, & welcome to the forum. As this is an OC question, the mods will probably move it to the OC & Modders Section of the forum. Please provide a signature with your systems components. It is difficult to make suggestions without it. In most cases I have experienced, base clock at 166 or 167 will most of the time work on default voltage. However, RAM must be adjusted to compensate for it's increase in speed as base clock is increased. This may involve the Mem. Ratio, Uncore Ratio, timings, & DRAM V. 

  • Rich: calendar problem when automatically adjust clock for daylight saving

    Hello, I'm in trouble when the option to automatically adjust clock for daylight saving time is marked. My locale is pt_BR, and when I try to select the day it simply returns to 17.10.2010 on 16.10.2010 took the test in the following component and realized that the same problem occurs when the Windows clock option is selected .
    http://livedemo.exadel.com/richfaces-demo/richfaces/calendar.jsf?tab=usage&cid=15374785
    I also noticed that this problem occurs in all components of the JSF schedule, no matter what the distribution
    http://www.primefaces.org:8080/prime-showcase/ui/calendarDisplay.jsf
    Question is, how to make the jsf solve this problem without having to uncheck the Windows clock?
    See below for the following attempts to try to fix the problem:
    faces-config.xml file
        <locale-config>
             <default-locale> en </ default-locale>
             <supported-locale> en_US </ supported-locale>
             <supported-locale> of </ supported-locale>
             <supported-locale> fr </ supported-locale>
            <supported-locale> es </ supported-locale>
            <default-time-zone-id> Brazil / East </ default-time-zone-id>
        </locale-config>
    {code}
    Created file DateTimeZoneConverter
    {code:java}
    import java.util.SimpleTimeZone;
    import javax.faces.convert.DateTimeConverter;
    public class extends DateTimeZoneConverter DateTimeConverter {
         public DateTimeZoneConverter () {
            super ();
            SimpleTimeZone stz = new SimpleTimeZone (7200000, "Brazil/East");
            this.setTimeZone (stz);
    {code}
    In the example above I'm forcing the useDaylight is false.
    In component:
    {code:java}
    <rich:calendar id = "periodoVigencia" enableManualInput = "true" datePattern = "dd / MM / yyyy" inputSize = "10"
               value = "# () contratoMBeanList.criteria.dataInicioVigencia"
               label = "# (msg ['contrato.consultarContrato.field.periodovigencia.label'])">
               <f:convertDateTime pattern="dd/MM/yyyy" type="date" dateStyle="short" timeZone="GMT-3"/>
    </rich:calendar>
    {code}
    and in the web.xml file
    {code:java}
    <context-param>
         <param-name> timezone </ param-name>
          <param-value> GMT-3 </ param-value>
    </context-param>
    {code}
    But nothing worked. And now what do I do? How to fix this problem, there are some more configuration to be done? Help, please!
    P.S.:Apologize for my english, I'm Brazilian.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Like I said, were attempts to resolve the error.
    OK, now how to solve this problem? Try the test in your area by selecting the day that DST occurs, you will see what will happen the same problem (to select the day that DST occurs on the screen will return one day less), do the test with the demos that I put in the first post, rich: calendar and prime: calendar.
    I do not know if it helps, but I noticed the firebug firefox debugging, it does not matter the way you change the locale or timezone, as the current date from the calendar javascript will always be the standard of the machine running the component.

  • Recommendations for ipod dock/alarm clock for ipod classic

    I want to get a reasonably priced ipod doc/slash alarm clock for my son.  He has a 6th generation ipod classic purchased in December of 2009.  Any suggestions?

    The dock adaptor that came with the iPod is meant to fit Apple's universal dock and not a 3rd party accessory.
    The reason you are having issues is because although the dock connectors on iPods are all the same (the pins are in the same place), the connector on the second gen nano is in a slightly different place than on the first. If you look at it from the bottom with the iPod face up, it's slightly more to the left. This, and the fact that it has a metal case with rounded edges, has made the new nano incompatible with almost all these type of accessories.
    It's been mentioned here several times, and a few people have been able to get the manufacturer of the dock to supply them with an adaptor.

  • How can i change fpga clock for whole code

    Hi i'm new at labview and using 8.6 demo(real time and fpga modules).
    i developed some codes for practise and want to change clock freq to 200MHz from 40M for all codes.
    i mean how can i use derived clock for all my vi.
    LabVIEW 2009, Windows 7
    Solved!
    Go to Solution.

    PAR done!
    ERROR:Xflow - Program par returned error code 31. Aborting flow execution...
    when i use 200mhz as fpga clock i'm getting this error after compilation.
    is there a way to use fpga other then 40mhz. and i dont want to use timed loops because i am using
    loops inside loop.
    LabVIEW 2009, Windows 7

  • Type of on board clock for T5120 ?

    Hi,
    Does anyone know what type of on board system clock for T5120?
    Thanks!

    Hello Ganga,
    There is the DAQmxSetAOUseOnlyOnBrdMem is a NI-DAQmx C Property which
    is discussed in the NI-DAQmx C Reference Help, which is installed with
    the NI-DAQmx driver under Program Files >> National Instruments
    >> NI-DAQ.  This function specifies whether to write samples
    directly to the inboard memory of the device, including data FIFOs,
    bypassing the memory buffer.  You will need to set this property
    and write your data before starting the task.  The default
    behavior is to regenerate the data written to the buffer, the different
    regeneration modes are discussed in this KnowledgeBase, if you want to change the default behavior the NI-DAQmx C Reference Help is a great resource.
    Regards,
    Micaela N
    National Instruments

  • Sleep Cycle Alarm Clock for BlackBerry 10

    Finally on BlackBerry® 10! By the inventors of the first ever sleep cycle alarm clock for mobile devices!
    App Name: Sleep Cycle Alarm Clock
    Summary:
    Smart alarm clock that analyzes your sleep and wakes you in the lightest sleep phase - the natural way to wake up feeling rested and relaxed.
    Sleep Cycle Alarm Clock monitors your movement during sleep using the extremely sensitive accelerometer in your BlackBerry®.
    For this your phone should be placed on a surface near you.
    Then it finds the optimal time to wake you up during a 15 minute window that ends at your set alarm time.
    *It's based on 4-year experience of developing bio-alarm clocks.
    Regular Price: $9.99
    Initial Price: $2.99
    Download Now from BlackBerry World - Sleep Cycle Alarm Clock
    Your feedback is welcome. We are planning to add many features and with your support (please like us on facebook), we aim to develop the best sleep tracking application for BlackBerry ever!

    yes the inbuilt one is better one and if we already have it then why to waste the money....

  • Game clock for soccer

    Hi all, Can anyone help me with a counting clock for my sons game of soccer. I would like to add a clock to create that real sense of time. One that maybe counts up to 95:00 Minutes. Any help would be great.

    Bryan Rawiri wrote:
    Have you created a graphic like this below in livetype????
    no. no, this is a 5min painting in Pixelmator, 'inpired' by some professional TV-grafics .. steal the design, the layout, the play with color-scheme and transparency (the original is animated...) = looks nice, doesn't it? .. it is a simple 'chart', saved as a png to keep the transparent parts .. really, no big deal: lay the original (a screengrab) onto a layer in the paint app and on additional layers paint over it.. when done, erase original - tadaahhhh .. Daddy is a designer..
    I'm still at the very beginning to understand the principles of LT.. esp. animation is the key to 'high production value' - using templates is nice'n fast, but modifying, or even better: creating your own stuff is real fun! unfortunately, I lack the skills to design, but I'm good in re-building .. to some level.. -
    < voice of Bob Ross > happy movie making !

  • How-to-tick-automatically-adjust-clock-for-daylight-saving-changes-for-domain-users

    hi
    please help me
    I am using windows 2008 as a domain controller with windows XP & windows 7 as a client.
    how-to-tick-automatically-adjust-clock-for-daylight-saving-changes-for-domain-users
    Thanks in Advance
    my mail: [email protected]

    Some more information would be nice (how many computers are in the domain?), but I think I have what you're looking for.  
    What you need to do is change a registry key in the client computers. It's located in the registry at 
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
    The string name is DynamicDaylightTimeDisabled and the value for this item is
    0  (Kind of weird - by entering 0, you're saying "No, I DON'T want to DISable daylight savings time). 
    Of course, you'll need to deploy this registry information to the clients from the server.  There are several ways to do it, but the first one I'd try is to create a registry preference item on the server and deploy it as a GPP. 
    This link explains how to do this:
    http://technet.microsoft.com/en-us/library/cc753092.aspx

  • Alarm Clock for Macbook?

    Hey guys,
    School is starting and me and many other people have to wake up early sometimes. Are there any alarm clocks for my macbook that will go off while it is closed?

    Try this one:
    http://embraceware.com/software/awaken/

  • Swiss german keyboard for Pavillion TS

    Hi all,
    I'm in need of a swiss german keyboard for a Pavilion TS 15-No67ca laptop.
    Thnaks for your help.

    Hi Woody10,
    I see you are interested in a Swiss German keyboard for your HP Pavilion TouchSmart 15-No67ca laptop. On page.17 of your Maintenance and Service guide you will find all available part numbers for your product, listed below are the keyboard part numbers:
    1. Textured island style black finish for use in Switzerland 719853-BG
    2. Textured island style black finish for use in Germany 719853-04
    Please select which one best suits your needs, you can order the keyboard from: HP Parts Surfer, make sure to select your country in the top right hand corner.
    Also be sure to check out the Removal and replacement procedures for your keyboard also found on page.56 of your Maintenance and Service Guide.
    I hope you find this helpful, if you need more assistance, please let me know.
    Thank you,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How do I set up my timer/clock for a 17 bit synchronous encoder?

    I am trying to get an output from a 17 bit Gray Code encoder. I need the position output for other projects.
    Here is a list of equipment being used:
    PCIe 6361
    CP-850-17S-GC-CW encoder from Allied Motion
    SCB-68
    I am trying a 3 wire connection.
    Clock + to PFI 12
    Data + to AI 0
    NSL - to +5 V
    NSL+ to AI Gnd
    Data - to AI Gnd
    Clock - to D Gnd
    I have used MAX to build clocking to the PFI 12 and can see the clocking. This is also what is coming out of my encoder. It does not apperar to synch up using continuos clocking.
    I have tried to build a VI and use DAQmx with the same results.
    When I tried to run N samples using 17 bits with a clock at 100KHz and an initial delay the signals, using an osciliscope, appear to be correct except that it does not change with the rotation of the encoder. The output of the encoder still appears to be the clock signal.
    I have used other programs and they give the angle fine.
    It may be I need to add something else and or set this up in sequence. If anyone can direct me to documentation I would greatly appreciate it.
    I have added the documentation, from the website, for the CP850 17S GC encoder. This has the timing information. 
    Attachments:
    CP-800-900_Specifications_R1a(scrn).pdf ‏216 KB

    Hi msmith
    You are using a PCIe-6361, you could use that card also to acquire the same signals that you are generating. First you need to check that you are generating the signals as that encoder require, with the same PCI you can verify that. Then if you are generating the signals correctly, the enconder should has an output as shown in the graph in the datasheet, if not there is a problem in that enconder. 
    *Other detail, I am not sure in this case but in other cases that I remember with other encoders, there is necesary to change the NSL from 1 to 0 for each value. You can try also to manipulate that input from the PCI-card.
    Regards

  • Looking for a good sound dock/alarm clock for iPOD Touch 4

    I saw one other post asking about a sound dock here and out of the 3 responses, I think only the Bose was mentioned.
    I was just curious if and/or what sound dock/alarm clock combos you all would recommend? I just got a hold of the White Noise app and I would like to be able to use it through a sound dock in my bedroom as I sleep with a fan at night and the audio output on the iPOD Touch itself is not loud enough.
    I don't want to spend an arm and a leg either on a sound dock/alarm clock if at all possible.
    Thanks,
    Whiteice

    Altec Lansing. Im using the 'inMotion compact' and for its size it gives a h*ll of a punch with bass wise. As for as price goes, its reasonable.

  • How to 'Stop the Clock' for SLA when in customer action?

    Hi
    Does anyone know if the functionality exists so that when a support message goes into 'customer action' or 'solution proposed' status the SLA stops counting down until the message is put back into 'in process'?
    The SLA is out of your control when it is waiting for an action from the user so it should be possible for the clock to stop on the SLA automatically when this is the case and the SLA should re-start and re-calculate the new 'completion by' date.
    I know that this is standard in many other types of Helpdesk software but can't find the way to do this with Service Desk.  Can anyone help?
    We are on SM7 SP22. 
    Thanks very much for your help.
    Regards
    Ashley

    Hello Ashley,
    Have you seen this document [Advanced Quick Guide for VARs Service Desk (Jan 2010)|https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000722612&_OBJECT=011000358700000122472008E]   ?
    You might want to reference section 5. Service Level Agreements.
    Regards,
    Paul

Maybe you are looking for

  • Some Software Component Versions do not show up in transaction sproxy

    I have a landscape with a CRM system, a PI system (with the SLD on it) and some other systems. In transaction sproxy in the CRM system the Software Component Version SAP CRM ABAP 7.0 shows up, but others that should be there like SAP ABA 7.01 are not

  • Safari start up

    Suddenly I find that when I switch on the computer in the morning it starts up Safari as well. I am concerned that this gives an external access to others. How can I make Safari wait until I wish to connect while still being able to start the compute

  • CR 2008 Add-Ins - doesn't go back to preview mode afterwards

    I created a Add-In with no problems and it all works well. But when I run my add-in, Crystal Reports switches to design mode and stays there. But when I run the Add-In that is in the downloadable sample, it also goes into design mode but then automat

  • SAP NetWeaver AS ABAP 7.1 for Mobile 7.1 Trial Version

    From where can I get the SAP NetWeaver AS ABAP 7.1 which is required to run data synchronization with NetWeaver Mobile 7.1 ? As per the download notes, for mobile 7.1 - "Note: SAP NetWeaver AS ABAP 7.1 is NOT part of the download package, but is inte

  • Itunes 9.2 ATV no long streaming

    Upgraded to 9.2 because I have IPhone 4.0. Streaming has stopped on all of my ATV. Apple needs to send a fix out ASAP. I am trying to install older version of Itunes if it will let me..