What can we help you with today?

Log in and chat with an Applications Engineer now! Check out our chat button in the bottom right corner!

What can we help you with today?

Log in and chat with an Applications Engineer now! Check out our chat button in the bottom right corner!

Incorporate a README file into Design Force graphically

Comments

4 comments

  • Nageswara Rao
    Nageswara Rao

    I have tried this under user commanding settings with script mentioned under CLUI type.
    But it is not working i.e. no notepad file getting envoking while opened the design
    I have tried with following two type syntaxs.

    First I tried with the syntax u mentioned above..

    (system command:"start notepad ${dsgnPath}}_Notes.txt")

    Then I tried with another syntax with slight modification above i. e
    (system command:"start notepad ${dsgnPath}_Notes.txt")

    Both cases it is not working.
    What could be the problem?

    How can we confirm entered syntax is correct or not?

    Regards
    Nageswara Rao

    Was this Helpful?

    0
  • Takashi Ichikawa
    Takashi Ichikawa

     

    Hello,

    Correct syntax is below.

    (system command:"start notepad ${dsgnPath}_Notes.txt")

    Then you would need to customize Ribbon or Toolbar to display this custom command button.

    While you open the Design Force data, click "Open Notepad" button, Notepad will open.

    Was this Helpful?

    0
  • Nageswara Rao
    Nageswara Rao

    Yes. already problem fixed. I tried this feature and presently am using it as key notes to be carried out.
    But we have to speciifically click the ICON to get it open before opening the design or. After opening the design.
    My. Suggestion is " the notepad .txt file
    Should also open along with design whenever we attempted to open the design and also that notepad.txt file should be in foreground of the design .that opened. After closing that notepad.txt file only we should able to proceed in to design so that it remembers us the key notes.in the notepad.

    Was this Helpful?

    0
  • Takashi Ichikawa
    Takashi Ichikawa

    Hello,

    From DF 2019 following is officially supported.  (un-officially but we could use same thing before DF 2019 as well).

    We can open/start Design Force from command line.  You can find this information in DF 2019 online help.

    First I create macro text file.  I create "c:\zuken\DF_macro.txt" file.

    (system command:"start notepad ${dsgnPath}_Notes.txt")

    Next I create batch file to open/start DF.  I create "c:\zuken\DF.bat" file.

    "C:\Program Files\Zuken\CR-8000\Design Force\bin\DFboardtool.exe" -playback:C:\zuken\DF_macro.txt %1

    Then I place shortcut of DF.bat file on the Desktop.

    If I drag/drop my one of DF data to the shortcut, it will open the read-me text file with DF open.

    If I set DF_macor.txt with out "start", then until close the notepad we cannot edit DF design.

    (system command:"notepad ${dsgnPath}_Notes.txt")

    I hope this would answer your question.

     

    Was this Helpful?

    0

Please sign in to leave a comment.