FactoryTalk Clientkeys

DTran

Member
Join Date
Oct 2011
Location
PTBO
Posts
6
Hello, I'm recently converting a RSView32 project into FactoryTalk SE. What I'm having trouble with is that in the RSView project they have a Clientkeys file that uses VbaExec everytime a certain F-key is pressed. The VBA code that is launched moves the mouse cursor 1024 pixels to the right. Since FactoryTalk doesn't have the VbaExec command, is there anything similar/workaround to what they have?
 
VBA in Se resides in the screen, not a separate file like 32. Could you post the VBA code for the cursor movement? There probably is a workaround.
 
Sub MoveCursor(x As Long, y As Long)
Dim dl&
dl& = SetCursorPos(x, y)
End Sub

The Client Keys file just calls this routine with parameters when an F-key is hit
 

Similar Topics

Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
31
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
5
Views
220
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
55
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
110
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
3
Views
148
Back
Top Bottom