Welcome, Guest
Username: Password: Remember me

TOPIC: PLC programming

Re:PLC programming 13 years 3 months ago #1382

  • giants
  • giants's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 50
  • Karma: 0
Hi Claes,

Thanks

Maybe my question is not exact. I would like to use an analog demultiplexer for analyze of gas.
I have only one device and more gas sources (example: 5).
We have to analyze every source and we have to generate the results as follows.




I could not find a device - an object in the proview - that could be used for \"timer\" (simplifying: astable multivibrator with counter which is shifting the multiplexer)
What object can I use for this function?

Post edited by: giants, at: 2011/01/11 23:33
The administrator has disabled public write access.

Re:PLC programming 13 years 3 months ago #1387

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3178
  • Thank you received: 502
  • Karma: 133
Hi Giants,

If you invert the input of a Wait object. and connect the output to the input with a feedback connection, you will get a puls train on the output that you can connect to a Count object.

/Claes
The administrator has disabled public write access.

Re:PLC programming 13 years 3 months ago #1390

  • Snarf77
  • Snarf77's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 847
  • Thank you received: 2
  • Karma: 5
No problem, it was not polemic at all...

I just said that because It also takes me some time to find some appropriate modules to make some plc prog depending on the name they were given in Proview, their location in libraries or whether the exist or not compared to other softwares I used to use.

As it is stored in a way which is different from this software to others I know (nothing abnormal in this) I thought it could be interested for us to know which modules you use for a particular purpose.

I didn't speak about general information you find in already existing manuals of course.

Regards.

Snarf
The administrator has disabled public write access.

Re:PLC programming 13 years 3 months ago #1396

  • giants
  • giants's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 50
  • Karma: 0
Hi,

I tried what you wrote, but it does not work
What do you think what I went wrong?

G
The administrator has disabled public write access.

Re:PLC programming 13 years 3 months ago #1398

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3178
  • Thank you received: 502
  • Karma: 133
This will work



/Claes
The administrator has disabled public write access.

Re:PLC programming 13 years 3 months ago #1401

  • drac
  • drac's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 1
  • Karma: 0
or this, set counter preset to 4
Attachments:
The administrator has disabled public write access.
Time to create page: 8.968 seconds