Jump to content

Ton Plomp

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    38

Posts posted by Ton Plomp

  1. What about "TortoiseHg doesn’t support branching or merging. All of this will have to be done from the command line."

    If you have setup merging (or three way diff) properly, you can call the merge tool from within TortoiseHG (note to self: 'write a blog post showing this)

    and "The built-in server can only serve one repo at a time." on https://decibel.ni.c...curial-thoughts ?

    That is correct for showing/sharing more that one repository at a time you'll need apache or the like. However I have chosen Rhodecode as the backend instead of HGweb since it features some management tasks (access control, forking, grouping and hooks).

    See the documentation for more detail.

    Ton

  2. asbo is ritght, initializing the serial port on every run is going to ruin speed on your VI.

    For the parsing, which eleven bytes do you need? (and a word is generally 2 bytes, so you cannot get 11 bytes from that).

    Create a VI that takes an example set of 4080 bytes that outputs your wanted data.

    Ton

  3. I'm relying on HG. Have never really worked with Git since I'm happy with HG.

    Since you don't have the time to dive into the SCC system you want to use I would advice you to go with HG, it's just harder to mess up.

    I haven't had stability issues with HG (Workbench).

    What are you going to setup as a server? If you have the time (approx. half a day), setting up rhodecode on a linux server is a good idea. It gives you user management and a web-interface beyond the shipped webserver of HG.

    Ton

  4. You can use the mouse-down event so get the coordinates. However to get this working properly you'll

    need to set the tab-page to fixed:

    post-2399-0-99105300-1344955598.png

    If you cannot live with the tabpages of fixed length, you could detect the width-algorithm that LabVIEW is using by debugging. Using the string-picture VIs you could get some info.

    Ton

  5. Just "NI" have shitty installer.

    LabVIEW 2012 f1 Patch update files:

    C:\MSIPBRoot\lv2012_f1Patch\labviewup01.msi\LabVIEW.exe

    ......

    In me it works.

    Me was about Labview 2012 f1 Patch.

    I do not know so well english language , to explain exactly what I mean.

    I thought, that you are intelligent enough to understand what I mean. :)

    I can understand if your english isn't that good. But I cannot see the point of your first post. You took some time to create it (copying the file names, creating s creenshot). But still don't understand what you mean (perhaps in German??). EDIT: after rereading I can understand....

    But could you explain what is wrong with the NI installer?

    But mysteriously my popup vanished from LabVIEW.

    Ton

  6. Adding a plugin system allowing someone to add a feature like this is something Yair and I have discussed.

    Features could include, Facebook, twitter/twitpic or uploading to an FTP site.

    It's a good thing to discuss, however implementing such a plugin system might be more work than what we think.

    If you want to build one, you can look at the VI in:

    vi.lib\LAVA\_Code Capture Tool\CCT Class\Software\Methods\CopyToClipboard\CCT_Copy Data to Clipboard__CCT.vi

    This is my attempt to upload images to Imgur, however the API of imgur was changed somehow, so I could not reliable perform that action.

    To enable the URL option (that uses Imgur), change the VI in

    vi.lib\LAVA\_Code Capture Tool\CCT Class\Software\Utilities\ListBoxItems__CCT.vi.

    Add the string 'URL' to the array inside 'Clipboard.Items':

    post-2399-0-63576300-1344542598.png

    Ton

    • Like 1
  7. Just "NI" have shitty installer.

    LabVIEW 2012 f1 Patch update files:

    C:\MSIPBRoot\lv2012_f1Patch\labviewup01.msi\LabVIEW.exe

    C:\MSIPBRoot\lv2012_f1Patch\labviewup01.msi\NI LabVIEW 2012 f1 12.0.382.0 {E54B1037-93F0-43BA-AF77-725B24C8ABE7}\notice.txt

    ...........

    C:\MSIPBRoot\lv2012_f1Patch\labviewup01.msi\resource\Framework\Providers\Builds\RESTfulWebService\RWSBUIP_Item_OnCommand.vi

    In me it works.

    What do you mean with this post? I cannot see a point, statement or question.

    Is this in response to my question regarding the mysterious E: drive popup?

    Ton

  8. After installing the 2012f1 patch I see the following dialog when starting LV 2011SP1:

    post-2399-0-83479600-1344506067.png

    This happend not after installing 2012 without the patch.

    The dialog pops up directly after starting 2011. Before the flash window.

    Are more people seeing this?

    EDIT: I see the same popup in LV2012f1.

    The real strange thing is that e: is my DVD drive. But I have installed LV2012 (and the patch) from the downloads, not from DVD.

    Ton

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.