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,651
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,321
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
71
Hello, I am fairly experienced programming and modifying existing FTView ME programs. I have also used FTView SE to make modifications to a...
Replies
5
Views
111
Replaced overlay and glass in HMI but now I can not calibrate the touch screen any suggestions.
Replies
1
Views
71
Back
Top Bottom