- Learning RSLogix 5000 Programming
- Austin Scott
- 173字
- 2021-07-16 20:15:10
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This module can be configured to record or latch the time at which a state is changed from ON
to OFF
, OFF
to ON
, or both."
A block of code is set as follows:
(***** Alarm Totalizer *****) if (OSRI_01.OutputBit AND NOT FC1001_FLT_ALM.Disabled) then Total_Alarm_Count := Total_Alarm_Count + 1; end_if;
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "First, in the Controller Organizer pane, select and double-click on the Controller Tags option to open the Controller Tags panel."
- Android Wearable Programming
- Learning Chef
- 編程珠璣(續)
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- BeagleBone Media Center
- Python從入門到精通(精粹版)
- Lua程序設計(第4版)
- Mastering macOS Programming
- HTML5 and CSS3 Transition,Transformation,and Animation
- Highcharts Cookbook
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Python Data Structures and Algorithms
- C/C++數據結構與算法速學速用大辭典
- Orleans:構建高性能分布式Actor服務
- 深入實踐Kotlin元編程