03-30-2010 04:32 PM
I would like to change the "trendwith" with a push button or enter a numric value in to "trend.with".
When I try this I receive a message that "the remote posistion is not witable".
Versions 6.0.1 and 6.0.2. Non networked systems.
Solved! Go to Solution.
04-01-2010 04:48 AM
04-01-2010 10:03 AM
04-01-2010 11:04 AM
I retried the numric entry with a pot and it works. Not sure what I did wrong the first time.
But having some operators doing this will be hard for them.
I tried to use buttons but not getting them to work. I have included an expression that I hope to use.
Pb_24H 24 hour button
Pb_12H 12 Hour button
PB_6H 6 Hour button
HyperTrend1.trendWidth=if(Pb_24H,1,if(Pb_12H,.5,if(Pb_6H,.25,HyperTrend1.trendWidth)))
Thanks in advance
04-02-2010 04:13 AM
I create a sample using your expression.
Let me know if it works correctly.
04-06-2010 10:32 AM
Only process1.lks file in zip folder.
Need process1.lp4 to run.
04-06-2010 11:32 AM
04-06-2010 01:11 PM