Hello,
I want to making a log file (log.xls) where the follow
information is:
Starting time + day, example 15:07 20-02-2006, when starting test.xls.
Who knows?
mulderm
Hello,
I have using AC 110V Output module's for a PLC/5 system.
Now I have Optocoupler's connected to this Output's.
Problem is that when a Output is Low ("0") the Optocoupler
is activate.
Measuring the Output without a load gives a 70V AC signal when the Output is Low ("0").
How can this...
Hello,
I use a PLC/5 and RSLogix5 software.
How Can I detect a input pulse (I:00/00) with some program-code?
The pulse that I must detect is a false to true and
then from true to false type.
mulderm
Hello,
I have a form with a Combobox and the follow code:
Private Sub Form_Load()
Dim bestand As String
Dim lijst As String
Dim pad As String
pad = "c:\bal"
bestand = Dir(pad & "NN*.xls")
Do Until bestand = ""
lijst = lijst & bestand & ";"
bestand = Dir()
Loop...
Hello,
In Access I have the follow VBA-code:
sub test()
Dim ex as New Excel.Application
ex.DisplayAlerts =False
ex.Workbooks.Open "c:\test.xls
ex.Range("A1").value= "Example"
ex.ActiveWorkbook.Save
ex.Quit
ex.DisplayAlerts = True
Set ex = Nothing
End Sub
If Excel is get starting and the...
Hello,
How can I detect data input in an Excel-sheet when I have
1945 Excel-files?
I must have the name of the Excel-file where the data is
input.
I have a machine wich send data (in C++) in an Excel-file
one of the 1945 product-numbers files.
With a macro in the Personal Workbook?
mulderm
Hello,
When I starting an Access-database I want every second
starting a sub-procedure in the module.
I know that that there is a timer-event in a form but
this means that the form must be open.
I want to start this code every 1 sec when the database
is open.
I am using this for looking data in...
Hello,
I want a Visual Basic 6.0 program to make the
following handling:
Every week on Sunday morning on 10.00 hour a.m.
the program must delete the files on directory
c:\data.
Who can help me?
Greetings,
mulderm
Hello,
Can anyone tell me what the different is between a panelview 550
using DH+ or using Remote I/O.
How is the communication with this difference with a
PLC5?
Greetings,
mulderm
Hello,
I want to get a formula for basic so I can convert a Integer
word with 2 ascii sign to split them in a MSD and LSD.
Example:
I have received from a database PC a Integer word N7:0 = 8525.
These word have 2 ASCII words: MSD=! and LSD=M.
How is the formula for basic (1771-db) so that I...
Hi everybody,
I want to pass data between the PLC5-processor (5/20) and the
Basic Module 1771-DB series A using synchronous Block Transfer.
I have an attachment file include with the rungs and the basic-
program for the Basic-module.
The problem is when the basic-program execute Call 6 (row...
Hello,
I want to program and testing a basic program for the
Allen Bradley Basic module 1771-db series b.
Is there anyone who has the Basic Development Software
named Pbase (catalog number 1747-Pbase)?
I know you can program and testing a basic program with
a Terminal program but I want this to...
Hello everybody,
Is there anyone to now about how marking a tyre?
I want, when a detected tyre in a machine is fault,
mark a tyre (example a white circle on the black tyre)
so at the end off the machine the faulted tyre is recognized.
Is there someliked excist or is there another
possibility to...
Hi everybody,
I have a production machine that have around 12 security
doors with switches to give an emergency stop when a door
is open.
The 12 switches are in serie.
The problem is when a door is half open or the switch is not good working I must looking around the machine wich door is not...
Hi everybody,
I want to use a bit-shift register (BSL) to track a product.
I´m using 12 conveyor´s and on the end of each conveyor there
is a photoeye.
When the product is arrived the first conveyor, the conveyor1 is
running.
When the product is arrived on the end of conveyor1 (photoeye is...
I have installed RsLogix5 with RsLinx (Light version).
Now I want also install the AI series software (ICOM)
for the PLC5 on the same pc.
But the ai series used also the EVRSi.sys and 386swap.par hidden files for the license key.
Can I install these ICOM software?
Can I used the license key of...