User:

Log in user:

(step 1 of 2)


Write your email address in the white field and then click the "Confirm" button.

Log in user:

(step 2 of 2)


Write your password in the white field and then click the "Confirm" button.
Or click the "Request password" button to request forgotten password.

Log in user - Failure:


Email address has not been found!
Click the "Previous step" button to to enter your email address again.
Or click the "Register user" button to register your email address.

Log in user - Failure:


Pasword does't match!
Click the "Previous step" button to enter the password again.
Or click the "Request password" button to request forgotten password.

Request password:

(step 1 of 2)


Write your email address in the white field and then click the "Confirm" button.

Request password:

(step 2 of 2)


Your password has been sent to your email.
Please also check your spam folder.

Request password - Failure:


Email address has not been found!
Click the "Previous step" button to enter your email address again.
Or click the "Register user" button to register your email address.

Register user:

(step 1 of 5)


Write your email address in the white field and then click the "Confirm" button.

Register user:

(step 2 of 5)


Registration code has been sent to your email.
Please also check your spam folder.
Copy the registration code from your email in the white field and then click the "Confirm" button.
Or click the "Previous step" button to request the registration code again.

Register user - Failure:


Email address already exists!
Click the "Previous step" button to enter the email address again.
Or click the "Log in user" button to log in with your email address and password.
Or click the "Request password" button to request forgotten password.

Register user:

(step 3 of 5)


Set your user name in the white field and then click the "Confirm" button.

Register user - Failure:


Registration code does't match!
Click the "Previous step" button to enter the registration code again.

Register user:

(step 4 of 5)


Set your password in the white field and then click the "Confirm" button.

Register user - Failure:


User name already exists!
Click the "Previous step" button to set another user name.

Register user:

(step 5 of 5)


User has been successfully registered.
Click the "Log in user" button to log in.

User settings:

User settings:


Please log in to be able to open user settings.
Click the "Log in user" button to log in with your email address.
Or click the "Register user" button to register your email address.

User settings:


Your subscription has been successfully canceled.

User settings:


Your subscription has been successfully established.

Write comment:

Write your comment in the white field and then click the "Add comment" button.

Introduce the terminology and standardize it!



Labels

Identify, clarify and standardize all names and terms already at the beginning of the project. This applies, for example, to machine parts and components, signals, processes, functions, etc. Do it before you and others use the names and terms. Do this before having a debate and writing any documents about the project.
Avoid ambiguity in naming and using multiple terms for one thing.
Avoid spreading false terms. (Because it is difficult to find and correct these incorrect terms later.)

Make a list of all the names with a description of their meaning and a picture of their appearance.

If you work with people in an international field or supply customers in multiple languages, ask a technical expert to translate the list into other languages.
You can get a correct translation from the customer. Usually he knows the technical terms best in his language. (Probably better than an interpreting agency.)
Have several experts review the terms and translations.

Use only agreed terms in discussions, emails, protocols, documentation, program code and comments, electrical diagram, graphical user interface, operating manual, etc.

If you are not sure, look for the correct term in the list.
If you can't find it, contact the administrator of this list and enter a new suitable term in the list.

If possible, avoid using abbreviations as they may be difficult to translate into another language.

When implementing a third-party product, use the terminology from their documentation. Also get the documentation to the third-party product in the languages you need to copy the terms from there. (For example, a text from a third-party provider can be implemented as alarm text in the graphical user interface.)

© Radim-Automation, 2020–2025. All rights reserved.
Sharing of this article is permitted with proper attribution (link to the original page).


Related previous articles:


Related next articles:


The risk of spreading false terms is not only ambiguity and incomprehensibility.
Hilarious bad terms can appear especially when words are literally translated from one language to another.

Yes this is a great advice to standardize name across the project, from mechanical parts, I/O, electrical print, plc and Hmi tag. Too often I struggle to interpret or understand tag name that is totally different than what maintenance people usually call the device name or change all together from Plc to electrical print. Standardization of PLC structure is always a +.

Great basic advice for proper machines development. Also chose name that every new person working on the project can easily understand. Like “DeviceXinposition” instead of “devxipos” where x is the proper name for the device and same name as in print.

Is your native language not English and do you work in an international team? Have you agreed on English as the project language within the team? Then please:

1. Install and use all project tools in English.
2. Use English help files for the tools.
3. Write English variable names and comments in the code.

These rules make collaboration between team members, documentation and support tasks easier. Because people will use the same terms.

Do you agree with these rules?
Would you add anything else?

"Code conventions are important to programmers for a number of reasons:

• 40%–80% of the lifetime cost of a piece of software goes to maintenance.

• Hardly any software is maintained for its whole life by the original author.

• Code conventions improve the readability of the software, allowing engineers to understand new code more quickly and thoroughly.

• If you ship your source code as a product, you need to make sure it is as well packaged and clean as any other product you create."

- https://en.wikipedia.org/wiki/Coding_conventions