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,653
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,323
We have boiler control system runs on A-B PLC. The interface is A-B Panel View Plus 7, mounted on the local control panel very near the boiler...
Replies
2
Views
32
Can I connect two A-B Panel View 7 to a A-B PLC. Same graphics etc. One on the local control panel and the other Panel View 7 in a remote control...
Replies
2
Views
28
I've adjusted the IP of the Panelview Plus as well as the DNS servers; the screen does not show up in the search when I go to the transfer utility...
Replies
3
Views
97
Back
Top Bottom