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,649
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,320
Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
77
Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
64
Hi folks. I have a system that I'm working on that needs 2 alarms banners with different event subscription: - One banner for a specific area...
Replies
6
Views
166
Back
Top Bottom