visual3d:documentation:pipeline:other_commands:create_text_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:other_commands:create_text_data [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:other_commands:create_text_data [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{{{{{{{====== | + | ====== |
- | create a signal that contains text instead of a number. | + | ===== Command ===== |
- | createtextdatadlg1.jpg | + | Create a signal that contains text instead of a number. |
- | create_text_data | + | {{: |
- | /signal_folder=test | + | |
- | /signal_name=hello | + | Create_Text_Data |
- | /text_data=hello world! | + | /SIGNAL_FOLDER=TEST |
- | /text_file_name= | + | /SIGNAL_NAME=HELLO |
- | ! /prompt_on_empty=true | + | /TEXT_DATA=Hello World! |
+ | /TEXT_FILE_NAME= | ||
+ | ! /PROMPT_ON_EMPTY=TRUE | ||
**;** | **;** | ||
- | it is possible to specify **either** text_data | + | It is possible to specify **EITHER** TEXT_DATA |
- | /text_file_name | + | /TEXT_FILE_NAME |
\\ | \\ | ||
- | if /prompt_on_empty==true | + | if /PROMPT_ON_EMPTY==TRUE |
and the text box and filename edit box are empty | and the text box and filename edit box are empty | ||
the user is prompted for input. | the user is prompted for input. | ||
- | createtextdatadlg2.jpg | + | {{: |
- | example: given the dialog | + | Example: Given the dialog |
- | createtextdatadlg3.jpg | + | {{: |
- | the resulting signal in the workspace is: | + | The resulting signal in the workspace is: |
- | textitemsignal.jpg | + | {{: |
- | ====== syntax issue ====== | + | ===== Syntax Issue ===== |
- | consider | + | Consider |
- | /text_data=08/09/2017 by wss speed = 0.4 | + | /TEXT_DATA=08/09/2017 by WSS Speed = 0.4 |
- | a forward slash (/) is a special character for pipeline commands that indicates that a parameter_name follows immediately afterwards. | + | A forward slash (/) is a special character for pipeline commands that indicates that a parameter_name follows immediately afterwards. |
- | if an equals sign (=) follows | + | If an equals sign (=) follows |
- | two equals signs (==), however, does confirm that a parameter was specified. | + | Two equals signs (==), however, does confirm that a parameter was specified. |
- | visual3d | + | Visual3D |
- | text_data | + | Text_Data |
- | visual3d | + | Visual3D |
- | /2017 by mjt using modify_speed_metric_ver01 speed = 0.4 | + | /2017 by MJT using Modify_Speed_Metric_Ver01 Speed = 0.4 |
- | it doesn' | + | It doesn' |
- | solution | + | Solution |
remove the = sign | remove the = sign | ||
- | /text_data=08/09/2017 by wss speed 0.4 | + | /TEXT_DATA=08/09/2017 by WSS Speed 0.4 |
or specify two equals signs | or specify two equals signs | ||
- | /text_data=08/09/2017 by wss speed == 0.4 | + | /TEXT_DATA=08/09/2017 by WSS Speed == 0.4 |
- | }}}}}}}} |
visual3d/documentation/pipeline/other_commands/create_text_data.1718801533.txt.gz · Last modified: 2024/06/19 12:52 by sgranger