Downloads Video Tutorials FAQ Contact Dealers & Distributors Jobs. Software-Entwickler Audio/DSP Software-Entwickler Entwicklungsingenieur Hardware Buy. Mar 03, 2020 0.8.0 (2020-03-03) Added option to configure the timezone for the returned index. Changed default from Europe/Amsterdam to UTC! Adds pytz as new dependency(#499); More robust detection of the default PI AF server (#496, #501). By Ruben Geert van den Berg under SPSS Glossary. Xlrd is a module that allows Python to read data from Excel files. This tutorial explains where to get it and how to install it. Downloading the Python Xlrd Module. The Python xlrd (short for 'Excel Read') module can be found here. After downloading it, you can extract the contents (twice) with 7.
For a while if been struggling with the idea to create a PXE server in my network. It annoys me carrying USB sticks or DVD's around in my local network, especially since I have a unRAID (Slackware 12 running from a USB stick) server running 24/7.My unRAID server |
On the upside 5.x automatically installs everything in the 'extra' folder on the USB flash drive.
- Download tftp-hpa-0.48-i486-1.tgz to your unRAID server and place it in the extra folder (towerflashextra)
- Open a telnet or SSH session to the unRAID server and run the command:installpkg /boot/extra/tftp-hpa-0.48-i486-1.tgzThis will install the packages right away (this is also automatically done when you reboot the server, if you are using the 4.x version of unRAID you have to edit the 'go' file)
- Now you have to create a folder where your PXE boot images and other server stuff can stay, i made a new share on my unRAID server via the webinterface and called it 'SEVER' and made it hidden.
- I made another folder under that share called 'tftpboot' -> in the telnet session run: mkdir /mnt/user/SERVER/tftpboot
- Now we need to run the tftp 'daemon', run it in 'listening mode' and define the start directory, run: in.tftpd -l -s /mnt/user/SERVER/tftpboot
- We also need to make sure this runs on a server restart so also add the above line to the 'go' script. (towerflashconfiggo)
- To boot Linux via PXE you need the files from the syslinux package, to do download this packadge (contains the version 4.10-pre-15 binaries) or use the files from the syslinux site, put the following files in your newly created directory:
- pxelinux.0
- menu.c32
- memdisk
- mboot.c32
- chain.c32
- Now the files are in the correct folder make sure the files in there can be executed, run: chmod -R -c 755 /mnt/user/SERVER/tftpboot/*The output should be: mode of `/mnt/user/SERVER/tftpboot/xxx.xxx' changed to 0755 (rwxr-xr-x) repeated for each file.
- We have the configuration, now we need some things to boot and preferebly a folder where they all can sit nicely together, create a folder: mkdir -p /mnt/user/SERVER/tftpboot/images/dos/ and mkdir -p /mnt/user/SERVER/tftpboot/images/pmagic/ or maybe you want to do something like: mkdir -p /mnt/user/SERVER/tftpboot/images/centos/i386/6.0/ (if you want to netinstall CentOS)
- Now we need a directory for the PXEconfig files, run: mkdir /mnt/user/SERVER/tftpboot/pxelinux.cfg
- In this directory you can create config files for the PXE menus, the simple way is just create one file called: 'default' but its also possible to create a file based on the MAC adress of the PC you want to boot via PXE. for more information see the the syslinux wiki
So here is the contents of my /mnt/user/SERVER/tftpboot/pxelinux.cfg/default file:
default PXE config file in Notepad2 |
Parted magic |
A.p. Van Den Berg Driver Download For Windows 10 64
Now your server is able to serve PXE boot requests but now you need a way to let the PC's in your network know where they can find it.
DD-WRT configuration |
Booting to PXE menu |
Latest version
Released:
Python connector to OSIsoft PI SDK
Project description
A python connector to the OSISoft PI and PI-AF databases
This connector allows access to the OSISoft PI System through theirproprietary SDK. It provides a number of classes, mostly mirroring the AF SDKstructure, but at the same time implementing the cool stuff we use Python for.Connections to the database are therefore implemented as context managers, toallow opening a connection using a with statement.
Python connector to OSIsoft PI SDK
- Free software: MIT license
- Documentation: https://piconnect.readthedocs.io.
Copyright notice
OSIsoft, the OSIsoft logo and logotype, Managed PI, OSIsoft Advanced Services,OSIsoft Cloud Services, OSIsoft Connected Services, PI ACE, PI AdvancedComputing Engine, PI AF SDK, PI API, PI Asset Framework, PI Audit Viewer, PIBuilder, PI Cloud Connect, PI Connectors, PI Data Archive, PI DataLink, PIDataLink Server, PI Developer’s Club, PI Integrator for Business Analytics, PIInterfaces, PI JDBC driver, PI Manual Logger, PI Notifications, PI ODBC, PIOLEDB Enterprise, PI OLEDB Provider, PI OPC HDA Server, PI ProcessBook, PISDK, PI Server, PI Square, PI System, PI System Access, PI Vision, PIVisualization Suite, PI Web API, PI WebParts, PI Web Services, RLINK andRtReports are all trademarks of OSIsoft, LLC.
Credits
This package was created with Cookiecutter and theaudreyr/cookiecutter-pypackage project template.
History
0.8.0 (2020-03-03)
- Added option to configure the timezone for the returned index. Changed default from Europe/Amsterdam to UTC! Adds pytz as new dependency(#499)
- More robust detection of the default PI AF server (#496, #501)
- Removed pytest-runner dependency unless explicitly requested (#503)
- Exiting the context manager for a PIAFDatabase no longer explicitly disconnects from the server, but leaves it up to SDK. (#487)
- Various updates of the package dependencies
0.7.1 (2019-08-16)
- Improved documentation
- Changed PIData.PISeriesContainer to an Abstract Base Class
0.7.0 (2018-11-14)
Driver Downloader
- Add summary, summaries, and filtered_summaries methods to PIPoint
- and PIAFAttribute
0.5.1 (2017-11-25)
Project details
Release historyRelease notifications | RSS feed
0.8.0
0.7.1
0.7.0
0.6.0
0.5.1
0.4.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size PIconnect-0.8.0.tar.gz (36.0 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for PIconnect-0.8.0.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | ce65bcb5c080c4d4c15f7a80747113f52f24dadf623c15164b1576581af67464 |
MD5 | 5f164e4debcbfcb45a8825498aff56eb |
BLAKE2-256 | 4d7b0d33d6efee86e9637a33a5975527e151bc83a958aef1e60ee598b4582842 |