Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TTCSR

Pages: [1]
1
Technical support / Continuous counting display
« on: March 19, 2014, 07:19:29 AM »
I am setting up a test rig to cycle a switch and want to display it's number of cycles in the millions, however, the values I display are limited.  Is there anyway to display numbers in the millions or greater?

2
Technical support / Easybuilder MMI6070H and FMD1616-10
« on: January 17, 2014, 07:04:43 AM »
I am currently using the 7” touch screen MMI6070H with a Triangle Research PLC FMD1616-10, however, Easybuilder8000 says does not support device type.  I looked through the setup as well and the PLC is not listed.  
I have used the smaller screen MMI6050 in the past without any issues, however, I needed to download a driver.  
Are there any drivers for the MMI6070H I would need to have it work for the Triangle Research PLC FMD1616-10?  

3
Technical support / Message display
« on: January 17, 2013, 05:44:04 AM »
I have a program that performs a large amount of tests in sequence and displays error messages and pauses the sequence until the error is cleared.

The problem is as the test runs, it displays each error for a short period of time which is something I do not want the user to see as they are not actually errors, they are just the program running.  I would like it to display something like "Testing..." until it has an error for more that 3 seconds which would indicate an actual error found.  Does anyone know how to approach this?  Or is there a function that can do this?

4
Technical support / Cascading expansion boards
« on: October 09, 2012, 05:36:55 AM »
I am using a FMD1616-10 with two EXP4040, however, the second expansion board is not operating.  The power light is on for both expansion boards and each works fine individually with the PLC, just not together.  

Is there something I need to do to the code to allow it to recognize the I/O beyond 40?

5
Technical support / Saving space
« on: September 24, 2012, 04:52:46 AM »
I have a very large program, however, there are a lot of areas that have repeat commands such as:

SETLCD 0,0, CHR$(1)
SETLCD 1,1,A$

Is there anyway to put the entire "SETLCD...." into a string?

Or any other tips for space saving would be appreciated.

6
Technical support / Triggering the sequencer
« on: September 20, 2012, 04:36:12 AM »
I've been having troubles with setting up a sequencer.  
I have the basic arrangement in the ladder logic, however, I want the sequence to change each time one of the CusFn of each rung completes and I am unsure what code I can place in there to make this happen.  I tried a SetIO xxxx, CLRIOxxxx at the end of the code, but it doesn't seem to be working.  All I need is some bit to go from on to off to trigger the AVseq.  Any help would be appreciated.  

7
Technical support / FMD1616-10 repair?
« on: September 17, 2012, 04:13:41 AM »
A while ago an accident occured where something happend to an output and one of the sink driver chips ULN2803APG fried.  I swapped out the chip with a new one, however, now all the outputs 9-16 simply remain on.  

Is there anything I could change to fix them problem or is the PLC toast?

8
Technical support / Monitoring and comparing IO
« on: September 17, 2012, 03:55:22 AM »
I am using a T100MD1616+ and a MMI6050 and have run into a few issues with my project.

I want to monitior and compare inputs.  For example, if input 1 is on and any other input or combination of inputs turns on, I want to be able to distinguish this and output an error message.  Is there a command line to compare and monitor all the inputs?  
TESTIO (1-20) something like that.  


Pages: [1]