Home
Help
Search
Login
Register
AdvancedHMI Software
»
General Category
»
Open Discussion
»
Write float value in CLX Ethernet/IP
« previous
next »
Print
Pages: [
1
]
Author
Topic: Write float value in CLX Ethernet/IP (Read 3077 times)
Fito_IEBSA
Newbie
Posts: 3
Write float value in CLX Ethernet/IP
«
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
Logged
Archie
Administrator
Hero Member
Posts: 5322
Re: Write float value in CLX Ethernet/IP
«
Reply #1 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
Logged
Fito_IEBSA
Newbie
Posts: 3
Re: Write float value in CLX Ethernet/IP
«
Reply #2 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)
Logged
Archie
Administrator
Hero Member
Posts: 5322
Re: Write float value in CLX Ethernet/IP
«
Reply #3 on:
April 28, 2022, 08:47:12 PM »
EthernetIPforCLXCom1.Write("F8:0","1234")
Logged
dmroeder
Administrator
Full Member
Posts: 212
Re: Write float value in CLX Ethernet/IP
«
Reply #4 on:
May 04, 2022, 12:12:56 PM »
Something's funny, "F8:" is not ControlLogix syntax, it's SLC syntax.
Logged
Archie
Administrator
Hero Member
Posts: 5322
Re: Write float value in CLX Ethernet/IP
«
Reply #5 on:
May 04, 2022, 04:33:39 PM »
Quote from: dmroeder on May 04, 2022, 12:12:56 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.
Logged
Noe
Full Member
Posts: 205
Re: Write float value in CLX Ethernet/IP
«
Reply #6 on:
May 09, 2022, 12:37:38 PM »
Quote from: dmroeder on May 04, 2022, 12:12:56 PM
Something's funny, "F8:" is not ControlLogix syntax, it's SLC syntax.
Can happen when you migrate projects!
Logged
Print
Pages: [
1
]
« previous
next »
AdvancedHMI Software
»
General Category
»
Open Discussion
»
Write float value in CLX Ethernet/IP