Tag write expression
Posted: Tue Nov 26, 2019 3:31 am
Hello,
I do try to shift bits left in the tag write expression on iX T7E, but when i input the value into the analog numeric field, the value that PLC gets is always 0. My code looks like that:
I have no idea what is wrong.
I do try to shift bits left in the tag write expression on iX T7E, but when i input the value into the analog numeric field, the value that PLC gets is always 0. My code looks like that:
Code: Select all
((value - (value%10))<<4)