FactoryTalk View SE Client Startup

xC0MMAND0x

Member
Join Date
Jul 2013
Location
Minnesota
Posts
265
I am looking at an existing application for FTSE 6.1. In the actual Client startup, the cli file, you can specify the area, initial displays, etc.

I am looking at the "Startup macro", and I would expect it to put to a single macro file. However, under the"Startup macro:" section it says the following:

mSTARTUP " Client2" "ABC"

I found "mSTARTUP" - it's a macro file, so that makes sense. I can't for the life of me figure out what the rest of that means. I typed it exactly as it is, with all spaces and quotations in place.

Am I just missing something really basic here? I would expect a single file, not additional information.

Any ideas/tips/suggestions would be greatly appreciated.

Thank you!
 
Those are parameters being passed to the macro. Can you post the startup macro?

Code:
!===== ===============================
! Macros are lists of commands, with one command per line
! See Help or the manual for a list of commands and their parameters
!====================================
!
Display P_STARTUP_VBA
!
! Define the Conmmands for this client
mDefinecommands %1 %2
!
!
! Login as an Operator
Login PFOper Operator12
mLoginOperator
!
! Start the Global Key File
!If (users\%1\security & Const\SECURITY\20) Then Key Global Else Key Global_Restricted Endif
!
! Run the First Screen Macro
m%2

I'm looking at it now and seeing the %1 and %2.

Are those the references setup as

%1 - Client2
%2 - ABC

From the script?
 

Similar Topics

What is the Correct way to move Client files (FactoryTalk View SE)? I have FTVSE Studio installed on a development PC, I created a FTVSE Client...
Replies
6
Views
1,219
Hi, Everyone: I got one project for upgrading desktop PC form window XP to window 10. this PC was running FactoryTalk SE Client application and it...
Replies
5
Views
2,084
Hi Guys, I developed HMI with Resolution of 1920 x 1080 in FactoryTalk View studio SE; and also use same resolution for Client Runtime PC yet...
Replies
0
Views
569
Every since we upgraded FactoryTalk VIew SE to version 13, my Client on my production computer bogs (slows) it down. Everything on the computer...
Replies
5
Views
1,610
Hello sir, Recently one HMI PC failed which FactoryTalk View SE application running. replaced the PC and restored the image and got it up and...
Replies
0
Views
1,308
Back
Top Bottom