AdvancedHMI Software

General Category => Open Discussion => Topic started by: Fito_IEBSA on April 28, 2022, 02:30:22 PM

Title: Write float value in CLX Ethernet/IP
Post by: Fito_IEBSA on April 28, 2022, 02:30:22 PM
Hello I am new using AdvancedHMI
first an apology for my poor english

could you help me or give me an example how to write
float value in controllogix over Ethernet/IP
Title: Re: Write float value in CLX Ethernet/IP
Post by: Archie on April 28, 2022, 04:24:00 PM
- Add an EthernetIPforCLXCom driver to the form
- Set the IPAddress property
- Add a BasicLabel to the form
- Set the PLCAddressValue property to F8:0
- Set the PLCAddressKeypad property to F8:0
- Run the application
- Click on the BasicLabel
- Enter a value
Title: Re: Write float value in CLX Ethernet/IP
Post by: Fito_IEBSA on April 28, 2022, 08:25:27 PM
Thank you Arch for your reply.
Is there a way that by code
write something like this
EthernetIPforCLXCom .Write(Tag, Value)
Title: Re: Write float value in CLX Ethernet/IP
Post by: Archie on April 28, 2022, 08:47:12 PM
EthernetIPforCLXCom1.Write("F8:0","1234")
Title: Re: Write float value in CLX Ethernet/IP
Post by: dmroeder on May 04, 2022, 12:12:56 PM
Something's funny, "F8:" is not ControlLogix syntax, it's SLC syntax. 
Title: Re: Write float value in CLX Ethernet/IP
Post by: Archie on May 04, 2022, 04:33:39 PM
Something's funny, "F8:" is not ControlLogix syntax, it's SLC syntax.
My fault. My brain must have been in the MicroLogix world when I responded.
Title: Re: Write float value in CLX Ethernet/IP
Post by: Noe on May 09, 2022, 12:37:38 PM
Something's funny, "F8:" is not ControlLogix syntax, it's SLC syntax.

Can happen when you migrate projects!