Citect Text Entry At Runtime

Snowy

Member
Join Date
Jan 2013
Location
Ballarat
Posts
13
I have been asked to provide a pop up form for each item of equipment on a Citect 7.40 page. The purpose of these popups is to allow the operators and maintenance people to enter comments and instructions relating to the equipment selected. The comment would include date, time and some text describing repairs done etc. The data would need to be stored in files somehow until cleared manually or maybe a preset time period had elapsed. Never tried this before. Can anyone help with the most sensible way of going about this please.

Best Regards
Snowy
 
Ok you have multiple options.

Create a DBF device and add the records to there.
Have your code create a text/Doc file for each piece of equipment. you can then write/ append to this document whenever called.
Install MS access on the PC and build a DB in there to hold the Info.
 
Thank you for the suggestion. Much appreciated. I will need to do some research on how to set this up now.

Kind Regards
 
Thanks again Kellian. I can see a way forward now.
When the operator selects an item of equipment I can use the exec function to open Access or Word etc. and then a worksheet dedicated to that piece of equipment. They can enter whatever data they like and save. Sounds like it should do what I need.
 
Thanks again Kellian. I can see a way forward now.
When the operator selects an item of equipment I can use the exec function to open Access or Word etc. and then a worksheet dedicated to that piece of equipment. They can enter whatever data they like and save. Sounds like it should do what I need.

Why not just open a Citect popup window with a text field containing string variables mapped to a disk PLC ?
 
Thanks tragically1969,
Sounds like a good option.
Do you have an example showing how this would be configured. As I said I have not attempted this before.
Are you suggesting allocating a string variable for each item of equipment. What limitations would apply as far amount of text I can store using this approach.
 

Similar Topics

dear all pls how i insert a text in runtime in vijeo citect scada thanks alot .
Replies
3
Views
3,020
I have a device that gives an alarm value as an integer value. i want to display the fault code of this value in text, the range of this value...
Replies
3
Views
3,955
Hello! I have two questions about Citect. 1. I have a page with an alarm list on. The cicode function Tabalarm_Dsp is used to view the alarms...
Replies
0
Views
3,929
How to read and write text file in Citect Scada? I want to write to text file when engineer change the set point. I want to get that changed...
Replies
0
Views
4,032
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
50
Back
Top Bottom