thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
GNU General Public License v3.0
1.09k stars 440 forks source link

It does not supprot implicit type conversion! #86

Closed xinsuinizhuan closed 5 years ago

xinsuinizhuan commented 5 years ago

I code below snapshot, compile it ,errors. 1565859863(1)

thiagoralves commented 5 years ago

This is not C or python, this is IEC 61131-3 Structured Text programming. The standard defines a strictly typed language, which means that there shouldn't be any implicit type conversion.