Quick question, do you know Allan Bradley Studio and the new Motion prepared Allen Bradley PLCs do support CodeSys? Or do they have an own type of structured text?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
Im wondering if there is something similar to alias's from allen bradley in codesys or if there is something similar.
Thanks
Not really a 1:1 feature, but there are those 2 :
AT keyword, used to "alias" an I/O or memory (I,Q and M)
https://help.codesys.com/webapp/_cds_at_declaration;product=codesys;version=3.5.14.0
UNION datatype, allows you to interpret the same RAW data with different datatypes
https://help.codesys.com/webapp/_cds_datatype_union;product=codesys;version=3.5.14.0
Quick question, do you know Allan Bradley Studio and the new Motion prepared Allen Bradley PLCs do support CodeSys? Or do they have an own type of structured text?
they have their own type..
hello, maybe this solution is for you
Thanks for the replies, The AT keyword and reference POU definitely will help. I appreciate the input.
Last edit: baglane 2022-08-24