FT View SE V5.1- Hide Macro Script from Log & only running on one client

Tanquen

Member
Join Date
Jul 2014
Location
CA
Posts
163
View SE Macros am I right? Yuck!

It's a local app on an old 2003 terminal server.

Can you run Macro scripts so they don't fill up the log?

Can you run Macro scripts so they only run on the local session 0 and not other RDP clients?

It looks like you can't nest If/Then statements and if I don't have an Else needed or not, it has an error about having an IF statement in a THEN. ???

So no:

IF {Tank1\T2_LVL_EU} <> {Tank2\T2_LVL_EU} THEN
{Tank1\T2_LVL_EU} = {Tank2\T2_LVL_EU}
ENDIF

But yes:

IF {Tank1\T2_LVL_EU} <> {Tank2\T2_LVL_EU} THEN
{Tank1\T2_LVL_EU} = {Tank2\T2_LVL_EU}
ELSE
ENDIF

Also no:
IF {Tank1\RTC_COMM_COUNT_MEM} == {Tank1\RTC_SEC} THEN

IF {Tank1\RTC_COMM_ALM_DIS} == 0 THEN
{Tank1\RTC_COMM_COUNT} = 0
ELSE
ENDIF

ELSE
{Tank1\RTC_COMM_COUNT} = 0
ENDIF
 

Similar Topics

I'm not sure if I've come across a bug or I'm missing something very simple but I can't seem to hide a button in FT View. There is a...
Replies
5
Views
1,628
V 10.00.01 Patch 6 Is there a good way to hide unused values or objects inside a Global object? I have a number of pumps and rather than creating...
Replies
12
Views
6,246
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
104
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
1
Views
80
Hello, We recently upgraded our control server to a newer model. After the transition we are experiencing issues with our trend graphs to where...
Replies
2
Views
109
Back
Top Bottom