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 - cch1955

Pages: 1 ... 3 4 [5] 6
61
Technical support / The Wish List come true
« on: January 19, 2009, 09:23:07 AM »
All Tri developers:

I just saw the latest update improvements, truly a huge effort and a great addition. The new improvements will make our task of ?Controlling the World? much easier and cost effective. Thanks for the efforts.

 I have downloaded and am now digesting 6.2. I am running 1.42 JRE. I noticed that 1.6 will also work now, should I upgrade Java?  

As I (think) I understand JRE Version 6 build 11 is the most current version of 1.6 and this works with the 6.20 upgrade? Please confirm.

Any comments or recommendations would be most helpful since Sun has a myriad of detail on their site. http://java.sun.com/javase/downloads/index.jsp

62
Technical support / A good way to measure scan rate
« on: May 14, 2008, 01:34:28 PM »
I have an application that is counting inputs from an optical sensor with a conventional input to a standard counter. I suspect I am loosing counts at higher rates. The On time is quite short.

What is a good way to measure the scan time so I can estimate the rate I should be a able to read.

I would use the fast counters, but they are tied up.

Thanks.

63
Technical support / A simple CALL DELAY COUNTER dCuFu question
« on: February 27, 2008, 10:18:21 AM »
Great One:

I have a dCuFu that has a DELAY of 1000 in it to allow process time before executing some actions. It is a bad way to do it, but it was handy.

I have an input bit in ladder changing state in real time which decrements a standard counter.

Am I right in my understanding that during the time the DELAY is counting down in the CALLED dCufu the counter will not decrement (ladder scan stops while called function executes) and pulses on the input would be lost until the DELAY is finished?

I know I could used a HSC or and Interrupt input to resolve this if it is the case , but can handle it another way if my understanding is correct.

Thanks.

64
Technical support / Program Development
« on: January 10, 2008, 09:13:49 AM »
In using TRiLOGI to develop programs for industrial applications a user can go at it many ways: All ladder programming, Ladder with a few Custom Functions, or mainly with BASIC in Custom Functions and a bare minimum of ladder circuits.

What style do you recommend to make development rapid, clean understandable program flow and solid application operation?

I know you could say ? Each application calls for a unique approach and combination of the tools based on the programmers analysis of the processes?  but I?m hoping for a general ideology statement based on your broad application and development experience with TRiLOGI.

Thanks





65
Technical support / Call Function question
« on: December 28, 2007, 09:39:28 AM »
Here is a part of a program I am using:

if y = 10 then  A = 8000 : CALL 21: STEPMOVE 1,-19000,10 : D$ = "JS2" : y=0 : setlcd 0,1,chr$(1): R = 0 : DM[54] = 0 : setio maindrly 'this is for 2" wide x 3.5 Jbag hub
endif

When execting this the CALL 21 is done as expected, but when it returns from 21 it does not execute the STEPMOVE command.

Does the CALL retun to the next command within the IF THEN Statement or does it return to the next command after this loop ignoring the remaning commands within the loop?

Thanks

66
Technical support / Counter - Sequencer suggestion
« on: October 08, 2007, 04:50:09 PM »
I think it would be helpful in future documentation to add an entry to
the keywords in TBASIC concerning the setting and reading of counter values using CtrPV[n]. Currently it is only listed under SetCtrSV as a footnote. Also the forn is somewhat differnet since you use the same command to both read and set the counter values.  Below is the foot note listed under SetCtrSV :

Related : The present values (P.V.) of counters can be read or written directly as integer variables   "CtrPV[n]". But the Set Values can only be changed by this function.

The current reference is a little obscure and takes away from this fine product.

67
Technical support / Any plan for more than 8 sequencers?
« on: September 20, 2007, 03:49:19 PM »
Great one:
Any plan for more than 8 sequencers?

Thanks

68
Technical support / FYI Mouse Scroll of TRI-PLC
« on: August 10, 2007, 03:05:25 PM »
I previously had asked about mouse wheel scrolling in TRI-PLC programming software. It is very convenient to scroll up and down in the source code with the mouse wheel.

I have discovered a solution in a small software package that lets you assign the mouse wheel control by application. The website is http://www.ardamax.com/mwc/ it is free to try for 30 days $14.95 to buy.

The control needs to be set to  the Javaw.exe file in your Java directory. I allows you to define control action and assignment. I'm sure there are other programs to do this, but this one worked for me.

One less development task for TRI-PLC.

Cheers !

69
Technical support / Cut and paste
« on: July 26, 2007, 02:15:07 PM »
Is there a safe way to copy circuits from one PLC program and paste them into another program?

Often you create a ladder construct that can be used again. I do no wish to create it a over agin contact by contact.

Any wisdom on how to do this?

Thanks

70
Technical support / Simulator display stepper direction line ?
« on: June 29, 2007, 04:28:40 PM »
Does the simulator display the changing state of the direction line (out5) for plus and minus stepper moves ?

71
Technical support / program listing printout question
« on: June 27, 2007, 02:42:28 PM »
if I print out my Custom functions I get printouts with many blank pages along with the custom functions. I would say about 75% blank pages having just a number at the top and the name of a custom function.
Any idea what is going on or is this normal ?


72
Technical support / Stepmove pause question
« on: June 19, 2007, 03:38:18 PM »
I have a need to load a stepmove distance and then during the execution of that move and prior to completion, to stop the motor and hold position.

I then will continue the move to the original completion point. I would call this a "feed hold" type of function. It looks like I can create this function with the stepcount function and some code. I would like to simply execute a STEPSPEED 1,0 to cause the stepper pulse stream to stop until I give a new STEPSPEED command to resume the move, but it faults out.

Any elegant solutions come to mind? Suggestions of best way to do this?



73
Technical support / large chacters on HMI possible?
« on: May 18, 2007, 09:10:06 AM »
I have the MD420 HMI. In my application larger characters would be easier for operator to read. Is there a command which changes the font size for the LCD controller to double size? I would like 2 rows of larger characters.
Thanks



74
Technical support / T100MD2424+ OUTPUT DIODES NEEDED FOR SOLENOIDS??
« on: April 23, 2007, 03:13:34 PM »
Oh great one:

I have a machine which uses 24vdc solenoids sourcing current directly through the outputs on the T100MD2424+. It has worked well for many months, but has recently developed very rare output transitions. The only items being effected are the outputs driving the solenoids.

My thoughts are back EMF problems killing the chip or tripping it (just swapped it out so will see if helps).

Second the machine handles plastic tubing and can generate static build up. Possibly the static is causing this, but i would think I would see other problems too. I have added static discharge brushes to drain this off to ground.

The only way the solenoids change stae is through a CuFunction which toggles the output bit each time the CuFunction is executed. It is only executed by a manual foot switch with 1 second time eliminating false foot pedal trips.

Ideas, comments, great wisdom ???

Thanks
CCH

75
Technical support / Java update and version
« on: April 06, 2007, 08:38:01 AM »
I understand you are using an old version of Java SE, no later than 1.5 I believe. Since it is unlikely you will update to the current version anytime soon, is there a way to stop the prompt to udate the software?

Pages: 1 ... 3 4 [5] 6