Factory talk View Se 9 print sceen at certain time

jazzman44

Member
Join Date
Dec 2015
Location
New Glasgow ,nova scotia
Posts
26
Factory talk View Se 9 , trying to print a screen at a certain time of day, have no idea how its done, I have a print button that I can press that works , think uses VBA


Any help would be greatly appreciated
thanks
 
I can see it change from 0 to when I trigger it fro PLC , but can't get to print





Private Sub printReportVBA1_Change()

On Error GoTo ErrorHandler
If Not IsError(printReportVBA1.Value) Then
If printReportVBA1.Value = 1 Then
ExecuteCommand "PrintDisplay Report_Screen /U /Wait=2000"
End If
End If
Exit Sub

ErrorHandler:
LogDiagnosticsMessage Err.Description, ftDiagSeverityError

End Sub
 

Similar Topics

Hi all, Attached below is an example of what is happening to our existing SCADA. It seems after patching some Rockwell Software that I thought...
Replies
9
Views
314
The client has an application that when communication between the PLC and the Factory Talk VIEW supervisory fails, the object in the supervisory...
Replies
5
Views
279
Hello all, I am looking for a way to have a user get logged out after an X amount of time because to default so that user privilages are no...
Replies
4
Views
566
Hello everybody. I was wondering if there is a way in FTVIEW Studio to close ) view after x min without interaction . My issue is the following...
Replies
2
Views
354
Is there a way to choose the base font in ME. Text in the Arial Unicode MS which is the default font on my FTVS doesnt show up properly on a...
Replies
1
Views
663
Back
Top Bottom