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)
Code: Select all
((value - (value%10))<<4)