Vijeo scripting

sjanes9

Member
Join Date
Nov 2012
Location
Lexington
Posts
52
I am running Vijeo 6.1 and I am trying to write a script so that when pushed. I can go to a user login or Logout the user. I know you can do it with a button and the system option on the touch. But I would like to know how to do it via a script. Any help would be appreciated.
 
Open your cicode editor and type a new function, for example

FUNCTION
LOG_OUT;
Logout()
END

Call the LOG_OUT function you just created to logout all users

For login, look at the cicode help for "login" you need to describe who you want to log in in the cicode

Chris
 

Similar Topics

I work for an OEM. I am trying to develop a generic HMI program that will display an overview screen displaying between 2 and 6 "widgets"...
Replies
1
Views
1,338
I'm trying to figure out how to write a script to change the PLC address a variable points to when a button is pressed. For example, integer...
Replies
5
Views
3,248
Hello, the system we use is Scada 7.5 series. We have usb key activ now we need additional key to make the system work, how do we solve this...
Replies
0
Views
46
Good Day all. I am currently busy with a schneider HMI design in vijeo designer and i want to know how you can animate an image to move on the x...
Replies
2
Views
210
Hello, I have been tasked with adding some analog signals for display and alarm setup in some old Schneider Electric HMIGTO HMI-panels. I have...
Replies
4
Views
204
Back
Top Bottom