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 ... 9 10 [11] 12 13 14
151
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 !

152
Opinions & Feedback / Re:Wish list and comments Mouse Wheel
« on: August 10, 2007, 03:02:00 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 !

153
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

154
Technical support / Re:Simulator display stepper direction line ?
« on: July 02, 2007, 08:46:53 AM »
Good information. I saw the smiulator showing the desired move and noticed the direction bit not changing. I wanted to make sure all was working correctly since it looked like it was not on the pin level.

155
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 ?

156
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 ?


157
Technical support / Re:Stepmove pause question
« on: June 20, 2007, 08:30:28 AM »
Master of TRI-PLC:

I did try a variation yesterday on what you suggested first and it works well.  As we all know the only potential problem I have is if the motor is running fast, and I hit feed hold, STEPSTOP will not ramp down to a stop so I could loose position by some steps in open loop control.

I can go through the detail of creating a ramp down cycle hold, but I hope in actual operation the problem will not be a big one.

I would suggest to make a great product even better; a STPmovHLD command would be very popular. The function would allow a person to cause a STEPMOVE command to be brought to a stop in a ramp down to a stop manner and then ramp up and resume the unfinished STEPMOVE once a control bit goes high.

How about a place on the forum where we customer could vote for the list of potential software and hardware changes to you product? As a manufacturer with limited resources, it would allow you to make the product more attractive  to your customer - you would sell more and it would cost you less.

Thanks for the help.

158
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?



159
Technical support / Re:large chacters on HMI possible?
« on: May 21, 2007, 08:05:12 AM »
Thanks for the tip.
CHris

160
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



161
Also solenoid specification is 24VDC unit drawing 85mA for both inrush and hold. Machine has 6 solenoids on outputs 9,10,11,12,13,14 on the T100MD2424+ main board.

Thanks
CCH

162
Ah you point out my poor use of words. I am using regular outputs as SINKING outputs. My mistake. The other side of the solenoid coil is tied to +24vdc on same PS as PLC. I will try to see if states are same with online monitor, but hard to catch.

Rare output means when the machine is coming to the end of the cycle it will infrequently  and without pattern (once in 40 times as an example with no setting changes) cause the output which have state changed through a toggleio in CuFunction to change state and stay in the changed state. The only pattern which seems more common is that the bit changes from low to high. It has done the opposite, but not often.

The only section of code to change solenoid bit state is as follows:

'Toggles i/o 9 to change clamp state. for supply spool clamp 1. A low output=clamped so if have bad solenoid or bad wire or loose power , part stays clamped.

'SOL_SU1_CLMP IS THE SOLENOID

TOGGLEIO SOLSU1_CLP         'CHANGE OUTPUT BIT FROM CURRENT SETTING EACH TIME FOOT SWITCH  IS PRESSED.

IF TESTIO (SOLSU1_CLP) = 0 THEN   'Check to see SOLSI1_CLP current state after toggle i/o bit

   setio Su1clamped      'i/o bit is OFF to SOLSU1_CLP, clamp flag relay set indicating SU1 clamped.
ELSE
   CLRIO Su1clamped      'i/o bit is ON to SOLSU1_CLP, clamp flag relay cleared indcating SU1 not clamped.
ENDIF

The only way the above section of code is executed is by the pressing of a manual foot switch. The machine has four of these clamps and all have the same problem. All are on adjacent outputs.

I swapped the output IC as a test, same results. Added static brushes to ground product same results.

Ideas?



163
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

164
Technical support / Re:Java update and version
« on: April 06, 2007, 01:28:35 PM »
Thanks. I am sure others will appreciate this also.
Cheers
Chris

165
Technical support / Re:print code with custom functions
« on: April 06, 2007, 01:26:29 PM »
I appreciate that. I believe it will add value to your fine product and reduce development costs.
Thanks
Chris

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