How to Configure Numeric Input Logic for 7-8 Digit Values on Parker CTC Touchscreen with M340 Modicon PLC

Question:

Subject: Seeking Assistance for Numeric Input Logic on Parker CTC Touchscreen with M340 Modicon PLC Hello Everyone, I am currently working with a Parker CTC touchscreen that interfaces with M340 Modicon PLCs and communicates with a data acquisition computer via Ethernet using Interact X. I am looking for guidance on the appropriate logic block to utilize within the PLC for inputting a numeric value consisting of 7 to 8 digits. Specifically, I want to input a 7-digit number, such as 8448600, on the touchscreen and have it accurately displayed on the data acquisition computer. While I can successfully enter numbers up to approximately 65,000, attempts to input values beyond this threshold result in a broken pencil icon, indicating an error. I would greatly appreciate any insights or advice on the necessary logic configuration to enable the input and display of larger numbers on the touchscreen. Thank you in advance for your assistance! Best regards, Brian

Top Replies

A significant number of Programmable Logic Controllers (PLCs) are equipped with 16-bit registers; however, contemporary PLCs often feature 32-bit registers for enhanced performance. When a display successfully transmits a numerical value exceeding 65,536, it's likely that this value is utilizing multiple registers within the PLC. It’s crucial to verify that all components—including the CTC touchscreen, Modicon PLC, and the Interact X application—are properly configured to handle the potential size of these larger numbers. Unfortunately, I am unable to provide specific assistance, as I have not personally worked with these systems.

Hi Brian, it sounds like you're facing a data type limitation with your PLC configuration. In many PLCs, integer types can often handle values up to 32,767 for a signed integer, which might be the source of your issue with larger numbers. You could try using a "DINT" (double integer) data type instead, which should handle your 7 to 8 digit numbers quite well. Make sure to also check your Interact X settings to confirm it’s set up to correctly interpret the DINT values from the PLC. If you haven't already, updating the communication settings or doing a bit of scaling could also help resolve any display issues. Good luck!

More Replies →

Streamline Your Asset Management
See How Oxmaint Works!!

✅   Work Order Management

✅   Asset Tracking

✅   Preventive Maintenance

✅   Inspection Report

We have received your information. We will share Schedule Demo details on your Mail Id.

You must be a registered user to add a comment. If you've already registered,
sign in. Otherwise, register and sign in.

Frequently Asked Questions (FAQ)

FAQ: Answer: To configure the Parker CTC touchscreen to input larger numbers, you should:

Answer: 1. Ensure that the PLC is set to handle 32-bit integers, which support values up to approximately 2 billion. 2. Modify the numeric input settings on the touchscreen to match the data type used in the PLC. 3. Verify that the Interact X software is correctly configured to interpret and display these larger values.

Ready to Simplify Maintenance?

Join hundreds of satisfied customers who have transformed their maintenance processes.
Sign up today and start optimizing your workflow.

Request Demo  →