Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Do you want to display that info on an LCD screen? Automatic LCDs has a command that does that. Look up how to use the Pos command in the guide .
No, I don't believe there is.
What kind of communication between programming blocks were you thinking about? Is the other programmable block using EA as well, or another script?
Look at the "running other programs" section for details on how EA can interact with other programmable blocks.
Look at the end of "Who's who of what you can do" section to see how EA reads detailed info.
I think I found some other workaround, can't remember the details anymore but I'd be interested in the answer nonetheless.
Thanks My Dog,
I noticed i missed a question of yours a while ago and no one else replied to your query,
were you able to find a solution?
look below to my response to Bear Baron to see how to create a conditional loop. Keep in mind that when a programmable block is in a loop it can not do anything else or react to any new attempts at running it.
WriteNew is indeed better. Thank you.
What was the process to have an LCD display changing values real time? My Test Air Vent code will display pressure as I press the button but will not auto update. I didn't see it in the guide but the video shows you had a button and a light activate to keep values updating.
I don't plan to use it since a check of the Air vent is enough for what I need but I am just curious how its done.
you may want your first write statement to be WriteNew if you want it to over write the previous thing instead of creating a list.