Read an STA file using an editor to extract tags.

ZimZoom

Member
Join Date
Mar 2024
Location
Montreal
Posts
1
Hi everyone.
Quick questions.
On UnityPro,
I want to open and quickly read tags from a .STA files witouth opening the program.
I have 30 plc program to parse so i was wondering if there is a way to extract tag information.
I use to do it on .l5k but im not familiar with Schneider options.
Thank you
 
You'll have a hard time parsing STA. Even if you extract is as a zip archive the majority of the data is in a single binary file called Station.apx. The majority of that content is unreadable although you will find a small amount of plain text.
It's better if you can export your application as XEF (or ZEF in newer versions, which you can unzip to XEF) or export your tags as XSY. Then it's just an XML tree to navigate.
 

Similar Topics

Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
138
Is there a way to use the FAL instruction to do +=2 instead of +=1? I have an array that is organized with alternating "data" and "flag" values...
Replies
5
Views
126
Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
239
Hi Iam using monitouch hmi(V9 soft) with omron plc cj2m (CX programmer). In this I want to read a data from hmi to plc. The data was like...
Replies
0
Views
95
Hi everyone, I am working on a project that needs to expose the SV (Set Value) of a temperature controller to a SCADA system. SCADA <-...
Replies
4
Views
160
Back
Top Bottom