dcelectrical Posted May 9, 2021 Report Share Posted May 9, 2021 Is there any way to build a preset counter where the preset will be larger than 32767? The preset will be entered by the user via the keypad on the Jazz unit Thanks for any help with this issue. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted May 9, 2021 MVP 2022 Report Share Posted May 9, 2021 What you're looking for is a long integer, which has a maximum value of 2,147,483,647. You have to jump through hoops to get Jazz series PLCs to play with large numbers. In U90 software, there are many functions that add to the Jazz/M91 functionality that aren't on the standard drop-down list. They are referred to as "Special Functions". Go into the Help on the Contents tab and open up Ladder->Functions->Special Functions without Elements->'Long' Integer functions: Try using this and post questions you have. If you have a program you're working on, upload it with your post so we can see everything you're doing. Joe T. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.