Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Electronics101
- Messages
Search
Re: ASCII and Modbus
--- In Electronics_101@y..., iman hermansyah <iman_hermansyah@y...>
wrote: Hi Gusys,Hi Imam, My name is Anand Ahuja. As you have come to know by now, ASCII is representation of various characters, including space, special and control characters, in memory of computers. Modbus is a communication protocol which works on RS485 bus. RS485 bus has different other protocols also which are used for communication. RS485 bus is a two wire bus which is used in industrial control for communication between various devices like a PLC, temp. controller, electrical power monitor, AC or DC Drive, HMI (Human Machine Interface). The Modbus protocol uses ASCII characters for transfer of data between devices. Besides, a protocol has other parameters like no. of bits, parity, stop bits, baud rate, error checking and correction. Profibus (from Siemens), Devicenet and Controlnet (from Allen Bradley) are among the other protocols that are implemented on the same RS485 bus. However, all of them cannot be implemented on the same bus. All the devices sitting on the RS485 bus can be configured to communicate on the same protocol. Each protocol has certain variations like no. of bytes sent per packet, error checking, transmission speed, master/slave or peer-to-peer mode, etc.,. I hope that I have clarified your point. Anand Ahuja Iam a nandew comer in electronic world... |
frequency divider
alan fullarton
Hello all,
I'm trying to build an electronic flute and need a way to create each note from a source tone. I'm using a voice record and playback IC (ISD1420P)to play a looping tone as the source. I think I need a frequency divider but not sure, if I do how do I set one? Is there another way about it? I'm still a beginer in electronics, any help would be appreciated. Thanks, Alan _________________________________________________________________ Get your FREE download of MSN Explorer at |
Re: programmable microcontrollers
yahoo
开云体育Stan,
??? I don't know what kind of
computer languages you know or what you consider cheap but the Basic
Stamp?modules by Parallax are what I started with recently. They are
programmed in PBasic and are avalible at . The modules consist
of an interpreter chip, a resonator, and an EEPROM chip.?A basic stamp?1 module has 8 I/O's and is $34
and?a?basic stamp 2 module has 16 I/O's and start at $49. They have
starter kits?that cost more?which include a?stamp module,
instruction manual, and a parallel or serial cable to contect the stamp to a PC,
although I just bought the module since the software and documentation to
program them is avalible for free download at their web site. They
also?sell individual?parts to build your own basic stamp
modules.
?
??? ???
??? ??? ??? ???
??? ??? ??? ???
??? ??? ??? ???
??? ??? ??? ???
??? ??? ??? ???
??? ??? ??? ???
??? Tom
? ----- Original Message -----
|
Re: ASCII and Modbus
Jim Purcell
iman,
I just red the instruction,Modbus is a protocol forSo is ASCII, can you say something about where or why it is used instead of ASCII? which created by Modicon. Presently i've problem toThe first thing you could do is locate a table for both and compare the two. If you had two tables in memory, one ASCII, the other Modbus. Another table would contain the jump addresses to the code to which you are converting. Say you're converting ASCII to ModBus. The first character comes along, and pointers point to ASCII and the jump table. The convert program compares each the incoming ASCII character with one in the ASCII table. If no match is found both pointers are incremented. This repeats until a match is found, at which time the second pointer should be pointing to the correct jump table value enabling the program to load the alternate code into the accumulator (or a variable in high level language. ) and send it wherever it is supposed to go. Then pointers are resent and the next character retrieved, etc. Jim |
Re: ASCII and Modbus
iman hermansyah
Thank's Jim,
I just red the instruction,Modbus is a protocol for data tranfering. It's a standard protocol comunication which created by Modicon.Presently i've problem to establish communication between 2 communication which different protocol,one is ASCII and the other is modbus.FYI i use RS-485 for this comm. Anyway i'm getting clear in ASCII code. Iman. --- Jim Purcell <jpurcell@...> wrote: iman,Could somebody teach me what is differenciesbetweenASCII text and Modbus,for inter-devicecommunication. __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. |
Re: Fuses vs. resistors
Guillermo Brajovic
--- In Electronics_101@y..., Jim Purcell <jpurcell@w...> wrote:
Yes, I meant accidentally, sorry for the missunderstanding.I clearly read that Mark didn't mean a heatsinked fuse,Unless you meant it was in contact accidentally it would P.S. your name if I don't miss my guess is the same asAbout the spanish pronunciation, you are 95% correct, it goes like gui (like "gi" in "give") ller (like "Jerr" in "Jerry") mo (like "mo" in "moth"). Also, Marconi's first name was Guglielmo, wich has the very same root as Guillermo and William. Saludos, Guillermo. |
Re: Fuses
Guillermo Brajovic
Can anyone answer my original question - Why are fuses not rated inAs fuses are used as overcurrent protection devices, the relevant factor here is the CURRENT that the fuse will carry before melting. Power is somewhat irrelevant here, as it would be an indirect way to tell you the important parameter, the current capacity. I cannot recall anyone designing a circuit saying "then, I want the fuse to blow while it dissipates 10W or above", but " I want the the fuse to blow while 10A or above go through this path". Also, power alone is useless, you need also the resistance of the fuse to calculate the current capacity, or the voltage drop across the fuse. Guillermo. |
Re: Reborn Electronics newbie with a question
Himanshu Sharma
开云体育Sorry but it won't....
?
Simply because you don't have just the two
resistances there...
?
In fact the Op-amp has its own active resistance
and i feel that you can read that from any good book on Op-Amps......What you
can do is to give the input audio signal a DC offset of 6/Amplification
factor...that is 6 divided by amplification factor of op-amp...
?
Instead if you have two source use the way jim
uncle(with due respect :-)) told in the previous thread...
?
Regards :-),
?
--himanshu sharma
|
Re: Bypass transistors
Jim Purcell
d,
suggested bypass transistors as a method for limiting current at the inputFirst off, maybe you mean a pass transistor. This approach involves using the regulator to establish the output voltage at the base of a power transistor, then the power supply output is taken from the collector. The unregulated DC is applied to the collector. So the transistor isn't a special device except that it is designed to operate at higher current than the regulator. In that sense the input current to the regulator doesn't need to be large because the transistor passes the current to the load, not the regulator. Of course the actual output voltage will be the regulator voltage minus about 0.7 V, the normal BE drop on a silicon transistor. Some circuits use more complex regulators that use the actual output voltage to control the base reference voltage. Jim
|
Bypass transistors
d nixon
Back in August I posted a question about building a power supply and someone suggested bypass transistors as a method for limiting current at the input to LM3xx and LM78xx voltage regulators.
What are bypass transistors and how do they work? What types are good for this? -Mike _________________________________________________________________ Get your FREE download of MSN Explorer at |
Re: VCR
d nixon
Here's an idea:
Buy a new VCR. Seriously, these things are cheap now. I've seen them for as little as $50. If you were good at electronics and had access to tools and parts I could see fixing it yourself, but there is no justification in paying someone to fix such a low cost item. -Mike Victor Lee <emaillee@...>: We are Veron and Vic , siblings from Malaysia. _________________________________________________________________ Get your FREE download of MSN Explorer at |
Portland Group
Mounir Shita
Hi folks,
I just started a Yahoo!Group for us techies in the Portland,OR area. Maybe we can get a group going and try setting up some meetings so we can show our project, help each other out and stuff. I just started the group today, so of course there's no messages there yet. But I hope that will change. -Mounir |
Re: help
d nixon
Sure, you'll need a few things to get started:
1) A microcontroller (from Digikey, Jameco, etc.) 2) The hardware to program the microcontroller (many designs exist online that can be built for less than $10) 3) The software to program the microcontroller (often comes with the HW) 4) The development software to create the program that you'll load into the microcontroller. If you're going to program Microchip's PICs, you can get their development environment free. Might I suggest a book I have suggested previously: "PIC Microcontroller Project Book" by John Iovine. It looks like a pretty good beginner book. So what's your project idea? -Mike charlexus@...: i want to make a project using a microprocessor or a microcontroller. _________________________________________________________________ Get your FREE download of MSN Explorer at |
Re: programmable microcontrollers
d nixon
Jim,
I'm not sure what you meant by this, but, once programmed, the PIC can be placed in its own circuit to perform its duties - its program stays in its EEPROM (or EPROM) and will start running once power is applied. Most PICs can even be programmed in-circuit.The software to program the PIC or the program itself?Oh, so the device is always a heartbeat away from it's father. :-) Assembly, OK, I think I keep getting the Stamp and the Pic confused.Stamps actually use surface-mount PICs. They also have a BASIC interpreter on board. And they run slower and are more expensive than PICs. PICs can indeed be programmed in BASIC (PICbasic) - if you want to pay for it - although most people I've run into who work with them just program in assembly (the software is free!). The hex file is generated from the development software. I'm not sure if this is a standard, but it sure is the common practice. The programmer then takes it, converts it to op-code (binary), and writes it to the PIC. It's pretty seemless, though. My setup works like this: 1) I write the program in MPLAB (Microchip's dev. software). 2) I compile it, which creates a hex file (after I've eliminated bugs). 3) I run the programming software, which takes the hex file, converts it to binary and writes it to the PIC, which is sitting in the programmer connected to the parallel port of my PC. 4) I take the PIC out of the programmer and put it on my breadboard for experimenting, or into the final circuit. When power is applied to the PIC it does whatever the program is supposed to do. If I wanted to I could even program the PIC without removing it from its circuit. This makes it very easy to update. -Mike _________________________________________________________________ Get your FREE download of MSN Explorer at |
Re: The effect of input/output jacks crossed
Hmmmm. Somehow the problem solved itself. So, it must've been in the
software somehow. I thought I blew a hardware connection. But, maybe you can explain the mic in the computer and what happens when you mistake your output jacks for input jacks... I was wanting to play sound out of my laptop through a couple of speakers. But, I connected the speakers into the mic jack instead of the sound out jack. My mic has'nt worked since. ? |
Re: Reborn Electronics newbie with a question
Mounir Shita
Try this:
+ | R | *---||--------- Opamp Input | R | - Did you understand that ? I sure didn't :). The point with the negative voltage is to allow the audio signal to swing both ways Now if you're able to put the audio signal to swing around 6V instead of 0V, then you can just use the 12V car battery without a negative voltage. Use for example two 1K resistors. One between Vcc and opamp input, and one between opamp input and GND. Connect the opamp input VIA A CAPACITOR to the audio signal source. I think that should work Mounir --- In Electronics_101@y..., a_w_abate@y... wrote: I was fairly interested in electronics when I was in high school.To the point where I built several kits including a COSMAC Elf 1802voltage. I do not understand how to generate a negative voltage (forup with noisy audio. I believe this is because I am not apply the |
to navigate to use esc to dismiss