
adccommunitymod (AutomationDirect) asked a question.
Numeric entry predefined range
Created Date: June 26,2013
Created By: thebeast
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
How can i increase the predefined range on a numeric entry button. I used unsigned int 16 for my entry and the highest I can go is 65535. Unfortunately I need a maximum of 72000. Thank you.
Created Date: June 26,2013
Created by: scott.lawrence
you would have to change it to an unsigned int 32 (double word). This will also increase the input to the PLC, if you don't already have it set to use a double word register.
There is probably an easier way to do this, but just delete the object(s) on the screen(s), edit the tag in Tag Database, and create a new object assigned to that tag.
Created Date: June 26,2013
Created by: thebeast
How can i increase the predefined range on a numeric entry button. I used unsigned int 16 for my entry and the highest I can go is 65535. Unfortunately I need a maximum of 72000. Thank you.