Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
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-07-2706:13 PM. Last Modified: 2023-05-0211:54 PM
Reading ASN Octet String via SNMP driver
I'm trying to read out an IP address from an SNMP device which is in octet string format as per InetAddress TEXTUAL-CONVENTION. Trying to read it into a Geo SCADA SNMP string object gives me random characters as it is not treating it as a sequence of bytes.
I'm guessing there's no support for octet strings in the SNMP driver given the limited data types I have to play with. What would be the best way to get around this? Is it possible to convert this via scripting or expressions?
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-07-2707:04 PM
Managed to get it converted via VBScript from String -> Hex ->Int but now my problem is that if one of the octets is a 0, Geo SCADA treats it as a null character and ignores the rest of the IP address after it.