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.


Messages - cch1955

Pages: 1 ... 8 9 [10] 11 12 ... 14
136
Technical support / Re:T100MD2424+ counter question help!!
« on: January 05, 2010, 01:21:45 PM »
Thanks for fast reply.

In my current application I do not use input 3 + 4 as HSC but as frequency measurement. I am not currently using inputs 5+6 so they are available for use.
 
I want to be sure I am correct:  If I am using 3+4 for frequency measurement, I can also use 5+6 input as separate (2 independent) HSC at the same time? I am concerned that HSC is only for quadrature device and not two independent counters. If I can use these counters, easier for me compared to interrupt.

Also of note: I am using both stepper controllers while all of this is going on so I hope no conflict of use.

Good to know new board can be used if needed.
Thanks

137
Technical support / T100MD2424+ counter question help!!
« on: January 04, 2010, 03:25:12 PM »
I have an application where I count pulses from two photo cells (on two separate measuring wheels) with a T100MS2424 on a regular inputs with a standard counters (not HSC) It works well up to a certain speed but over that speed is losing counts. I have verified this using a frequency counter direct on the input line from the photocell.  I am using 2 channels for frequency measurement for another part of the machine so I don?t have 2 HSC channels to use to resolve it.

The question is: The counter is on a rung with the photocell input incrementing the counter. I do not have a special bit say .01 seconds to force the counter to be serviced. I have assumed that I don?t need one since the counter will be incremented whenever the input changes state.  Am I correct here?

I have thought of changing to the new F2424 board since it seems to have the ability to use 2 HSC and 2 frequency measurements on input at the same time. Is that correct? If I change to this board will the program run on the F25 from the older board? I see some input pin locations are different, but most else is the same.
Ideas will be appreciated. thanks

138
Technical support / Re:E10-NPN programming
« on: December 15, 2009, 07:58:44 AM »
Great! thanks for the quick response.
Have a Merry Christmas and a Happy New Year

139
Technical support / Re:E10-NPN programming
« on: December 14, 2009, 07:48:54 AM »
I have purchased the kit but it is not here yet. I would like to work on the program, can I donwload it in some way?
Thanks
Chris

140
Technical support / E10-NPN programming
« on: December 11, 2009, 09:48:42 AM »
Hi:

I have done programming for the T100MD2424 using TRiLOGI Version 6.13 software. Do I use the same package for the E10-NPN or do I need to down load a different version?
Thanks

141
Opinions & Feedback / Re:Wish list and comments mouse wheel
« on: June 17, 2009, 07:54:14 AM »
Great news. I think this will make a great product even better. I really appreciate the way TRi is always listening to those of us using the product and adding features that make the product better. I have recently quoted some new automation projects with your products and the new additions will make my job easier and take a few less hours.

Thanks again, nice work.
Chris

142
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

143
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.

144
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.

145
Technical support / Re:Program Development
« on: January 10, 2008, 12:04:24 PM »
I appreciate your response to this question.

I agree ladder works very well for simple machine functionality.
TRiLOGI Basic does complex tasks well. I think the most tedious develpoment is to navigate between the ladder and the functions so you don?t "hang up" the scan in a function.

Great products ! Thanks for the efforts.



146
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





147
Technical support / Re:Call Function question
« on: December 28, 2007, 03:19:37 PM »
I think the problem is that the STEPMOVE comman is being encountered before the previous move is completed.

As I understand it a STEPMOVE command is ignored until a previous STEPMOVE is completed. No buffering of STEPMOVE commands takes place, so the command is lost unless issued after the current move completes.

I will have to add a flag which checks the complete bit for the STEPMOVE command to prevent concurrent execution.


148
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

149
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.

150
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

Pages: 1 ... 8 9 [10] 11 12 ... 14