Embedded Parameter files

krakenfan69

Lifetime Supporting Member
Join Date
Nov 2011
Location
Alberta
Posts
229
Hi guys, Made it to Friday!! 🍻

Working on a project for a customer that has an existing FT View SE 7.0 HMI. The HMI has several PID loops on valves that when when clicked on open a PID faceplate passing the parameter TIC4016 or so. This works great but in the FP there is a trend popup that does not inherit the TIC4016 parameter to load the proper PV, SP,CV points. Can this be done?

I tried adding a second command to the touch release that would toggle a bit in the logic that moves the string "TIC4016" to a common holding string "StringHolder" and then call it and have the goto trend button load a PID Trend screen and call parameter #1=StringHolder to use the value now stored in StringHolder and read it as #1=TIC4016, or #1=TIT1010 but the trend will not accept the tag replacement. Any ideas?

Without the parameter it works as #1=TIC4016

I've tried the following:
#1=StringHolder
#1=[StringHolder]
#1={Plant[CLX]}StringHolder
#1={Plant[CLX]}StringHolder.Value
#1={Plant[CLX]}StringHolder\StringHolder
#1={Plant[CLX]}StringHolder\StringHolder.Value

Clearly I'm grasping at straws with the syntax here and it may not be possible. I read in a similar thread where someone loaded the trend with the PID FP and used the second button to toggle visibility of the trend. But I'm really curious to see if it can be done cleaner and using less real estate (even if invisible.)

Thanks,

Kraken Fan #69
 

Similar Topics

Hello everyone! This is my first time posting, though I have been to this site a few times hunting for some random problem like we all do. I...
Replies
4
Views
173
Hi Guys, I have a 1769-L24-QBFCB1 that has the OK light flashing on the embedded counter module. The manual states it is a resettable fault, but...
Replies
0
Views
104
I am using Allen Bradley PLC for Ethernet/IP communication. I send any explicit msg request (Get attribute or Set attribute), I observed packet...
Replies
0
Views
70
Hi everyone, this is my first time trying to setup encoder counts and track the traveled distance and speed i am using L27ERM QBFC1B processor...
Replies
12
Views
384
Hello all. I am trying to get an encoder connected to an embedded HSC on a 1769-l24er-qbfc1b. This is how I wired it in but it isn't working at all.
Replies
11
Views
956
Back
Top Bottom