Fix32 Pop-ups

I am using this script to open two diff alarm summary screens.
Scrip can be attached to all sceens when open or in view KMX file

Pause 10
if Rancho1:unackal_d.F_CV >0
openpic alsumpop
endif
if Rancho1:unackal_d.F_CV >0
goto 5
else
if Rancho1:unackal_e.F_CV >0
openpic alsumpope
endif
if Rancho1:unackal_e.F_CV >0
goto 11
else
pause 2
goto 2
endif
endif

Mickey
 
Jim,

just a note, I've used Mickeys type "logic" in both FIX and InTouch so as your reply stated works great.
 
Careful when using script in iFIX.
If you are using auto logout then the code will crash if no user
is logged in and the system tries to open a window.
You can trap this error in an error handler and use script to log a user in then out again when window has opened.
 
If your project needs <login/logout>, then yes you need to add the code to "kill" the pop-ups, should no one be logged in. The printed process "alarm" log would show/have a record of what happened while no operator was logged in.
 

Similar Topics

I have a a PLC-5 system that is connected to a Windows 2k PC that is running Fix32. I was called to reload the program onto the PLC-5 and I did...
Replies
3
Views
1,297
Good day folks, i have a question, maybe have someone the installation for LNI drivers (lonworks network interface) for fix32 i need it for an...
Replies
0
Views
1,064
I was introduced to Intellution Fix32 scada software at one of my customers today. They have no support from the programmer that built this setup...
Replies
9
Views
5,966
Hello all, I'm using Fix32 7.0 and I would like to communicate with an OPC server. As I understand I need to install an OPC client driver? Where...
Replies
16
Views
3,441
Hi All. I have an old Windows NT machine that has FIX32 running on it. I've added a network adapter to the computer and now Fix32 Startup is...
Replies
3
Views
1,479
Back
Top Bottom