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,613
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,183
Hey everyone and anyone that can lend a helping hand. I have a project that I am being asked to add some animations of Solidworks or "3D" models...
Replies
7
Views
114
Hi All, we've recently upgraded from FTView SE v10 to v12. Since the upgrade we've been having a problem where the HMI is slow to update tags in...
Replies
0
Views
41
I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
95
Back
Top Bottom