SCADAPack x70 DLOG_F parameters to elementary variables
Remote Operations Forum
Support forum for Schneider Electric SCADA systems, radios and RTUs. From commissioning integration devices and software, to enhancing existing installations or troubleshooting.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-09-1512:51 AM
SCADAPack x70 DLOG_F parameters to elementary variables
Hello,
I was curious to try to get all the parameters from dlog file to internal variables and put them to Modbus registers. At first I used DLOG_F function block to create log and logged some events. After that I used ROPEN_F function to open the file and than used F_READ_STRING function. This function output is STRING[256] or bigger. And after that I stuck at point where I couldn't convert that kind of string to anything except to ASCII array. And now from ASCII array I can get only the part of Local Time but I can not get anything more (unix time, value, etc...). Maybe I'm trying to do an impossible thing ? or is there any kind of opportunity to get normal values from such a big string ?