Factorytalk SE parameter file

sayahan2003

Member
Join Date
Jun 2006
Location
Calgary
Posts
185
Hi Everyone,
I am trying to add a constant value (such as a string) into the parameter file. I put the string in " " but it does not work. would you please let me know what format I need to use to be able to pass the string?

thanks
 
Hi Everyone,
I am trying to add a constant value (such as a string) into the parameter file. I put the string in " " but it does not work. would you please let me know what format I need to use to be able to pass the string?

thanks

Create a memory string tag, write in the initial value in the tag configuration, and pass that tag as a parameter.
 
You can't use spaces in strings. I don't know the reason why, I just know you can't.

For example:

#1="This does not work"
#2="ThisHoweverDoes"

As a solution that will break the minute someone other than you comes along, or you just a few months later, you can use "no-break space": keystroke Alt+0160
 

Similar Topics

Hi All, I am looking at an existing FactoryTalk Studio program and have come across in the parameter file :- #10=/::Alarm0_28.Disabled I...
Replies
0
Views
1,151
Hi, Using factoryTalk view studio ver 6 to work on a HMI project. This project is been created by third party vendor and not able to access it...
Replies
0
Views
2,067
Rockwell converted a running IFIX system to FTView SE for a customer. (By the way, NEVER have them do this. They sell it as a 90% complete...
Replies
2
Views
2,623
Hi, I have a configuration display that will be used for 80 devices. I will create and use 120 parameter files. Each parameter file will be...
Replies
1
Views
2,277
Is there a way I can pass a string with spaces in the parameter file? I want to do something like this: #1=Water Makeup
Replies
6
Views
14,760
Back
Top Bottom