FTVSME insert manual in a graphic display

mradamirwin

Member
Join Date
Dec 2014
Location
Vancouver
Posts
2
I'm new to the world and community of plc's. My experience is very limited and I'm seeking some professional advice. I'm trying to find an effective way to do two things with FTVSME:

1- Create a graphic display containing user and maintenance manual without having to manually enter every page.

2- Create an interactive lubrication schedule
For example; A gearbox oil change needs to be done every year. Wen the oil change is done, a button could be press on a graphic display. If oil change is not done after a year, a alarm and message would pop to warn operator that oil change needs to be done.

I hope I was clear and thank you all very much in advance.
 
if your using a PC based HMI then look at the activex objects there is one to open application. You could use it to open a .pdf file and show the manual.

As far as your schedule I would do that in the Plc. Assuming your using a Controllogix platform. I would use the GSV instruction to get LocalDateTime and use that to timestamp reset button press. Once you capture that TimeStamp Then Add 1 to the Year and compare if current time is >= to your captured values. if true set your alarm Bit.
 
The latest PanelView Plus terminals support PDF files.
You will need to use the activeX control "ME Program Launcher"; check help in FTView Studio for details.
You can even have that open to a specific page within the PDF, based on what you want to show the operator.
 
Cool, was not sure about the PanelView Terminals . Good to know. Also could not remember the Name of the ActiveX. Knew it was there just could not remember it's name.
 

Similar Topics

I'm working up an hmi, and want to include the values of some logic commands I've created. A contractor mentioned in passing that there are some...
Replies
3
Views
1,767
I'm new to ST so go easy. Studio 5000 L33ER PLC I'm trying to take 2 strings, merge them into 1 string. with a space between the 2 strings...
Replies
3
Views
2,248
Hello everyone. Currently I am using Eplan p8 and faced (while creating a panel) with a challenge in finding a device called DIN mounting rail...
Replies
10
Views
3,418
Hello guys, I am working with a CompactLogix, which communicates over Ethernet/IP with a pin marker. Basically, The PLC sends the texts to be...
Replies
6
Views
1,390
Hi, I have some remote IO connected to my S7-317-2 PN/DP system. I have 1 particular profinet remote IO which is not important to the system, and...
Replies
9
Views
2,982
Back
Top Bottom