RSLogix 5000 PROJECT 1| Simulate program How to Get Data Date from PLC Processor using GSV

preview_player
Показать описание
RSLogix 5000 | Simulate program How to Get Data Date from PLC Processor

RSLogix 5000 | Program Simulasi untuk mengambil DATA Tanggal & Jam dari processor PLC

- RsLinx Classic
- RSLogix Emulate 5000
- RSLogix 5000

Using Get System Value (GSV) and Set System Value (SSV) Instruction
The GSV/SSV instructions get and set controller status data that is stored in objects. The controller stores status data in objects. There is no status file, as in the PLC-5 processor.

When enabled, the GSV instruction retrieves the specified information and places it in the destination. When enabled, the SSV instruction sets the specified attribute with data from the source.

When you enter a GSV/SSV instruction, the programming software displays the valid object classes, object names, and attribute names for each instruction. For the GSV instruction, you can get values for all the attributes. For the SSV instruction, the software displays only those attributes you can set (SSV).

Use the GSV/SSV instructions carefully. Making changes to objects can cause unexpected controller operation or injury to personnel.

You must test and confirm that the instructions don’t change data that you don’t want them to change.

The GSV and SSV instructions write or read past a member into other members of a tag. If the tag is too small, the instructions don’t write or read the data. They log a minor fault instead.
Рекомендации по теме