2 - Unorganized and Specific Flashcards
AWS Lambda Proxy Integration
A Lambda proxy integration enables you to integrate an API route with a Lambda function
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html.
Line Voltage
standard voltage. In the united states, this is 120 volts.
controller Mode Switch Position: Run
upload projects, run program & enable outputs
controller Mode Switch Position: Prog
update firmware, disable outputs, upload/download projects; create, modify, and delete tasks, programs or routines. Change port configuration, advanced port configuration or network configuration settings
controller Mode Switch Position: Rem
upload/download projects, change port configuration, change between Remote Program, Remote Test, and Remote Run modes through the application.
Rem: Remote Run
the controller executes (scans) tasks, enable outputs, edit online
Rem: Remote Program
update controller firmware, disable outputs, update routines and programs, download projects, edit online, controller DOS NOT EXECUTE (scan) TASKS
Rem: Remote Test
execute tasks with outputs disabled, edit online
NAT
Network Address Translation
βis a method of remapping an IP address space into another by modifying network address information in the IP header of packets while they are in transit across a traffic routing device.[1] The technique was originally used to avoid the need to assign a new address to every host when a network was moved, or when the upstream Internet service provider was replaced, but could not route the networks address space. It has become a popular and essential tool in conserving global address space in the face of IPv4 address exhaustion. One Internet-routable IP address of a NAT gateway can be used for an entire private network.β
https://en.wikipedia.org/wiki/Network_address_translation
ELB
Elastic Load Balancing (https://aws.amazon.com/elasticloadbalancing/)
EtherNet/IP
(IP=Industrial Protocol) an industrial network protocol that adapts the Common Industrial Protocol to standard Ethernet. EtherNet/IP is one of the leading industrial protocols in the United States and is widely used in a range of industries including factory, hybrid and process.
Shows up as ENIP on wireshark
CIP
Common Industrial Protocol
SCADA System
todo
(PLC) UDTs
User Defined Data types
kinda like structs in programming?
http://www.plcdev.com/user_defined_data_types_udts_and_oop
ES6 Destructuring variables
TODO