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: 2023-02-1611:47 AM
Structured Text
I am trying to create a function block to be able to write the Object Parameters in x70 (eg. H1_limit)
The problem I am running into is I bring the Object name in as string and then try to add what value I want to read and join them together. I get an error because VALUE is a real and TagVal is a string. Is there a way to have the ST recognize this tagVal as an object and read the Value I am trying to get. Below is the ST.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-1802:36 PM. Last Modified: 2023-07-0806:49 PM
Hi,
I've just recently started using the RemoteConnect software, so might be barking up the wrong tree, but from what I can see, if you need to specify the Object name via a string, then you might need to use the "OBJ_NameToID" function to get the ID, then you can use the returned ID into the "OBJ_WriteField" function to update the attribute of interest.