Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Industry Automation and Control Forum
This forum is addressing industrial automation design & engineering, operations, asset performance, cyber security and digital transformation for Plants & Machines.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-02-26 03:09 AM
Hello everyone,
I have another issue with EOTE. I have a selectable dropdown list, and I want to use index 0 from this list (my selection options are 0 = Stop / 1 = Auto / 2 = Manual). The problem is that the index always starts at 1. This is a big issue for me.
How can I use index 0?
Thanks!
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-02-26 09:32 PM . Last Modified: 2025-02-26 09:33 PM
Hi unfortunately there is no way the dropdown object to start with index 0. If this is on a faceplate (popup) you can probably add an additional 'Accept/Ok' button to write the (selected index - 1) to the PLC variable. Convertors will also not work as it can only convert direction PLC -> HMI and not the other way around.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-02-27 01:45 AM
Are any fixes planned for this version?
Is there a roadmap for EOTE's future development?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-03-16 10:38 PM
EOTE is the software that will be used going forward on all new HMI models. It is active product and regular updates are released.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-03-18 12:25 AM
So can a fix be implemented for this issue?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-03-18 09:51 AM . Last Modified: 2025-08-01 11:35 PM
Hi,
You can use convertor function with variable of item. I shared document at attached and shared sample program that it made different method. You can reach to sample program via this link.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-03-19 12:03 AM
But the variable's direction is "One Way" :(.
I've already tried this solution, but it doesn't work.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-31 09:34 AM
I’m currently working with Schneider’s Operator Terminal Expert (EOTE) as well, and although my reply is a bit delayed, I recently ran into the same issue.
My goal was to assign a value from 0 to 3 to a DINT variable in the PLC based on the selection from a dropdown list.
I initially tried using a converter, but binding the variable to the object didn’t work: it seemed to expect a Boolean.
What ended up working for me was writing an onClick script for the dropdown component that subtracts 1 from the selected index and assigns it to the variable.
Here’s an example:
onClick($GraphicObject.ModeDropDown, () => {
LS_PmpGrp001_W.Mode.Value = ($GraphicObject.ModeDropDown.SelectedIndex -1);
});
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-08-01 11:39 PM . Last Modified: 2025-08-01 11:53 PM
I added sample program it works with two way Link
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of